LinuxSir.cn,穿越时空的Linuxsir!

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

arch分辨率上不去?

[复制链接]
发表于 2008-3-21 22:36:35 | 显示全部楼层 |阅读模式
我的是ati x1600显卡,19的液晶,ati的驱动已经安装了,图型下怎么也上不到1400x900。我的配置文件如下:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "ATI X1600"
        Driver          "fglrx"
        BusID           "CI:1:0:0"
        Option          "VideoOverlay"      "on"
        Option          "OpenGLOverlay"     "off"
EndSection

Section "Monitor"
        Identifier      "Benq FP92W"
        Option          "DPMS"
        HorizSync       30-83
        VertRefresh     56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI X1600"
        Monitor         "Benq FP92W"
        DefaultDepth    24


        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth     24
        EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite" "0"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection
发表于 2008-3-21 22:51:52 | 显示全部楼层
X日志有无任何提示?指定分辨率可以不?
回复 支持 反对

使用道具 举报

发表于 2008-3-22 13:06:27 | 显示全部楼层
HorizSync 30-83
VertRefresh 56-76
这个对了没有啊?
回复 支持 反对

使用道具 举报

发表于 2008-3-22 13:23:18 | 显示全部楼层
液晶是不需要那两行的,可以去掉
回复 支持 反对

使用道具 举报

发表于 2008-3-22 15:25:23 | 显示全部楼层
我是n卡+19液晶,xorg.conf里没有看到宽屏的modeline,自己又懒得去查资料,简单地用驱动带的setting工具设置到了1440x900
回复 支持 反对

使用道具 举报

发表于 2008-3-22 19:24:24 | 显示全部楼层
Post by coldcoffee;1829348

SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection


你的显示器标准分辨率是多少?
在上面那一节,设置分辨率(假设你的标准分辨率是1440x900):
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
回复 支持 反对

使用道具 举报

发表于 2008-3-22 19:42:14 | 显示全部楼层
如果楼上的方法不管用,试试在
Section "Device"
下面添加

Option     "NoDDC"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-22 22:26:32 | 显示全部楼层
真心谢谢各位的回答,上面的方法都试了,还是不行。x的日志也正常,没有什么错误,就是分辨率上不去。
回复 支持 反对

使用道具 举报

发表于 2008-3-22 22:48:48 | 显示全部楼层
唉,要是有错误日志就好办了…

窝RHEL5下也是这样,后来直接把gentoo的xorg.conf拉过去就好了,所以.. 其实窝搞不定这个问题.

- -#
回复 支持 反对

使用道具 举报

发表于 2008-3-23 09:09:53 | 显示全部楼层
Post by coldcoffee;1829698
真心谢谢各位的回答,上面的方法都试了,还是不行。x的日志也正常,没有什么错误,就是分辨率上不去。

先关掉X,到console下用root执行:

  1. Xorg -configure
复制代码


会在/root目录生成一个xorg的配置文件,[color="Red"]根据提示进行测试,如果分辨率正常,那么就把可以把这个配置文件cp到/etc/X11/xorg.conf,注意合并自己之前的个性化配置到新的配置文件中。
回复 支持 反对

使用道具 举报

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

本版积分规则

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