Contributed by: akira on 2011年10月25日(火) 05:05 JST
Last modified on
前回の設定が効かなくなった。変わりに/etc/X11/xorg.confが効く様になったらしい。
NANAOでの設定(NECのpelican)
Section "Monitor"<br />
Identifier "Monitor0"<br />
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync<br />
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync<br />
EndSection</p>
<p>Section "Screen"<br />
Identifier "Screen0"<br />
Device "Card0"<br />
Monitor "Monitor0"<br />
SubSection "Display"<br />
Modes "1280x1024_60.00" "1024x768_60.00"<br />
EndSubSection<br />
EndSection</p>
<p>Section "Device"<br />
Identifier "Card0"<br />
Driver "intel"<br />
EndSection