我在华硕笔记本电脑上运行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.
怎么了?
感谢您的时间!
我忍不住注意到您好像正在使用Unity 2D。我认为您不仅不能访问X设置,而且也不能运行3D。
—
Christopher Kyle Horton
您正在使用什么图形驱动程序?有一个测试版和一个“安全”版本!(属性驱动程序)
—
Alvar
通过以下命令“ dpkg -l | grep nvidia”,我得到了:ii nvidia-common 0.2.30查找过时的NVIDIA驱动程序ii nvidia-current 270.41.06-0ubuntu1 NVIDIA二进制Xorg驱动程序,内核模块和VDPAU库ii nvidia设置270.29 -0ubuntu1用于配置NVIDIA图形驱动程序的工具
—
Chris