QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 883|回复: 1

VMWare 与BLFS中Xorg的分辨率问题?

[复制链接]
发表于 2005-8-10 09:13:31 | 显示全部楼层 |阅读模式
昨天在LFS上装Xorg,按BLFS中的步骤. 装好后只有640X480, 我改了/etc/X11/xorg.conf:
[code:1]
Section "ServerLayout"
             Identifier            "X.org Configured"
             Screen       0      "Screen0" 0 0
             InputDevice       "Mouse0" "CorePointer"
             InputDevice       "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
            ......
EndSection

Section "Module"
           .......
EndSection

Section "InputDevice"
            ......
EndSection

Section "Inputdevice"
            .....
Endsection

Section "Monitor"
           Identifier "Monitor0"
           VendorName "Monitor Verdor"
           ModelName  "Monitor Model"
EndSection

Section "Device"
           Identifier "Card0"
           Driver "vmware"
           VendorName "VMWare Inc"
          BoardName "Unknown Board"
           BusID "PCI:0:15:0"
EndSection

Section "Screen"
           Identifier "Screen0"
          Device "Card0"
           Monitor "Monitor0"
           DefaultDepth 24
          SubSection "Display"
                 Viewport 0 0
                Depth 24
                 Modes "1024x768"
           EndSubSection
EndSection
[/code:1]
但是没有用,启动X还是只有640X480.各位大哥帮我瞧瞧,哪里还有什到问题?
我是在VMWare中.
 楼主| 发表于 2005-8-10 10:28:09 | 显示全部楼层
哈哈.搞定.
[code:1]
Section "Monitor"
          ...
          HorizSync     31.5 - 57.0
          VertRefresh  50-90
EndSection.
[/code:1]
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-10-6 16:46 , Processed in 0.040771 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表