xf86-video-fglrx: remove unneeded config files

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-09 13:05:55 +02:00
parent eff7ffbc44
commit 75cbafc5a2
2 changed files with 0 additions and 89 deletions

View File

@ -1,41 +0,0 @@
AMDPCSDBV1
[AMDPCSROOT/SYSTEM/MCIL]
DigitalHDTVDefaultUnderscan=V0
[AMDPCSROOT/SYSTEM/DDX]
EnableTearFreeDesktop=V1
OGLFMTA2R10G10B10Enable=V1
VideoOverlay=Soff
OpenGLOverlay=Soff
TexturedVideo=Son
TexturedVideoSync=Son
[AMDPCSROOT/SYSTEM/2ID-1002-9802-0/OpenGL]
VSyncControl=V3
[AMDPCSROOT/SYSTEM/2ID-1002-9803-0/OpenGL]
VSyncControl=V3
[AMDPCSROOT/SYSTEM/2ID-1002-9804-0/OpenGL]
VSyncControl=V3
[AMDPCSROOT/SYSTEM/2ID-1002-9805-0/OpenGL]
VSyncControl=V3
[AMDPCSROOT/SYSTEM/2ID-1002-9802-0/LDC]
GammaChannelSelState=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9803-0/LDC]
GammaChannelSelState=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9804-0/LDC]
GammaChannelSelState=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9805-0/LDC]
GammaChannelSelState=V0
[AMDPCSROOT/SYSTEM/2ID-1002-980-0/LDC]
GammaChannelSelState=V0
[AMDPCSROOT/SYSTEM/LDC]
ColorPreviewDlgState=V0

View File

@ -1,48 +0,0 @@
Section "Device"
Identifier "fglrx"
Driver "fglrx"
Option "HWCursor" "false"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "TexturedVideo" "on"
Option "TexturedVideoSync" "on"
Option "XAANoOffscreenPixmaps" "True"
Option "AllowGLXWithComposite" "True"
Option "AIGLX" "on"
Option "no_accel" "no" # XAA Beschleunigung on(no)/off(yes)
Option "AccelMethod" "XAA" # 2D-Hardware-Acceleration XAA, EXA
Option "FSAAEnable" "on" # Antialiasing
Option "FSAAScale" "6" # 0,2,4,6
Option "EnablePageFlip" "true"
Option "no_dri" "no"
Option "TripleBuffer" "true"
Option "UseInternalAGPGART" "yes"
Option "Textured2D" "True"
Option "TexturedXrender" "True"
EndSection
Section "ServerFlags"
Option "AIGLX" "1"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
# For Textured2d and Textured XRender
Option "RENDER" "1"
Option "XVideo" "1"
Option "Composite" "1"
Option "Damage" "1"
EndSection
Section "Screen"
Identifier "screen"
Device "fglrx"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection