blackwolf 发表于 2005-8-10 09:13:31

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

昨天在LFS上装Xorg,按BLFS中的步骤. 装好后只有640X480, 我改了/etc/X11/xorg.conf:

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

但是没有用,启动X还是只有640X480.各位大哥帮我瞧瞧,哪里还有什到问题?
我是在VMWare中.

blackwolf 发表于 2005-8-10 10:28:09

哈哈.搞定.

Section "Monitor"
          ...
          HorizSync   31.5 - 57.0
          VertRefresh50-90
EndSection.
页: [1]
查看完整版本: VMWare 与BLFS中Xorg的分辨率问题?