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`
Then you can change your resolution with
Code:
sudo nvidia-settings
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου