Bug 1051902

Summary: glamor xv video acceleration not enabled at compilation time
Product: [Fedora] Fedora Reporter: pasqual milvaques <pasqual.milvaques>
Component: xorg-x11-glamorAssignee: Jérôme Glisse <jglisse>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: airlied, jglisse, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-25 23:01:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
xorg log none

Description pasqual milvaques 2014-01-12 19:11:17 UTC
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:

Comment 1 pasqual milvaques 2014-01-25 23:01:45 UTC
the update xorg-x11-glamor-0.5.1-3.20140115gitfb4d046c.fc20 enables xv video acceleration :)