LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 856|回复: 3

显示器分辨率不对

[复制链接]
发表于 2011-1-14 17:09:08 | 显示全部楼层 |阅读模式
原来没有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
发表于 2011-1-14 20:23:02 | 显示全部楼层
在 Device 栏,加 Driver 子项试试。
回复 支持 反对

使用道具 举报

发表于 2011-1-15 13:08:38 | 显示全部楼层
比如:
Section "Device"
    Identifier     "Device0"
    Driver         "radeon"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-15 21:17:24 | 显示全部楼层
加了Driver "radeon",不行,老样子。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表