我在我的华硕笔记本电脑上运行着 ubuntu 11.04。
笔记本电脑规格:
CPU: i5-2410M @ 2,3GHz
RAM: 4GB
GPU: nvidia gforce GT 520M / (also the cpu has a bult-in graphics processor)
当我尝试访问 X 服务器设置时出现此错误:
此外,etc/x11 目录中没有 xconfig 文件。只有“xorg.cong.backup”。
我试过 sudo startx,结果如下:
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
ddxSigGiveUp: Closing log
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 7 requests (7 known processed) with 0 events remaining.
怎么了?
感谢您的时间!
答案1
GT 520M 是 nVidia Optimus 笔记本电脑,Ubuntu 不支持。不过,有办法让程序在 nvidia 卡上运行,具体方法请参见Ubuntu 是否支持具有 Optimus 技术的 NVIDIA GeForce?
安装 Bumblebee 后,您可以使用以下命令运行 nvidia-settings:
optirun nvidia-settings -c :8
不要直接运行nvidia-xconfig
,它会创建/etc/X11/xorg.conf
配置文件,这会破坏合成等功能,因为驱动程序不支持开箱即用的 nvidia 卡。如果您已经运行该命令,请删除该文件:
sudo rm /etc/X11/xorg.conf
答案2
您是否尝试过在终端中运行:
sudo nvidia-xconfig
然后重启?这样就一切都解决了。