Παρασκευή 13 Ιουνίου 2008

Επιτέλους έχω και πάλι nvidia drivers στο ubuntu μου

αντριγράφω

Restricted Driver Manager should be installed by default under system--->administration-----restricted driver manager


You check to see if Restricted Driver Manager installed by running the command below

Code:
sudo aptitude install restricted-manager



Re: Nvidia not in Feisty's Restricted Driver Manager

It's a bug, no idea why.

Thankfully, installing it yourself is easy. I see you have a nvidia Geforce 4 Go so you will need the legacy drivers.

Code:
sudo apt-get --purge remove nvidia-glx* nvidia-kernel-common nvidia-settings
Code:
sudo rm /etc/init.d/nvidia-*
sudo update-rc.d nvidia-kernel remove
sudo apt-get install nvidia-glx-legacy linux-restricted-modules-`uname -r`
(reboot)

Then you can change your resolution with
Code:
sudo nvidia-settings
.....

Δεν υπάρχουν σχόλια: