LinuxSir.cn,穿越时空的Linuxsir!

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

xorg+ati显卡分辨率上1366x768的问题

[复制链接]
发表于 2011-5-12 22:55:13 | 显示全部楼层 |阅读模式
xf86-video-ati 6.14.1-1
用的这个驱动,死活不能上1366x768,是驱动问题么?始终是1024x768,显示器左右空一大截
xorg.conf


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/wqy-bitmapfont/"
        FontPath     "/usr/share/fonts/microsoft/"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "dri2"
        Load  "record"
        Load  "glx"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync     30-80
        VertRefresh   55-75
       
EndSection

Section "Device"
        Identifier "hd4250"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "ATI Radeon HD 4250"
         Option     "EnablePageFlip" "on"
        Option      "DynamicClocks"  "on"
        Option      "DRI"  "on"
        Option      "AccelMethod" "EXA"
        #BusID       "CI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "hd4250"
        Monitor    "Monitor0"
        SubSection "Display"
                #Viewport   0 0
                 Depth     24
                 Modes "1366x768"
        EndSubSection
EndSection
发表于 2011-5-12 23:03:52 | 显示全部楼层
那就用官方闭源驱动试试
回复 支持 反对

使用道具 举报

发表于 2011-5-12 23:09:02 | 显示全部楼层
Section "Device"
  Identifier  "RadeonHD 4250"
  Option      "Monitor-DVI-0" "DVI screen"
EndSection
Section "Monitor"
  Identifier  "DVI screen"
  Option      "referredMode" "1366x768"
EndSection

不知道这样行不行,楼主试试?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-12 23:13:54 | 显示全部楼层
我dvi口和主板的dvi口不一样,留给本本了
台机接的vga,所以只能上1366x768,绝对没问题。
回复 支持 反对

使用道具 举报

发表于 2011-5-12 23:15:53 | 显示全部楼层
我也是ati的卡,也是开源驱动,不要xorg.conf,直接就是1366*768
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-12 23:19:07 | 显示全部楼层
Post by leruo;2138936
我也是ati的卡,也是开源驱动,不要xorg.conf,直接就是1366*768


我console下默认就是这个分辨率。1024x768startx后也是。很多没用linux桌面了,装应该是arch稳定的版本。和这个有关系么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-12 23:20:38 | 显示全部楼层
Post by pomhg;2138933
Section "Device"
  Identifier  "RadeonHD 4250"
  Option      "Monitor-DVI-0" "DVI screen"
EndSection
Section "Monitor"
  Identifier  "DVI screen"
  Option      "referredMode" "1366x768"
EndSection

不知道这样行不行,楼主试试?

还是不行。我不是接的dvi口
回复 支持 反对

使用道具 举报

发表于 2011-5-12 23:32:38 | 显示全部楼层
那就试试不要其他的,关键是Option "referredMode" "1366x768"这一句。
话说现在都不需要配置xorg.conf,楼主为啥要配这个?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-12 23:40:06 | 显示全部楼层
Post by pomhg;2138939
那就试试不要其他的,关键是Option "referredMode" "1366x768"这一句。
话说现在都不需要配置xorg.conf,楼主为啥要配这个?


以前都要配置,我不配置也默认是1024x768
难道我是我用vga口的原因?
显示器是aoc 2430v+
回复 支持 反对

使用道具 举报

发表于 2011-5-12 23:52:55 | 显示全部楼层
我也不知道和这个有没有关系。。。老机器一般不也是VGA口吗?
等待其他人解答。
回复 支持 反对

使用道具 举报

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

本版积分规则

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