[Ubuntu 14.04 64位]
在Intel / NVIDIA图形和不同的NVIDIA驱动程序之间切换之后,我现在突然陷入了Intel GPU。过去在两者之间切换完全没有问题-我不能确定是什么突然导致了问题。我认为我做的最后一件事是切换到“ X.Org X服务器”驱动程序-然后出现了问题。切换是我尝试解决设置辅助屏幕问题的一部分。
每次尝试切换到NVIDIA时,都会收到此非常有表现力的错误消息,然后切换回Intel:/
我可以在故障排除或尝试方法方面提供一些帮助。
到目前为止,我(取消/重新安装)安装了各种软件包“ nvidia-settings” /“ nvidia-current” /“ nvidia-current-updates” /“ nvidia-331” /“ nvidia-331-updates”。无济于事。
> 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 GK107GLM [Quadro K2000M] (rev a1)
/etc/apt/sources.list:可以在pastebin.com上找到
关于Qasim的建议:
raffael@raffael-GT60~> sudo prime-select nvidia
[sudo] password for raffael:
Error: alternatives are not set up properly
Error: nvidia mode can't be enabled
raffael@raffael-GT60~> sudo prime-select intel
Error: alternatives are not set up properly
Error: intel mode can't be enabled
关于卡西姆的第二项建议:
sudo apt-get purge nvidia*
[reboot]
sudo apt-get install nvidia-319-updates nvidia-settings-319-updates nvidia-prime
[reboot]
[tried to switch to NVIDIA]
奇怪的是-这实际上是第一次!然后我切换回Intel-注销/启动-切换回NVIDIA-注销/启动->系统崩溃-如上所述错误。
关于Louis Matthijssen的建议:
raffael@raffael-GT60:~$ sudo update-alternatives --set /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf /usr/lib/nvidia-331-updates-prime/ld.so.conf
update-alternatives: error: alternative name (/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf) must not contain '/' and spaces
raffael@raffael-GT60:~$ ls -la /usr/lib/nvidia-331-updates-prime
total 44
drwxr-xr-x 2 root root 4096 Mai 2 22:45 .
drwxr-xr-x 196 root root 32768 Mai 3 10:57 ..
-rw-r--r-- 1 root root 0 Apr 4 11:50 alt_ld.so.conf
-rw-r--r-- 1 root root 60 Apr 4 11:50 ld.so.conf
重复算法两次-不再起作用:/
现在看来可行:
raffael@raffael-GT60:~$ sudo update-alternatives --set x86_64-linux-gnu_gl_conf /usr/lib/nvidia-331-updates-prime/ld.so.conf
update-alternatives: using /usr/lib/nvidia-331-updates-prime/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in manual mode
raffael@raffael-GT60:~$ sudo update-alternatives --set i386-linux-gnu_gl_conf /usr/lib/nvidia-331-updates-prime/alt_ld.so.conf
update-alternatives: using /usr/lib/nvidia-331-updates-prime/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in manual mode
之后,我可以切换到NVIDIA,但未提供扩展的“ NVIDIA X Server Settings”(NVIDIA X服务器设置),它将立即重新启动并查看会发生什么。后续措施:重新启动后它又切换回了Intel,并且无法照常切换到NVIDIA。在我看来,您的方法Louis欺骗了操作系统,使其认为它使用了NVIDIA,而实际上并非如此。
/etc/apt/sources.list
吗?