免费注册 查看新帖 |

Chinaunix

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

分辨率 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-11-25 18:27 |只看该作者 |倒序浏览
新装了RHEL5,显示分辨率不能改,最大只能到800*600,且颜色比较差。检测了下
glxinfo | grep -i rend
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
这个应该是表示显卡驱动没装好吧。后来又装了个xf86-video-intel-2.4.0(这个应该是X3100的驱动吧)。还是不能改。
下面是xorg.conf里的内容
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option            "Device" "/dev/input/mice"
        Option            "Protocol" "auto-dev"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600"
        EndSubSection
EndSection
想问下高手怎么改才能将分辨率調成1280*800

论坛徽章:
0
2 [报告]
发表于 2008-11-25 19:56 |只看该作者

回复 #1 hbnucsqm 的帖子

要确认你的显示器是否支持,dell的一些宽屏的显示器是不支持的

论坛徽章:
0
3 [报告]
发表于 2008-11-25 21:59 |只看该作者
除了驱动安装好,还要支持才行
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP