分页: 1 / 1

Eiffi的机器配置备份

发表于 : 2010-12-30 20:14
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