[arch-general] How to set UXA as AccelMethod in xorg 1.6?
Hello, I'm trying to set AccelMethod as UXA in xorg.conf by using: Section "Device" Identifier "Card0" Option "AccelMethod" "UXA" Driver "intel" EndSection (I have intel legacy driver installed, by the way.) But EXA continues to be used: (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (**) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (**) intel(0): Option "AccelMethod" "UXA" (II) intel(0): Integrated Graphics Chipset: Intel(R) 965G (--) intel(0): Chipset: "965G" (--) intel(0): Linear framebuffer at 0xC0000000 (--) intel(0): IO registers at addr 0xDFE00000 (II) intel(0): 2 display pipes available. ***************************************** (==) intel(0): Using EXA for acceleration ***************************************** Does anyone know what I may have made wrong? Thanks for the help, -- Vitor Garcia
Vitor Garcia schrieb:
I'm trying to set AccelMethod as UXA in xorg.conf by using:
Section "Device" Identifier "Card0" Option "AccelMethod" "UXA" Driver "intel" EndSection
(I have intel legacy driver installed, by the way.)
The intel legacy driver has no support for UXA, I think it was first introduced in the 2.6 drivers.
participants (2)
-
Thomas Bächler
-
Vitor Garcia