Created attachment 848973 [details] xorg log Description of problem: I'm trying to setup glamor acceleartion in may machine (radeon rv620). glamor package is installed so I put in glamor.conf this lines to enable acceleartion with it: Section "Device" Identifier "my_radeon" Driver "radeon" Option "AccelMethod" "glamor" EndSection Xorg.0.log indicates that glamor acceleration will be used but also appears a message indication problems: [ 1956.178] (EE) RADEON(0): Failed to set up textured video (glamor) a search in google indicates that this can happen if xv was not enabled at compilation time with --enable-xv the compilation logs seem to indicate that this was the case: http://kojipkgs.fedoraproject.org//packages/xorg-x11-glamor/0.5.1/2.20131009gitba209eee.fc20/data/logs/x86_64/build.log checking whether to include GLAMOR Xv support... no Version-Release number of selected component (if applicable): xorg-x11-glamor-0.5.1-1.20131009gitba209eee.fc20.x86_64 How reproducible: enable glamor accelaration Steps to Reproduce: 1. check the output of command xvinfo Actual results: [pasqual@xxxxxxx Escriptori]$ xvinfo X-Video Extension version 2.2 screen #0 no adaptors present [pasqual@xxxxxxx Escriptori]$ Expected results: something like this: [pasqual@xxxxxxx Escriptori]$ xvinfo X-Video Extension version 2.2 screen #0 Adaptor #0: "GLAMOR Textured Video" number of ports: 16 port base: 123 Additional info:
the update xorg-x11-glamor-0.5.1-3.20140115gitfb4d046c.fc20 enables xv video acceleration :)