Comment 4 for bug 359350

Revision history for this message
c_ellesley (archelegraph) wrote :

Changes I made in xorg.conf (to get my 1920x1200 Panel working with gutsy)

Section "Device"
 Identifier "nVidia Corporation NV11DDR [GeForce2 MX200]"
 Boardname "nv"
 Busid "PCI:3:0:0"
 Driver "nouveau"
 Screen 0
EndSection

Section "Monitor"
 Identifier "Standardbildschirm"
 Vendorname "HWP"
 Modelname "HP LP2465 520x330mm"
 Option "DPMS" "true"
 Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +HSync
 Gamma 1.5
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "nVidia Corporation NV11DDR [GeForce2 MX200]"
 Monitor "Standardbildschirm"
 Defaultdepth 24
 SubSection "Display"
  Depth 24
  Virtual 1920 1200
  Modes "1920x1200@60" "1600x1200@60" "1400x1050@60" "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
# commented out by update-manager, HAL is now used
# Inputdevice "Generic Keyboard"
# commented out by update-manager, HAL is now used
# Inputdevice "Configured Mouse"

 # Uncomment if you have a wacom tablet
 # InputDevice "stylus" "SendCoreEvents"
 # InputDevice "cursor" "SendCoreEvents"
 # InputDevice "eraser" "SendCoreEvents"
EndSection

Section "ServerFlags"
 Option "BlankTime" "6"
 Option "StandbyTime" "0"
 Option "SuspendTime" "0"
 Option "OffTime" "7"
EndSection

Section "DRI"
 Mode 0666
EndSection