红联Linux门户
Linux帮助

关于用VMware虚拟机网页浏览的问题

发布时间:2009-07-04 15:44:33来源:红联作者:WinnerLinner
我在Windows XP下装了VMware 6.5.2, 在虚拟机上装了RedHat9, 上午好不容易把网络搞通了,可以用虚拟机上网了,但是发现网页浏览
时总是有看不到的部分。也就是说一个页面的边上和下面看不到,我想通过调整分辨率的方式把页面缩小,于是我把分辨率调整到了1024X768;
系统提示我重新启动Xwindow, 但是我重新启动之后就报错,再也无法看到那可爱的窗口了。我想一定可以通过修改某个设备文件修正,但是不知从何下手。
请各位指点一二。
文章评论

共有 2 条评论

  1. wangyu 于 2009-07-04 18:28:36发表:

    在/etc/x11/xorg.conf下是配置X系统的,我的也是1024*768的,你参考下吧,祝你好运

    # Xorg configuration created by pyxf86config

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

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

    Section "Device"
    Identifier "Videocard0"
    Driver "radeon"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

  2. hslsky 于 2009-07-04 17:26:57发表:

    没办法