2008年7月8日火曜日

ubuntu 8.04 xorg.conf 1280x1024

  • Xが1280x1024になってくれず,xorg.confを色々いじって直す.
Section "ServerLayout"
Identifier "My Layout"
Screen "My Screen"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Screen"
Identifier "My Screen"
Device "My Video Card"
Monitor "My LCD Panel 1280x1024"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
EndSection

Section "Monitor"
Identifier "My LCD Panel 1280x1024"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-70
VertRefresh 40-75
Option "dpms"
EndSection

Section "Device"
Identifier "My Video Card"
Driver "i810"
BoardName "Unknown"
VideoRam 32768
EndSection

0 件のコメント: