分页: 1 / 1

VirtualBox 安装10.04,xorg.conf

发表于 : 2010-03-23 14:13
木泥黑
安装增强功能后,发现分辨率还是改不了

最后用这个xorg.conf搞定

sudo gedit /etc/X11/xorg.conf

代码: 全选

    Section "Device"
    Identifier "VESA Framebuffer"
    Driver "vesa"
    #VideoRam 4096
    # Insert Clocks lines here if appropriate
    EndSection

    Section "Monitor"
    Identifier "My Monitor"
    HorizSync 31.5 - 150.0
    VertRefresh 75-85
    EndSection

    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 "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubsection

    EndSection

    Section "ServerLayout"

    # The Identifier line must be present
    Identifier "Simple Layout"

    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.

    Screen "Screen 1"

    EndSection

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-04-02 1:21
nsynet
这个配置在我的电脑上好用,多谢!!

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-04-02 10:55
jioyo源
留名,收藏,以备用,10.04中一直没什么问题……

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-04-02 12:58
wangdu2002
好东西,复制下来以后备用。 :em11

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-05-07 18:04
Agui
:em05 谢啦!搞定。

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-05-10 16:08
yungdeguo
非常感谢!

用此方法可以解决两个问题

1.
在windows xp 下安装的VirtualBox-3.1.6-59338-Win,安装ubuntu 10.04,安装了增强功能。可是无法进入GNOME,只能进入安全模式GNOME。


2.
同样是windows xp 安装virtual pc里,可解决分辨率过小的问题。

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-08-25 17:29
zjchuyp
谢谢,解决了我10.10的问题。
我前几天装的10.10分辩率可变的,今天升级后,结果不行了。

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-09-11 20:02
guxinqin
谢谢,真有这个问题,试试先 :em01

Re: VirtualBox 安装10.04,xorg.conf

发表于 : 2010-09-11 20:21
photor
:em09