Bug 39175 - ColorTiling "true" is causing bad OpenGL visualizations
Summary: ColorTiling "true" is causing bad OpenGL visualizations
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: git
Hardware: All All
: lowest blocker
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 11:35 UTC by Siganderson
Modified: 2011-07-12 13:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Siganderson 2011-07-12 11:35:45 UTC
Video Card: ATI Radeon HD 5670 512 MB RAM
OS: Kubuntu 11.04 32 bit
Software version: kernel 3.0 rcx and 2.6.38, drm git, mesa git, xf86-video-ati git, kde 4.6.4

ColorTiling can't be "true" (default) in xorg.conf otherwise all the programs that use opengl will have a very bad output (very jagged lines) full of distortions. This affects even kwin desktop effects.
As a workaround I put ColorTiling "false" in xorg.conf.
Comment 1 Alex Deucher 2011-07-12 12:08:32 UTC
Please attach your xorg log, config, dmesg output, and glxinfo output.
Comment 2 Alex Deucher 2011-07-12 12:09:04 UTC
Also, can you attach a picture of the problem?
Comment 3 Siganderson 2011-07-12 13:51:56 UTC
I'm closing this bug, as I discoverd that it was my fault:
I noticed a /etc/ld.so.conf.d/GL.conf file that told kubuntu to load files in /usr/lib/mesa before /opt/xorg/lib (as I specified in /etc/ld.so.conf).
I discoverd this thing reading the output of glxinfo| grep Mesa that reported 7.10.2 instead of 7.12-devel...

I edited /etc/ld.so.conf.d/GL.conf in this way:
/opt/xorg/lib
#/usr/lib/mesa

and now things are working correctly.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.