Bug 1051902 - glamor xv video acceleration not enabled at compilation time
Summary: glamor xv video acceleration not enabled at compilation time
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-glamor
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jérôme Glisse
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-12 19:11 UTC by pasqual milvaques
Modified: 2014-01-25 23:01 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-25 23:01:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
xorg log (40.31 KB, text/x-log)
2014-01-12 19:11 UTC, pasqual milvaques
no flags Details

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 :)


Note You need to log in before you can comment on or make changes to this bug.