Originally posted by oibaf
View Post
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
Code:glxinfo | grep render direct rendering: Yes GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.6.2) GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
In chrome://gpu i have:
Code:Video Decode: Software only, hardware acceleration unavailable
Comment
-
Originally posted by juriemu View PostCode:glxinfo | grep render direct rendering: Yes GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.6.2) GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
In chrome://gpu i have:
Code:Video Decode: Software only, hardware acceleration unavailable
Comment
-
I just contacted ubuntu mailing list. I just opened my email and I got this reply.
Hi, the package was never built on i386, so I didn't put much effort in fixing it. thanks to your mail I speeded up the task in my todolist, and cooked a patch against llvm-3.7. I'm not sure mesa stuff should work this way (being broken on amd64 because of a missing i386 compiler seems somewhat strange, but I don't want to investigate the rationale behind this). I updated with a patch the bug that Robie opened on llvm-3.7 https://bugs.launchpad.net/ubuntu/+s...7/+bug/1527865 I basically disable the LLDB testsuite on i386, because seems that the buildd system hangs with it and gets killed after 150 minutes of inactivity. We already have it disabled for some arm* architectures, so even if it isn't a good solution (and probably there is a bug against i686, because the same build on Debian i386 works). Not sure, but at least it has been built successfully. cheers,Last edited by deri; 20 December 2015, 12:20 PM.
Comment
Comment