|
发表于 2003-12-1 20:41:49
|
显示全部楼层
回复: 内核编译时选了,nvdia的驱动没装.但是rh9.0在没装驱动的时候也是用的16啊。
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
在这里加上 DefaultDepth 24
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection |
|