P4-HT 3.0GHz(intel 865G)で1440×900の解像度を設定した時のメモ。まず、915resolutionで1440×900ができるようにする。
/usr/sbin/915resolution 49 1440 900 24
次に/etc/X11/xorg.confへ以下を設定。
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 137.0
VertRefresh 54.5 - 75.5
# 1440x900 @ 60.00 Hz (GTF) hsync: 56.9 kHz
ModeLine "1440x900" 108.84 1440 1472 1880 1912 900 918 927 946
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "NoDoublescan" "True"
Option "NoInterlace" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1440x900"
EndSubSection
EndSection
後はstartxすれば桶。
7月 7 2008
1440×900 on plamo 4.22
P4-HT 3.0GHz(intel 865G)で1440×900の解像度を設定した時のメモ。まず、915resolutionで1440×900ができるようにする。
/usr/sbin/915resolution 49 1440 900 24
次に/etc/X11/xorg.confへ以下を設定。
後はstartxすれば桶。
By admin • computer(linux) •