This is but the first step in my attempt to run AIGLX and Beryl on Xubuntu Edgy.
I’ve already enabled AIGLX on my work PC, and it was an absolute snap. However in the end my efforts to use AIGLX and Beryl at work failed, because my PC uses an ATI card, and the fglrx driver does not support the necessary extension to run AIGLX.
My PC at home has a (an?) NVIDIA card, and the latest NVIDIA drivers do support this extension.
- Seeing as the NVIDIA drivers will write over the X.org configuration file, I’ll install the NVIDIA drivers before enabling AIGLX.
I found a nice write up (on the UDSF of all places) that can show you how to get Ubuntu packaged NVIDIA drivers to install straight to Xubuntu.
To start off you need to add an extra repository to you APT sources.list
deb http://seerofsouls.com/ edgy contrib
Then you can also grab the authentication key (I still don’t know exactly what they do)
wget http://seerofsouls.com/keys/hawkwind.asc
sudo apt-key add hawkwind.asc
Then follow this up with an update, upgrade and installation of the nvidia-glx package. The upgrade will install the re-packaged restricted-modules, which you will need.
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install nvidia-glx
Once the packages are installed, run the following code to set the drivers up
sudo nvidia-xconfig
It will make some changes to your X.org configuration file, hence my reason for enabling AIGLX after installing the NVIDIA drivers. When it is all done, you will need to restart your computer to allow the new modules to be loaded and you’re done!
The result is great! A nice new splash screen, and many more settings in the NVIDIA config application.






Hi I tried your guide but when I do
“sudo apt-get install nvidia-glx”
I get::
sudo apt-get install nvidia-glx
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-glx: Depends: nvidia-kernel-1.0.9629
Depends: xserver-xorg-core (>= 1:0.99.0-1) but it is not going to be installed
E: Broken packages
what is it??? I am new and just installed xubuntu. I installed ubuntu before and was able to install nvidia driver for that and use compiz. but now I am tring to do this with xubuntu. and not able…
can you please help.
THank you very much