Quote: Originally Posted by gmc1200 Hey Steve,
You might've seen my other post, but i just wanted to ask you a question. I'm trying to do exactly what you just did, but I can't get the drivers to install correctly. Could you run down what you did to get it installed and get beryl working? I have the same video card as you.
Thanks! I used the 96.31 nvidia driver from www.nvidia.com. i then followed the instructions found here http://wiki.beryl-project.org/wiki/I...gy_with_nVidia
then follow this section....
If problems with an installation with an official package occur
After the installation of the official nVidia package, it is possible (though perhaps unlikely) that X11 will refuse due its attempt to utilize the older version of the nVidia kernel module. In such a situation, you should unload and subsequently reload the nvidia kernel module by running:
sudo rmmod nvidia && sudo modprobe nvidia
In the case that the user receives an API mismatch error upon restarting Ubuntu, it is necessary disable the "nv" module. To simultaneously backup linux-restricted-modules-common and automatically disable the nv module, you may execute:
sudo cp /etc/default/linux-restricted-modules-common /etc/default/_linux-restricted-modules-common.backup && sudo sed -i -e 's/^DISABLED_MODULES="/DISABLED_MODULES="nv /' -e 's/ "/"/' /etc/default/linux-restricted-modules-common
Or, to simultaneously backup linux-restricted-modules-common and edit the file manually, run:
sudo cp /etc/default/linux-restricted-modules-common /etc/default/_linux-restricted-modules-common.backup && sudo nano /etc/default/linux-restricted-modules-common
and add "nv, " the following line:
DISABLED_MODULES="nv, [...]" # Edit only this line.
[edit]
mainly do the last line adding "nv" without this the x session would not start. you may need to boot into the recovery mode at the bootloader. and use the shells in gnome <Ctrl+Alt+F1>.
Hope that helps.