Comment 5 for bug 292376

Revision history for this message
Jack Deslippe (jdeslip) wrote :

This is my xorg.conf (there were some other things that were commented out by update-manager because HAL is now used)

Section "Screen"
        Identifier "Default Screen"
        Device "Generic Video Card"
        Monitor "Generic Monitor"
        SubSection "Display"
                Depth 24
                Modes "nvidia-auto-select"
        EndSubSection
        Option "AddARGBGLXVisuals" "True"
        Defaultdepth 24
EndSection

Section "Device"
        Identifier "Generic Video Card"
        Driver "nvidia"
EndSection

Section "ServerLayout"
        # Uncomment if you have a wacom tablet
        # InputDevice "stylus" "SendCoreEvents"
        # InputDevice "cursor" "SendCoreEvents"
        # InputDevice "eraser" "SendCoreEvents"
        Identifier "Default Layout"
  screen "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"
# commented out by update-manager, HAL is now used
# Inputdevice "Synaptics Touchpad"
EndSection

Section "Module"
        Load "glx"
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        Horizsync 30.0 - 70.0
        Vertrefresh 50.0 - 160.0
        Option "DPMS"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection