Bug 57035 - glxgears error
Summary: glxgears error
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-12 22:34 UTC by tux
Modified: 2012-11-13 15:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description tux 2012-11-12 22:34:11 UTC
I have ATI HD 6670
Driver xf86-video-ati-7.0.0
Mesa 8.0.5
libdrm-2.4.39
OS Slackware64 14.

When i type glxgears the following error appears

radeon: The kernel rejected CS, see dmesg for more information.

Dmesg says

radeon 0000:01:00.0: evergreen_surface_value_conv_check:330 cb invalid array mode 6
radeon 0000:01:00.0: evergreen_packet3_check:2136 invalid cmd stream 502
[drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !

glxinfo | grep -i opengl

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD TURKS
OpenGL version string: 2.1 Mesa 8.0.5
OpenGL shading language version string: 1.20

No OpenGl 3.0
But theres no other issue.
Comment 1 Alex Deucher 2012-11-12 23:01:22 UTC
You need mesa 9.0 or newer to use 2D tiling.  Either upgrade to mesa 9.0 or newer, or disable 2D tiling by adding:
Option "ColorTiling2D" "false"
to the device section of your xorg.conf
Comment 2 Alex Deucher 2012-11-12 23:01:48 UTC
2D tiling is enabled by default on xf86-video-ati 7.0.0
Comment 3 tux 2012-11-13 15:40:44 UTC
glxinfo | grep -i opengl

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD TURKS
OpenGL version string: 2.1 Mesa 9.0
OpenGL shading language version string: 1.30


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.