Eiffi的机器配置备份

仅供存放个人的配置文件,不要在本版发问。
回复
头像
Eiffi
帖子: 417
注册时间: 2008-09-30 10:57
系统: Win/深度Linux
联系:

Eiffi的机器配置备份

#1

帖子 Eiffi »

915主板+老22寸显示器的xorg.conf文件:

代码: 全选

Section "Device"
Identifier "Intel 915"
EndSection

Section "Monitor"
Identifier "Diamondtron M2 RDF223G"
HorizSync       30.0 - 140.0
VertRefresh     50.0 - 160.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Diamondtron M2 RDF223G"
Device "Intel 915"
EndSection
同上配置KDE下面正常如下:

代码: 全选

Section "Device"
Identifier "Intel 915"
EndSection

Section "Monitor"
Identifier "Diamondtron M2 RDF223G"
Modeline "1600x1200_85.00"  234.76  1600 1720 1896 2192  1200 1201 1204 1260  -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Diamondtron M2 RDF223G"
Device "Intel 915"
EndSection
回复