Lucid 1280x1024解像度2

tsukasa

2011年05月27日 11:13

ちゃんと解像度を認識させるには、以下位をxorg.confに書いておいた方がよさそう。
/etc/X11/xorg.conf

Section "Monitor"
Identifier "Configured Monitor"
Horizsync 31.5-80.0
Vertrefresh 56.3-75.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x480" "640x480"
EndSubSection
EndSection


関連記事