mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
xf86-video-fglrx: simplyfing xorg.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
337db88f65
commit
7940b61ac3
@ -3,41 +3,12 @@ Section "Device"
|
|||||||
Driver "fglrx"
|
Driver "fglrx"
|
||||||
|
|
||||||
Option "HWCursor" "false"
|
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
|
EndSection
|
||||||
|
|
||||||
Section "DRI"
|
Section "DRI"
|
||||||
Mode 0666
|
Mode 0666
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
|
||||||
# For Textured2d and Textured XRender
|
|
||||||
Option "RENDER" "1"
|
|
||||||
Option "XVideo" "1"
|
|
||||||
Option "Composite" "1"
|
|
||||||
Option "Damage" "1"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "screen"
|
Identifier "screen"
|
||||||
Device "fglrx"
|
Device "fglrx"
|
||||||
|
@ -0,0 +1,48 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user