Compiz under Archlinux with NVIDIA 9500M GS

Monday, May 26, 2008 10:38
Posted in category ArchLinux, Linux
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

So you got your new laptop with the new GeForce 9500M GS and you want to run ?
After you have your server configured (If you haven’t already check the following article: http://pestilence.insert.gr/installing-archlinux-on-acer-aspire-7720g/ ) and ready for then you can proceed.
Before you proceed with installing or configuring anything from this, it would be wise to logout from your X session.
For this card (nvidia 9500M GS) nvidia’s 169.12 driver version (available in official repository) work just fine, install them and configure them (check previous link).

Please note that nvidia installation contains a bug, to properly install the driver you will need to fix a wrong symlink created by the installation procedure, more specific there is a symlink in /usr/lib//modules:

libwfb.so -> /usr/lib/xorg/modules/libnvidia-wfb.so.169.12

You need to fix this and point it to:
/usr/lib//modules/libwfb.so.1.4
So type the following commands:


pestilence ~ cd /usr/lib/xorg/modules
pestilence /usr/lib/xorg/modules sudo rm libwfb.so
pestilence /usr/lib/xorg/modules ln -s /usr/lib/xorg/modules/libwfb.so.1.4 ./libwfb.so

After you update the symlink make sure you re-inject your nvidia module:

pestilence /usr/lib/xorg/modules rmmod nvidia

If you haven’t installed , proceed installing them (I used GNOME (GNU Network Object Model Environment ), so this is a more gnome oriented installation, for your desktop manager check the relevant install guide):

pestilence ~ pacman -S compiz-core
pestilence ~ pacman -S compiz-decorator-gtk
pestilence ~ pacman -S compiz-manager
pestilence ~ pacman -S ccsm
pestilence ~ pacman -S compiz-fusion-plugins-main compiz-fusion-plugins-extra

After you have installed, you can proceed activating them with fusion-icon command (inside gnome):

pestilence ~ fusion-icon

The above command should place a tray icon for in your taskbar, through this icon you can choose to use either metacity or for your window manager.
For the 9500M GS graphics card, also use the following 2 options:

  1. Right click on the fusion-icon
  2. Select options
  3. And make sure the 2 options are selected:
    • Loose binding
    • Indirect Rendering
  • Share/Save/Bookmark
You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.