- 論壇徽章:
- 1
|
首先申明前幾天一直好好的,昨天晚上我用YUM更新了一些東西,早上起來就不能進(jìn)入圖形界面了,進(jìn)入root運(yùn)行startx顯示如下:
.............
.............(前面的可能沒用,如需要我在打)
(==)Using config file:"/etc/X11/xorg.conf".
(EE)AIGLX error:dlopen of /usr/lib/dir/swrast_dri.so faild(/usr/lib/dir/swrast_dri.so:cannot open shared object file:No such file or directory)
Fatal sever error:
GLX :could not load software renderer.
giving up
xinit:Connection refused(errno 111):unable to connect to x server.
xinit:No such process(errno 3):Server error.
為了保險(xiǎn)加上/etc/X11/xorg.conf部分內(nèi)容
section "Device"
Identifier "Videocard 0"
Deiver "nv"
Section "Screen"
Identifier "Screen 0"
Device "Videocard0"
defauleDepth 24
SubSection "Display"
Viewport 0 0
Depth 24 |
|