|
发表于 2009-4-9 00:35:38
|
显示全部楼层
新的xorg会自动检测硬件,没有xorg.conf也可以正常工作
自动检测有问题的话,也可以自己指定,试试在xorg.conf加上这个:
- Section "Screen"
- Identifier "Default Screen"
- Device "Card0"
- Monitor "Configured Monitor"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1024x768"
- EndSubSection
- EndSection
复制代码 |
|