|
发表于 2005-11-14 11:18:30
|
显示全部楼层
装了,需要额外配置xorg.conf文件:
- Section "Monitor"
- Identifier "Generic Monitor"
- Option "DPMS"
- [b]HorizSync 30-107[/b]
- [b]VertRefresh 50-185[/b]
- [b]Modeline "1280x854" 85.3 1280 1296 1552 1792 854 854 861 892[/b]
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Device your device here. should be configured already
- Monitor "Generic Monitor"
- DefaultDepth 24
- SubSection "Display"
- Depth 1
- Modes "1280x854"
- EndSubSection
- SubSection "Display"
- Depth 4
- Modes "1280x854"
- EndSubSection
- SubSection "Display"
- Depth 8
- Modes "1280x854"
- EndSubSection
- SubSection "Display"
- Depth 15
- Modes "1280x854"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1280x854"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1280x854"
- EndSubSection
- EndSection
复制代码
参考你的xorg.conf文件做相应的调整。最重要的加重的那几行。声卡嘛,就要看kernel是否支持了。声卡的芯片厂商知道吗?芯片名呢?看看.同时看看。 |
|