LinuxSir.cn,穿越时空的Linuxsir!

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

fedora14里面如何为显示器增加一个分辨率?

[复制链接]
发表于 2011-6-8 11:29:12 | 显示全部楼层 |阅读模式
我的笔记本显示器分辨率为1440x900,
我想增加一种1280x800的,因为投影仪是这个分辨率。
我想改,结果下拉框里面只有:
1440*900
1024*768
800*600
640*480
下拉框  里面怎么把1280*800加进去呢?
发表于 2011-6-14 15:31:10 | 显示全部楼层
举例 子 自己看
文件位置一般为

vi    /etc/X11/xorg.conf

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection



修改后

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768"     (明白仅仅是修改这里)
        EndSubSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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