From 75cbafc5a224dfc2683baa4ebfc83ea1c931f2e5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 9 Jul 2012 13:05:55 +0200 Subject: [PATCH] xf86-video-fglrx: remove unneeded config files Signed-off-by: Stephan Raue --- .../xf86-video-fglrx/config/amdpcsdb.bk | 41 ---------------- .../config/xorg-fglrx.conf.bk | 48 ------------------- 2 files changed, 89 deletions(-) delete mode 100644 packages/x11/driver/xf86-video-fglrx/config/amdpcsdb.bk delete mode 100644 packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf.bk diff --git a/packages/x11/driver/xf86-video-fglrx/config/amdpcsdb.bk b/packages/x11/driver/xf86-video-fglrx/config/amdpcsdb.bk deleted file mode 100644 index 6622412edf..0000000000 --- a/packages/x11/driver/xf86-video-fglrx/config/amdpcsdb.bk +++ /dev/null @@ -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 \ No newline at end of file diff --git a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf.bk b/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf.bk deleted file mode 100644 index 619e623074..0000000000 --- a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf.bk +++ /dev/null @@ -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