Originally posted by Drago
View Post
Announcement
Collapse
No announcement yet.
Compiz Running With Mesa On R600/700 GPUs
Collapse
X
-
-
I'm the pointy-haired boss. Things work better when I don't code
Also, Jerome Glisse is working on 6xx-7xx KMS/GEM/TTM right now, and a number of other devs have worked on 6xx/7xx open source drivers over the last couple of years. On average there have probably been the equivalent of 2-4 full time devs at any given time, including AMD, Novell, Red Hat and independent developers. The 6xx/7xx 3D code has just reached the point where community developers are able to jump into the code and start suggesting/submitting patches, which is a nice milestone to reach.
If you include older GPUs, a lot more people are involved. A lot of the new features (KMS, GEM/TTM, Gallium3D) are being done on older GPUs first.Last edited by bridgman; 05 August 2009, 03:25 PM.Test signature
Comment
-
Hmmm, I'm still without 3D acc, but as sugested I enabled verbose output from LIBGL and here's what I got:
Code:libGL error: dlopen /usr/lib/xorg/modules/dri/r600_dri.so failed (/usr/lib/xorg/modules/dri/r600_dri.so: undefined symbol: _mesa_init_buffer_object_functions) libGL error: unable to load driver: r600_dri.so ... ... OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.6-devel OpenGL shading language version string: 1.20
[EDIT] Rebuilt r600_dri.so and libdricore.so manually from git and it worked.
glxgears is giving me ~47.2 fps at default resolution. As expected if I maximize the thing it slows down to 1.966 FPS.
Thanks for the help guysLast edited by mdias; 05 August 2009, 07:27 PM.
Comment
-
Originally posted by mdias View PostSo it seems like my r600_dri module is missing some stuff.
[EDIT] Rebuilt r600_dri.so and libdricore.so manually from git and it worked.
Thanks for the help guys
Code:(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (libdricore.so: cannot open shared object file: No such file or directory)
I've got libdricore.so from libgl 7.5-1 and error disappears (r600_dri.so loaded successful). But glxinfo shows:
Code:OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.6-devel OpenGL shading language version string: 1.20
What I am doing wrong?
How to compile libdricore.so manually ?
Comment
-
Originally posted by javum View PostI've installed ati-dri-r6xx-r7xx package from Arch AUR (by Perry3D). And having such error in Xorg.0.log :
Code:(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (libdricore.so: cannot open shared object file: No such file or directory)
I've got libdricore.so from libgl 7.5-1 and error disappears (r600_dri.so loaded successful). But glxinfo shows:
Code:OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.6-devel OpenGL shading language version string: 1.20
What I am doing wrong?
How to compile libdricore.so manually ?
Try this one: http://www.file-upload.net/download-...it.tar.gz.html
Comment
-
Originally posted by javum View PostI've installed ati-dri-r6xx-r7xx package from Arch AUR (by Perry3D). And having such error in Xorg.0.log :
Code:(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (libdricore.so: cannot open shared object file: No such file or directory)
I've got libdricore.so from libgl 7.5-1 and error disappears (r600_dri.so loaded successful). But glxinfo shows:
Code:OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.6-devel OpenGL shading language version string: 1.20
What I am doing wrong?
How to compile libdricore.so manually ?
Comment
-
Comment