LinuxSir.cn,穿越时空的Linuxsir!

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

19寸宽屏(1440x900)标准分辨率不能支持

[复制链接]
发表于 2008-3-9 16:43:42 | 显示全部楼层 |阅读模式
兴冲冲搞了台greatwall的M97 19寸宽屏显示器,windows下标准分辨率已经搞定,但CentOS 4.4 下无论如何都搞不定:

显示卡:sis 661Fx 集成显卡,使用sis 650驱动或vesa driver (generic)都试过
显示器:greatwall M19 1440x900 宽屏

看网友们的贴子,用gtf 读取1440 900 60 参数,然后修改xorg.conf,也不行,只能使用1152x864 分辨率!

# vi /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

#      1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1440x900"
        DisplaySize  430        260
        HorizSync    31.5 - 79.97  # 显示器实际参数
        VertRefresh  60.0 - 75.02  # 显示器实际参数
        Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "sis"
        VendorName  "Videocard vendor"
        BoardName   "SiS 650"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1440x900" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1440x900" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
发表于 2008-3-9 22:02:07 | 显示全部楼层
很不幸,vesa仅仅支持标准输出,也就是4:3的分辨率,而sis的显卡不是每个都有驱动的,有驱动也不是能都支持宽屏幕的,支持宽屏幕也不是每个都支持2d的,而且没有一个是支持3d的。

而且你系统那么老了。。

凑合凑合把。插个100左右的显卡,换个新的系统,是最简单的方法了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-13 23:04:26 | 显示全部楼层
换装了CentOS5,显卡、显示器全部识别了,1440x900的分辨率也搞定了,但网页的字体实在是小且虚!看来还要折腾下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-17 21:21:41 | 显示全部楼层
败了块 ATI 9600XT 显卡,显示效果大为改善!

感觉 CentOS 5 较 CentOS 4 改动较大,用了几天,又换回了 CentOS 4,呵呵
回复 支持 反对

使用道具 举报

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

本版积分规则

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