红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

开机分辨率问题????

发布时间:2008-10-24 08:28:54来源:红联作者:lu050506
我用wubi装的ubuntu8.04,但开机时显示器总提示“超出显示范围”,郁闷啊。我的显示器是BenQ 900HD,支持最大分辨率1366*768,集成显卡780G的HD3200,受限驱动已装,是“ATI图形加速驱动“,应该是开机分辨率问题,应该怎么设置啊?????[size=6][/size]
文章评论

共有 4 条评论

  1. jonathan303 于 2008-10-24 10:03:02发表:

    你试试装限制驱动 第三方软件

  2. lu050506 于 2008-10-24 08:50:22发表:

    BenQ上,没有我的显示器型号,晕,我该怎么办啊?????

  3. lu050506 于 2008-10-24 08:46:28发表:

    运行gksu displayconfig-gtk后,
    显示屏选项卡,如下:
    型号:LCD Panel 1360*768
    分辨率:1260*768在60HZ
    分辨率中没有1366*768啊

  4. lu050506 于 2008-10-24 08:34:32发表:

    sudo gedit /etc/X11/xorg.conf
    显示如下:
    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    Defaultdepth 24
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen "Default Screen"
    EndSection
    Section "Module"
    Load "glx"
    EndSection