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

Xserver不支持 XRandR扩展

发布时间:2008-11-03 21:41:57来源:红联作者:死因池
弄完3D效果, 重启之后发现分辨率很大
却无法更改
提示Xserver不支持 XRandR扩展。无法在运行时刻对分辨率进行更改。

请教高手这是怎么回事?
谢了
文章评论

共有 2 条评论

  1. 死因池 于 2008-11-04 21:04:56发表:

    谢谢回复, 可问题是我的xorg.conf里面没有任何分辨率

    xorg.conf内容如下

    ----------------------------

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "cn"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "fglrx"
    EndSection

    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

  2. scriptaj 于 2008-11-03 23:05:25发表:

    在/etc/X11/xorg.conf里把无用的分辨率删除,当然先要备份