Bug 25842 - googleearth crashing with latest dri2/mesa/ddx from master
Summary: googleearth crashing with latest dri2/mesa/ddx from master
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-31 13:15 UTC by Paulo Dias
Modified: 2010-01-02 03:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Paulo Dias 2009-12-31 13:15:36 UTC
using kernel 2.6.22 with latest mesa/ddx/dri2 from 29/12/2009 (561a107d).

googleearth crashes on start after exhibiting the first screen.

from console start:

groo@kerberos:~$ googleearth                                  
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info.

from dmesg

[ 4803.058951] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[ 4812.602017] [drm:r100_cs_track_texture_check] *ERROR* Texture of unit 0 needs 131072 bytes but is 32768
[ 4812.602025] [drm:r100_cs_track_texture_print] *ERROR* pitch                      1
[ 4812.602028] [drm:r100_cs_track_texture_print] *ERROR* use_pitch                  0
[ 4812.602031] [drm:r100_cs_track_texture_print] *ERROR* width                      256
[ 4812.602033] [drm:r100_cs_track_texture_print] *ERROR* width_11                   2048
[ 4812.602036] [drm:r100_cs_track_texture_print] *ERROR* height                     256
[ 4812.602039] [drm:r100_cs_track_texture_print] *ERROR* height_11                  2048
[ 4812.602041] [drm:r100_cs_track_texture_print] *ERROR* num levels                 0
[ 4812.602044] [drm:r100_cs_track_texture_print] *ERROR* depth                      0
[ 4812.602047] [drm:r100_cs_track_texture_print] *ERROR* bpp                        2
[ 4812.602049] [drm:r100_cs_track_texture_print] *ERROR* coordinate type            0
[ 4812.602052] [drm:r100_cs_track_texture_print] *ERROR* width round to power of 2  0
[ 4812.602054] [drm:r100_cs_track_texture_print] *ERROR* height round to power of 2 0
[ 4812.602057] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !


help? best regards and keep up the good work.
Comment 1 Michel Dänzer 2010-01-02 03:54:43 UTC
The kernel command stream checker didn't handle compressed texture formats correctly. This is fixed in 2.6.33-rc / Dave's drm trees.


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.