LinuxSir.cn,穿越时空的Linuxsir!

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

刚升级了slackware10,但没法调屏幕分辨率[已解决]

[复制链接]
发表于 2004-7-11 16:54:48 | 显示全部楼层 |阅读模式
想把分辨率t调到1280x1024
xorg.conf:
[code]
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

    Subsection "Display"
        Depth       8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24

        Modes "1280x1024"  "1024x768" "800x600" "640x480"

    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1024x768" "800x600" "640x480"
    EndSubsection[/code]
其它信息:
安装了显卡驱动,试过用gnome的屏幕分辨率,但没有用。。。。。
屏幕是17'philips 170s2 液晶
 楼主| 发表于 2004-7-11 17:25:59 | 显示全部楼层
搞定了,  
HorizSync        30-64         # multisync
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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