免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1453 | 回复: 5
打印 上一主题 下一主题

显示器分辨率的设置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-03-11 17:03 |只看该作者 |倒序浏览
我最近装了一个RedHat 12.0版的LINUX系统,现在上网觉得很不方便,因为分辨率是800*600的,而另外只有一个选项了,就是640*480,这个就更不行了,我想知道怎样才能让我的分辨率可以改成1024*768的。

我的XORG.CONF文件的内容是:
# Xorg configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Device"
    Identifier  "Videocard0"
    Driver      "nv"
    Option         "HWCursor" "false"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
后来在网上搜了一下,把它改成下面的,但还是不行
# Xorg configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Device"
    Identifier  "Videocard0"
    Driver      "nv"
    Option         "HWCursor" "false"
EndSection

Section "Monitor"
Identifier        "Monitor0"
VendorName        "Monitor Vendor"
ModelName        "206STUDIO"
HorizSync        30.0 - 70.0
VertRefresh        50.0 - 160.0
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    Modes         "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

论坛徽章:
0
2 [报告]
发表于 2008-03-11 20:23 |只看该作者
先要修改显示器的类型,再改分辨率。

论坛徽章:
0
3 [报告]
发表于 2008-03-11 20:51 |只看该作者
没法修改,我之前试过了,那地方是灰色的,不是激活状态

论坛徽章:
0
4 [报告]
发表于 2008-03-16 09:14 |只看该作者
通过VI对它进行修改,还不行吗/

论坛徽章:
0
5 [报告]
发表于 2008-03-16 11:04 |只看该作者
老生常谈了,先把驱动装好。
上官网下驱动去。

论坛徽章:
0
6 [报告]
发表于 2008-03-16 19:57 |只看该作者
原帖由 swordfish.cn 于 2008-3-16 11:04 发表
老生常谈了,先把驱动装好。
上官网下驱动去。


能说一下具体步骤么, 在LINUX下改这些很麻烦啊, 希望得到一个教完整的办法
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP