Oh, I forgot about the xorg.conf file..

# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "glx"
        Load    "dri"
#       Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
        SubSection      "extmod"
                Option "omit xfree86-dga"
        EndSubSection
EndSection


Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon R250 Lf [FireGL 9000]"
        Driver          "radeon"
        BusID           "PCI:1:0:0"

        Option  "UseInternalAGPART" "yes"
        Option  "RenderAccel" "true"
        Option  "AccelMethod" "EXA"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-90
        VertRefresh     50-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon R250 Lf [FireGL 9000]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1680x1050"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to