J'utilise Kubuntu 13.04 64 bits sur mon ordinateur portable Dell Inspiron 17R.
$ lspci|grep VGA:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M / GTX 660M LE] (rev a1)
J'ai essayé d'installer les pilotes NVIDIA, tout d'abord, à partir de pilotes système/supplémentaires, mais sans effet, puis j'ai:
Sudo apt-get purge nvidia*
Sudo apt-get autoremove nvidia-*
Sudo apt-get autoclean
Sudo apt-get autoremove
Sudo apt-get clean
turned off all Additional Drivers from System/Additional drivers
Sudo apt-get update && Sudo apt-get dist-upgrade -y
Sudo add-apt-repository ppa:bumblebee/stable
Sudo apt-get update
Sudo apt-get install bumblebee virtualgl linux-headers-generic bumblebee-nvidia
restarted my laptop
Sudo apt-get install kde-window-manager
Sudo apt-get install mesa-utils
et ensuite essayé:
# nvidia-xconfig nvidia-xconfig: no command found
Alors j'ai fait:
# apt-get install nvidia-common
mais .... :
# nvidia-xconfig
nvidia-xconfig: no command found
après tout cela, quand j'ai essayé:
nvidia-settings
il m'a montré à nouveau: You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run nvidia-xconfig as root), and restart the X server
Aidez-moi!
Il semble que vous n’ayez pas réellement installé le pilote. As-tu essayé:
apt-get install nvidia-current
avant d'exécuter nvidia-xconfig
?