← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 656100] Re: [radeon][r200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed.

 

Now I've built both radeon_dri.so and r200_dri.so for the benfit of
those who are not so familiar with git and building. (or those who just
want to save the time to do it)

1. Extract the attached file. 
tar xf mesafix-6936fb.tbz

2,  go to the newly created directory

cd  mesafix-6936fb

3. run OpenGL applications like this

LIBGL_DRIVERS_PATH=. glxgears

LIBGL_DRIVERS_PATH=. stellarium


If it does not work make sure that the applications really use the fixed libraries and not the previously installed ones

1. Find the process id of the application

ps -e

2. display the libraries used

grep xp /proc/1234/maps


(replace 1234 by the process id you got in step 1)

3. Make sure the dri library comes from your newly created directory
instead of /usr/lib/dri


Elias: could you please test on your laptop to see whether the r200 fix also helps for the radeon driver used for your graphics adapter.



** Attachment added: "radeon_dri and r200_dri from git commit 6936fb"
   https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/656100/+attachment/1696916/+files/mesafix-6936fb.tbz

-- 
[radeon][r200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed.
https://bugs.launchpad.net/bugs/656100
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.