[Bug 56331] New: RadeonSI DRI not working with HD 7700 series
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 23 09:33:46 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=56331
Priority: medium
Bug ID: 56331
Assignee: xorg-driver-ati at lists.x.org
Summary: RadeonSI DRI not working with HD 7700 series
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: bubuledev at gmail.com
Hardware: Other
Status: NEW
Version: git
Component: Driver/Radeon
Product: xorg
Hi,
I can't get my radeon HD 7750 to work properly with the radeon (and radeonsi)
driver.
I always get stuck with llvmpipe.
Things do work well with the Catalyst driver.
And I can't figure out where I'm missing something.
(both root and users are in the video group)
Could you please help me ?
I'm getting mesa, libdrm and xf86-video-ati from git.
("=libdrm-9999 =xf86-video-ati-9999 =mesa-9999")
I will provide dmesg, Xorg.log, and the kernel config (zcat /proc/config.gz).
Let me know if you need some more information.
Thx in advance.
$ uname -a
Linux funnyguy 3.6.2-gentoo #5 SMP Tue Oct 23 11:37:09 CEST 2012 x86_64
Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz GenuineIntel GNU/Linux
$ cat /var/log/Xorg.0.log |grep -i glx
[ 68.422] (II) LoadModule: "glx"
[ 68.422] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 68.422] (II) Module glx: vendor="X.Org Foundation"
[ 68.422] (==) AIGLX enabled
[ 68.422] Loading extension GLX
[ 68.666] (II) AIGLX: Screen 0 is not DRI2 capable
[ 68.666] (II) AIGLX: Screen 0 is not DRI capable
[ 68.928] (II) AIGLX: Loaded and initialized swrast
[ 68.928] (II) GLX: Initialized DRISWRAST GL provider for screen 0
$ LIBGL_DEBUG=verbose glxinfo > /dev/null
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
$ cat /proc/fb
0 radeondrmfb
$ cat /usr/share/X11/xorg.conf.d/10-ati.conf
Section "ServerLayout"
Identifier "Radeon Layout"
Screen 0 "Radeon-Screen[0]-0" 0 0
EndSection
#Section "Module"
#EndSection
Section "Monitor"
Identifier "Radeon-Monitor[0]-0"
Option "VendorName" "AMD RadeonSI Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Radeon-Device[0]-0"
Driver "radeon"
# Option "AccelMethod" "EXA"
# Driver "fbdev"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Radeon-Screen[0]-0"
Device "Radeon-Device[0]-0"
Monitor "Radeon-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
--
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/20121023/576ff196/attachment.html>
More information about the xorg-driver-ati
mailing list