|
发表于 2010-9-17 23:05:06
|
显示全部楼层
其实把你想要自定义的部分写到xorg.conf就可以了,比如我的xorg.conf只有下面这点内容:Section "Device"
Identifier "GF9500GT"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen"
Device "GF9500GT"
Monitor "EX1920"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900" "1280x800"
ViewPort 0 0
EndSubsection
EndSection 如果启动不成功,按照提示把需要的section补全即可。 |
|