2008-04-30

Xorg has a new config

Arghhh, I just got hammered by the new Xorg configuration. Ubuntu 8.04, Hardy Heron. The xorg.conf looks like:
Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "kbd"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "ca"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Driver  "nvidia"
 Option  "NoLogo" "True"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
 Vendorname "Viewsonic"
 Modelname "G90f"
 Horizsync 30-97
 Vertrefresh 50-180
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor  "Configured Monitor"
 Device  "Configured Video Device"
 Defaultdepth 24
 SubSection "Display"
  Viewport 0 0
  Depth  24
  Modes  "1280x1024"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
 Load  "glx"
EndSection