|
原来没有xorg.conf,自行添加也没有效果。系统是squeeze,显卡是ati 9600,显 卡驱动没有自行安装,是用的系统处带的。
xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option " referredMode" "1280x1024"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|