免费注册 查看新帖 |

Chinaunix

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

分辨率 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-03-11 17:08 |只看该作者 |倒序浏览
大哥们帮帮忙。我最近装了一个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-19 17:20 |只看该作者
注意缩进对齐!

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes         "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP