|
|
在fc5上,刚装好后,需要在/etc/X11/xorg.conf将Load "glx"和"dri"屏蔽掉,才可以正常进入X-windows,否则就不能使用。
但是到fc6,我的xorg.conf就变成这样:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "r128"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
我就不知道应该如何修改,才可以正常进入桌面。
多谢! |
|