<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - kaveri not recognizing vdpau"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84998#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - kaveri not recognizing vdpau"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84998">bug 84998</a>
from <span class="vcard"><a class="email" href="mailto:seandarcy2@gmail.com" title="sean darcy <seandarcy2@gmail.com>"> <span class="fn">sean darcy</span></a>
</span></b>
<pre>Only one that tries to force glamor:
#ls /etc/X11
applnk fontpath.d xinit Xmodmap xorg.conf.d Xresources
# ls /etc/X11/xorg.conf.d/
00-keyboard.conf 20-test-glamor.conf 50-synaptics.conf
# grep -R EXA *
xorg.conf.d/20-test-glamor.conf: Option "AccelMethod" "Glamor"
#valid options are XAA, EXA and Glamor. Default value varies per-GPU.
# cat xorg.conf.d/20-test-glamor.conf
Section "Device"
Identifier "My KAVERI"
Driver "radeon"
Option "SWcursor" "off" #software cursor might be necessary
on some rare occasions, hence set off by default
Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and
older hardware, and set on by default
Option "AccelMethod" "Glamor" #valid options are XAA, EXA and
Glamor. Default value varies per-GPU.
EndSection
#ls /usr/share/X11
app-defaults fonts locale rgb.txt XErrorDB xkb xorg.conf.d
#ls /usr/share/X11/xorg.conf.d/
10-evdev.conf 50-synaptics.conf 50-vmmouse.conf glamor.conf
10-quirks.conf 50-synaptics.conf.test 50-wacom.conf
This glamor.conf was installed by the xorg-x11-glamor package.
# cat /usr/share/X11/xorg.conf.d/glamor.conf
Section "Module"
Load "dri2"
Load "glamoregl"
EndSection
# grep -R EXA /usr/share/X11/*
#
Anyplace else I should look?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>