[Bug 84998] kaveri not recognizing vdpau

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 14 07:30:15 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=84998

--- Comment #3 from sean darcy <seandarcy2 at gmail.com> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20141014/18ae40c9/attachment.html>


More information about the xorg-driver-ati mailing list