- 论坛徽章:
- 0
|
昨天在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中. |
|