LinuxSir.cn,穿越时空的Linuxsir!

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

如何解决rhel对宽屏的不支持

[复制链接]
发表于 2008-1-25 23:35:57 | 显示全部楼层 |阅读模式
在vmware下安装了一个rhel as4 update5,结果发现系统默认的分辨率中没有宽屏的分辨率。
请问怎样才能解决不支持宽屏的问题?
发表于 2008-1-26 01:11:20 | 显示全部楼层
显示的设置里面修改一下你的显示器(不是适配器)的型号
回复 支持 反对

使用道具 举报

发表于 2008-1-26 10:50:23 | 显示全部楼层
在/etc/X11/xorg.conf文件中修改
[php]
Section "Screen"
    Identifier  "Screen 1"
    Device      "6200LE"
    Monitor     "107D4"
    DefaultDepth 24

        Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
[/php]
把你的显示器的分辨率写在 Modes 行的第一个位置上。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-1-26 19:03:12 | 显示全部楼层
Post by 7dehao;1811251
在/etc/X11/xorg.conf文件中修改
[php]
Section "Screen"
    Identifier  "Screen 1"
    Device      "6200LE"
    Monitor     "107D4"
    DefaultDepth 24

        Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
[/php]
把你的显示器的分辨率写在 Modes 行的第一个位置上。


非常感谢!
另外,Monitor,Device这些属性如果和实际的设备不匹配,也需要修改吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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