setup and configs


## code933k's:
xorg.conf.d/50-device.conf


## Notice the new config schema
resembles


## udev's: 00-name.conf



Section "ServerFlags"

    Option "DontVTSwitch"

    Option "AllowDeactivateGrabs"

EndSection



Section "Device"

  Identifier "Default
Device"


    Driver "radeon"

    Option "BusType" "PCIE"

    Option "DynamicPM"

    Option "RenderAccel"

    Option "SubPixelOrder" "NONE"

    Option "ColorTiling"

    Option "AccelMethod" "EXA"

    Option "FBTexPercent" "30"

    Option "DepthBits" "24"

    Option "AccelDFS"

    Option "EXAPixmaps"

    Option "DMAForXv"

##  Option "ScalerWidth""2048"  # That should fix some very rare bugs.

    Option "EnablePageFlip" "False"

    Option "AccelDFS"

EndSection