radeon driver: checkpoint

David Gómez dabisu at gmail.com
Thu Mar 16 16:36:26 PST 2006


Hi Benjamin,

On 3/17/06, Benjamin Herrenschmidt <benh at kernel.crashing.org> wrote:
> Do you have DRI enabled ?

No, it's disabled. Here the xorg.conf which i'm using now:

# X.Org configuration

# Module loading section
Section "Module"
#   Load  "dri"         # Direct Rendering
    Load  "dbe"         # Double-buffering
    #Load  "glx"        # OpenGL support
    Load  "extmod"      # Misc. extensions ( Xvideo, DGA, etc...)
    Load  "v4l"         # Video4Linux (needed for Xawtv)
    Load  "type1"       # Adobe Type 1 font handler
    Load  "freetype"    # For antialiased fonts support
EndSection

Section "Extensions"
    Option "RENDER" "Enable"
    Option "Composite" "Enable" # Transparency and shadows
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbLayout" "es"
    Option      "XkbModel"  "pc105"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Device" "/dev/input/mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Emulate3Buttons" "on"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "TFT"
    VendorName "Samsung"
    ModelName  "Syncmaster 710v"
    HorizSync 30-70
    VertRefresh 50-120    Option "dpms"
EndSection


# Video cards section
Section "Device"
    Identifier "ati"
    Driver "radeon"
    BoardName "Ati X300"
    Screen 0
    #Option "NoAccel" "true"
    Option "MonitorLayout" "TMDS"
    Option "AccelMethod" "EXA"
EndSection

# Screens section
Section "Screen"
    Identifier "0"
    Device "ati"
    Monitor "TFT"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1024x768"
    EndSubSection
EndSection

# Allow all users to access DRI applications
Section "DRI"
    Mode 0666
EndSection


--

David Gómez


More information about the xorg mailing list