All pastes #826219 Raw Edit

Rainbyte

public text v1 · immutable
#826219 ·published 2007-12-21 01:59 UTC
rendered paste body
Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen          0 "Screen0" 0 0
        InputDevice     "Keyboard0"     "CoreKeyboard"
        InputDevice     "USB Mouse"     "SendCoreEvents"
        Option          "XGL"           "off"
        Option          "AIGLX"         "off"
EndSection

Section "Files"
        ModulePath      "/usr/lib64/xorg/modules"
        FontPath        "/usr/share/fonts/75dpi:unscaled"
        FontPath        "/usr/share/fonts/100dpi:unscaled"
        FontPath        "/usr/share/fonts/misc:unscaled"
        FontPath        "/usr/share/fonts/Type1"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/share/fonts/ttf-bitstream-vera"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xdtv"
EndSection

Section "Module"
        Load            "bitmap"
        Load            "dbe"
        Load            "ddc"
        Load            "dri"
#       Load            "extmod"
        SubSection      "extmod"
                Option  "omit xfree86-dga"      # don't initialise the DGA extension
        EndSubSection
        Load            "freetype"
        Load            "glx"
        Load            "int10"
        Load            "record"
        Load            "type1"
        Load            "fbdevhw"
        Load            "i2c"
        Load            "vbe"
        Load            "v4l"
EndSection

Section "ServerFlags"
        Option          "AIGLX"                 "true"
        Option          "AllowMouseOpenFail"    "true"
        Option          "Xinerama"              "false"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"              "xorg"
        Option          "AutoRepeat"            "500 30"
        Option          "XkbModel"              "pc105"
        Option          "XkbLayout"             "es"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "CorePointer"
        Option          "Protocol"              "auto"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "9"
EndSection

Section "Monitor"
        Identifier      "710E"
        Option          "DPMS"  "true"
#        HorizSync       30.0 - 73.0
#        VertRefresh     50.0 - 162.0
#        DisplaySize     390 293
EndSection

Section "Device"
        Identifier      "Radeon HD2400"
        Driver          "fglrx"
        VendorName      "All"
        BoardName       "All"

        BusID           "PCI:1:0:0"           # vendor=1002, device=4152

        Screen          0

###########################################################

#       Option          "TVOverscan"            "on"
#       Option          "TVHPosAdj"             "0"
#       Option          "TVVPosAdj"             "0"
#       Option          "TVHSizeAdj"            "75"
#       Option          "TVVSizeAdj"            "100"
#       Option          "TVStandard"            "VIDEO"
#       Option          "TVFormat"              "PAL-COMB-N"
#       Option          "TVFormat"              "NTSC-M"
#       Option          "DesktopSetup"          "clone"
#       Option          "EnableMonitor"         "crt1,tv"
#       Option          "ForceMonitors"         "crt1,tv"
#       Option          "GammaCorrectionI"      "0x06419064"
#       Option          "GammaCorrectionII"     "0x06419064"

##########################################################
#       Option          "no_accel"              "no"
#       Option          "no_dri"                "no"
##########################################################

        Option          "VideoOverlay"          "on"
        Option          "OpenGLOverlay"         "off"

        Option          "TexturedVideo"         "true"
#        Option          "TexturedXrender"       "true"
#        Option          "Textured2D"            "true"
        Option          "UseFastTLS"            "1"
#        Option          "BackingStore"          "true"
        Option          "XAANoOffscreenPixmaps" "true"
#        Option          "EnablePrivateBackZ"    "true"

###########################################################
        Option          "UseInternalAGPGART"    "no"
        Option          "ForceGenericCPU"       "no"

        Option          "BlockSignalsOnLock"    "on"
        Option          "KernelModuleParm"      "locked-userpages=0"
###########################################################

EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Radeon HD2400"
        Monitor         "710E"
        DefaultDepth    24

        SubSection      "Display"
                Depth   24
                Modes   "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection

        SubSection      "Display"
                Depth   32
                Modes   "1152x864" "1024x768" "800x600" "640x480"

        EndSubSection
EndSection

Section "DRI"
        Mode            0666
EndSection

Section "Extensions"
        Option          "Composite"     "1"
        Option          "XVideo"        "1"
        Option          "RENDER"        "1"
        Option          "DAMAGE"        "1"
EndSection