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

2010-10-16 Thread Uwe Geuder
Excellent!!! After

git checkout 6936fb

and building and starting applications as in comment #42 the problem is
gone.

Tested with running stellarium and resizing glxgears.

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

2010-10-16 Thread Uwe Geuder
To clarify: I have only built and tested r200_dri.so on

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250
[Mobility FireGL 9000] (rev 02)

The comment says that the fix is for r200.

No idea whether it helps also for the different card  driver mentioned
in #45

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

2010-10-16 Thread Uwe Geuder
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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-10 Thread Uwe Geuder
The problem also affects this card

ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]

which uses /usr/lib/dri/radeon_dri.so

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-09 Thread Uwe Geuder
As already mentioned in
https://bugs.freedesktop.org/show_bug.cgi?id=29367#c5 the patch in
https://bugs.freedesktop.org/show_bug.cgi?id=21374#c5 does not apply to
current mesa. I searched a bit in the git history and it applies cleanly
e. g. to commit 57f55a. However, this commit is 150 commits apart from
today (and that is only counting files named r200 and radeon_common,
there might be others less obvious ones) So I assume that that old patch
is the wrong approach for us today.

So let's start from a different angle.

The assertion does not occur on Maverick. Maverick seems to based on
Mesa 7.7.1 (according to the source naming, I haven't checked the
contents). And 7.7.1 is much newer than the old patch. So the issue was
probably corrected one way or the other.

If we look at the version history of the r200 source in git, we see that
7.7.1 was made in a side branch. The attached screen dump was produced
with the command

$ gitk --all src/mesa/drivers/dri/r200/*
src/mesa/drivers/dri/radeon/radeon_common.?

The side branch ends in gitk row 70 (the currently selected one), which
precedes mesa_7_7_1_rc2, which in turn precedes mesa_7_7_1

So I could guess that one of the changes in the sidebranch actually
fixes the assertion but it has not been applied (or applied incorrectly)
to the trunk which lead towards Maverick. At least nothing has been
visibly merged as we can easily see from gitk.

Now we are only some 70-80 commits away from today. Still that will
require reading some source, and from what I've seen during my
investigations so far I have some doubts whether anybody not familiar
with the code can do it in reasonable time. I'm not sure when I have
time to investigate the source further. I might be very busy the coming
weeks.

Maybe you Tormod could report my findings so far upstream. (I don't have
an account in freedesktop and now it's not the right time for me to get
involved there.)


** Bug watch added: freedesktop.org Bugzilla #21374
   http://bugs.freedesktop.org/show_bug.cgi?id=21374

** Attachment added: gitk screenshot showing the history of r200 related 
source
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/656100/+attachment/1680757/+files/mesa-r200-history.png

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-08 Thread Uwe Geuder
Before reporting upstream, we probably have to try their newest version.  In 
order to get at all started with that code I first built
the Ubuntu source.

The Maverick debian package builds mesa obviously in 9 configurations

mesa-7.9~git20100924/build/osmesa32-static/config.status
mesa-7.9~git20100924/build/swx11+glu/config.status  
mesa-7.9~git20100924/build/osmesa/config.status
mesa-7.9~git20100924/build/osmesa16-static/config.status
mesa-7.9~git20100924/build/osmesa32/config.status
mesa-7.9~git20100924/build/swx11+glu-static/config.status
mesa-7.9~git20100924/build/osmesa16/config.status
mesa-7.9~git20100924/build/dri/config.status
mesa-7.9~git20100924/build/osmesa-static/config.status

I have really no clue what they are all about, so I checked what
glxgears uses from the mesa source package. There are 3 libraries:


/usr/lib/mesa/libGL.so.1.2:Package: libgl1-mesa-glx Source: mesa
/usr/lib/libGLU.so.1.3.070900: Package: libglu1-mesaSource: mesa
/usr/lib/dri/r200_dri.so:  Package: libgl1-mesa-dri Source: mesa

libGL.so.1.2 is built in the dri configuration.
libGLU.so.1.3.070900 is built in the wx11+glu configuration.
r200_dri.so is built in the dri configuration.

So I just guessed that the dri configuration might the relevant one here
and built the newest mesa as follows:

git clone git://anongit.freedesktop.org/mesa/mesa
cd mesa
./autogen.sh '--build=i686-linux-gnu' '--with-driver=dri' 
   '--with-dri-drivers=r200' '--with-egl-displays=x11 drm' 
   '--enable-glx-tls' '--with-state-trackers=egl,glx,dri,vega' 
   '--enable-gles-overlay' '--enable-gles1' '--enable-gles2' 
   '--enable-driglx-direct' '--disable-glu' '--disable-glut' '--disable-glw' 
   '--enable-debug' 'CFLAGS=-Wall -g -O0' 
   '--with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri' 
   'build_alias=i686-linux-gnu' 'LDFLAGS=-Wl,-Bsymbolic-functions' 
   'CPPFLAGS=' 'CXXFLAGS=-g -O0' 
make
cd lib
LIBGL_DRIVERS_PATH=. glxgears
Mesa: Mesa 7.10-devel DEBUG build Oct  8 2010 11:17:51
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn 
compression/decompression unavailable
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
253 frames in 5.0 seconds = 50.547 FPS
251 frames in 5.0 seconds = 50.118 FPS
glxgears: ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion 
`boi-space_accounted' failed.
Aborted

(The assertion is sometimes hit immediately, sometimes first when
resizing the window)

My configuration options were some wild guessing merge of Maverick's
mesa-7.9~git20100924/build/dri/config.status and the instructions given
in https://bugs.freedesktop.org/show_bug.cgi?id=29066, together with the
assumption that gallium is not applicable to r200.

Not sure where the debugging info should be written. There was nothing
in syslog.

This is the call stack:

#0  0x0012e416 in __kernel_vsyscall ()
#1  0x003bb941 in raise () from /lib/libc.so.6
#2  0x003bee42 in abort () from /lib/libc.so.6
#3  0x003b48e8 in __assert_fail () from /lib/libc.so.6
#4  0x00afc158 in ?? () from /lib/libdrm_radeon.so.1
#5  0x00afcd80 in radeon_cs_write_reloc () from /lib/libdrm_radeon.so.1
#6  0x0071de59 in ctx_emit_cs (ctx=0x8072a70, atom=0x806dc30)
at r200_state_init.c:575
#7  0x0074c3d2 in radeon_emit_atom (radeon=0x806d730, atom=0x806dc30)
at radeon_common.c:1032
#8  0x0074c512 in radeonEmitAtoms (radeon=0x806d730, emitAll=0 '\000')
at radeon_common.c:1056
#9  0x0074c708 in radeonEmitState (radeon=0x806d730) at radeon_common.c:1099
#10 0x00726f36 in r200AllocEltsOpenEnded (rmesa=0x806d730, primitive=532, 
min_nr=6) at r200_cmdbuf.c:210
#11 0x0072cb96 in r200AllocElts (rmesa=0x806d730, nr=6) at r200_tcl.c:164
#12 0x0072d65d in tcl_render_tri_fan_verts (ctx=0x8072a70, start=0, count=4, 
flags=54) at ../../../../../src/mesa/tnl_dd/t_dd_dmatmp2.h:380
#13 0x0072e574 in r200EmitPrimitive (ctx=0x8072a70, first=0, last=4, flags=54)
at r200_tcl.c:249
#14 0x0072f0f9 in r200_run_tcl_render (ctx=0x8072a70, stage=0x80c5158)
at r200_tcl.c:562
#15 0x0086a0a1 in _tnl_run_pipeline (ctx=0x8072a70) at tnl/t_pipeline.c:153
---Type return to continue, or q return to quit---
#16 0x0071ba76 in r200WrapRunPipeline (ctx=0x8072a70) at r200_state.c:2460
#17 0x0086b342 in _tnl_draw_prims (ctx=0x8072a70, arrays=0x80b35dc, 
prim=0xb0c0, nr_prims=1, ib=0x0, min_index=0, max_index=3)
at tnl/t_draw.c:478
#18 0x0086b0af in _tnl_vbo_draw_prims (ctx=0x8072a70, arrays=0x80b35dc, 
prim=0xb0c0, nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', 
min_index=0, max_index=3) at tnl/t_draw.c:384
#19 0x0085dce4 in vbo_exec_DrawArrays (mode=6, start=0, count=4)
at vbo/vbo_exec_array.c:526
#20 0x0085f292 in _mesa_DrawArrays (mode=6, first=0, count=4)
at vbo/vbo_exec_array.c:1159
#21 0x008f64a9 in _mesa_meta_Clear (ctx=0x8072a70, buffers=18)
at drivers/common/meta.c:1472
#22 0x0074d10d in radeonUserClear (ctx=0x8072a70, mask=18)
at 

[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-08 Thread Uwe Geuder
Oops, my investigations obviously took some time. So I posted #39
without reading #38, which had come in the meantime.

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-08 Thread Uwe Geuder
I  built the latest libdrm from

git clone git://anongit.freedesktop.org/git/mesa/drm

with these options:

./autogen.sh \
 '--build=i686-linux-gnu' \
 '--enable-udev' \
 '--enable-libkms' \
 '--enable-vmwgfx-experimental-api' \
 '--enable-nouveau-experimental-api' \
 '--enable-radeon' \
 '--enable-intel' \
 'CFLAGS=-Wall -g -O0' \
 'build_alias=i686-linux-gnu' \
 'LDFLAGS=-Wl,-Bsymbolic-functions' \
 'CPPFLAGS='


Not to surprisingly the same assertion is still hit. Please find the full call 
stack in the attachment.

I have not yet had time to look at the patch.



** Attachment added: full call stack with newest mesa dri and drmlib from git
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/656100/+attachment/1678832/+files/stack.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 645377] Re: [M7 LW] [RV250] resolution incorrectly detected on various radeon cards

2010-10-07 Thread Uwe Geuder
oops sorry: I meant it works on my ATI Technologies Inc Radeon RV250
[Mobility FireGL 9000] rev 2, cannot speak for others.

-- 
[M7 LW] [RV250] resolution incorrectly detected on various radeon cards
https://bugs.launchpad.net/bugs/645377
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 645377] Re: [M7 LW] [RV250] resolution incorrectly detected on various radeon cards

2010-10-07 Thread Uwe Geuder
Yes, it works after applying the latest updates. There was no update to
xorg-xserver-video-ati though, so it must have been a bug somewhere
else. I had too many updates at once, cannot guess which one could have
fixed this issue.

-- 
[M7 LW] [RV250] resolution incorrectly detected on various radeon cards
https://bugs.launchpad.net/bugs/645377
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-07 Thread Uwe Geuder
I get the same assertio on i386 with ATI Technologies Inc Radeon RV250
[Mobility FireGL 9000] (rev 02) when trying to start stellar

** Summary changed:

- [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion 
`boi-space_accounted' failed.
+ [R200] [RV250] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: 
Assertion `boi-space_accounted' failed.

** Tags added: apport-collected

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] apport information

2010-10-07 Thread Uwe Geuder
Architecture: i386
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1400x1050 1280x1024 1280x960 1280x854 1280x800 1280x720 1152x768 
1024x768 800x600 848x480 720x480 640x480
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DistroRelease: Ubuntu 10.10
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: IBM 23734G2
Package: mesa (not installed)
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86ba0c39-2e59-4e72-ba14-9ee43a0d1943 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Tags: maverick maverick
Uname: Linux 2.6.35-22-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 06/18/2007
dmi.bios.vendor: IBM
dmi.bios.version: 1RETDRWW (3.23 )
dmi.board.name: 23734G2
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: 995gz93
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1RETDRWW(3.23):bd06/18/2007:svnIBM:pn23734G2:pvrThinkPadT40:rvnIBM:rn23734G2:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 23734G2
dmi.product.version: ThinkPad T40
dmi.sys.vendor: IBM
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-22-generic

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] BootDmesg.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676861/+files/BootDmesg.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] CurrentDmesg.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676862/+files/CurrentDmesg.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] DRM.card0.SVIDEO.1.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: DRM.card0.SVIDEO.1.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676863/+files/DRM.card0.SVIDEO.1.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] GdmLog.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: GdmLog.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676864/+files/GdmLog.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] GdmLog1.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: GdmLog1.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676865/+files/GdmLog1.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] GdmLog2.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: GdmLog2.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676866/+files/GdmLog2.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Lspci.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676867/+files/Lspci.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] PciDisplay.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676868/+files/PciDisplay.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] ProcCpuinfo.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676869/+files/ProcCpuinfo.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] ProcInterrupts.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676870/+files/ProcInterrupts.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] RelatedPackageVersions.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676872/+files/RelatedPackageVersions.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] ProcModules.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676871/+files/ProcModules.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] UdevDb.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676873/+files/UdevDb.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] UdevLog.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676874/+files/UdevLog.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] XorgLog.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676875/+files/XorgLog.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] XorgLogOld.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676876/+files/XorgLogOld.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Xrandr.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676877/+files/Xrandr.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] peripherals.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: peripherals.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676878/+files/peripherals.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] setxkbmap.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676879/+files/setxkbmap.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] xdpyinfo.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676880/+files/xdpyinfo.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] [RV250] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-07 Thread Uwe Geuder
Oops sorry, I start the program with stellarTAB, but it's of course
called stellarium.

** Summary changed:

- [R200] [RV250] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: 
Assertion `boi-space_accounted' failed.
+ [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion 
`boi-space_accounted' failed.

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] xkbcomp.txt

2010-10-07 Thread Uwe Geuder
apport information

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/656100/+attachment/1676881/+files/xkbcomp.txt

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 656100] Re: [R200] ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2010-10-07 Thread Uwe Geuder
Sorry, I have no idea what is Gallium or the classic driver. Google lead
me to http://www.x.org/wiki/RadeonFeature.

I'm not sure whether I understand the page, but it appears to me that
Gallium applies only to R300 or higher. (#602267 was on R300). However,
here we are talking about R200.

-- 
[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.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 645377] Re: resolution incorrectly detected on radeon 7500

2010-09-24 Thread Uwe Geuder
Happens also on my IBM Thinkpad T40.

ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] rev 2,

Reproduced with http://cdimage.ubuntu.com/daily-live/current/
24-Sep-2010

Work-around: xrandr --output LVDS --mode 1400x1050

-- 
[M7 LW] [RV250] resolution incorrectly detected on various radeon cards
https://bugs.launchpad.net/bugs/645377
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 645377] Re: [M7 LW] [RV250] resolution incorrectly detected on various radeon cards

2010-09-24 Thread Uwe Geuder
** Summary changed:

- resolution incorrectly detected on radeon 7500
+ [M7 LW] [RV250] resolution incorrectly detected on various radeon cards

-- 
[M7 LW] [RV250] resolution incorrectly detected on various radeon cards
https://bugs.launchpad.net/bugs/645377
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-06-16 Thread Uwe Geuder
*** This bug is a duplicate of bug 539772 ***
https://bugs.launchpad.net/bugs/539772

Fix to https://bugs.launchpad.net/bugs/539772 solves this problem.
Report marked as duplicate of #539772

** This bug has been marked a duplicate of bug 539772
   [MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-06-15 Thread Uwe Geuder
Hmm, my stack looks pretty much like the one in
https://bugs.launchpad.net/bugs/539772. But after installing xorg-server
- 2:1.7.6-2ubuntu7.1, which is supposed to fix #539772 I can still
easily reproduce the crash. Either I'm seeing a different problem here
or the fix does not work.

Not marking as a duplicate yet. More investigations required. This was
just a quick update.

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-06-15 Thread Uwe Geuder
ooops, please ignore my previous comment. I had a package pin left over
from my investigations and not all packages were updated now. So there
are still chances that the correction actually works. It's too late now,
I'll investigate this tomorrow.

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2010-05-28 Thread Uwe Geuder
Retested on the original machine with Ubuntu Lucid 10.04 LTS. No log
writings in /var/log/gdm/\:0.log anymore.

** Changed in: mesa (Ubuntu)
   Status: Incomplete = Fix Released

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2010-05-28 Thread Uwe Geuder
Fixed in Lucid 10.04 LTS (or possibly even earlier)

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2010-05-28 Thread Uwe Geuder
** Tags added: verification-done
** Tags removed: needs-retested-on-lucid-by-june needs-verification

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 550003] Re: sis671/672 resolution 800x600

2010-05-26 Thread Uwe Geuder
The 800x600 issue has also been observed with this chip in Lucid. I have
received this report by email and cannot access the machine in question
to capture logs. So this is only FYI, I'm aware that for doing something
real we would need logs.

-- 
sis671/672 resolution 800x600
https://bugs.launchpad.net/bugs/550003
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-sis in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-06 Thread Uwe Geuder
Hi Bryce,

 [This is an automatic notification.]

 This bug was reported against an earlier version of Ubuntu, can you
 test if it still occurs on Lucid?

Did your script fail here? The bug has been report against a very recent
version of Lucid and I have run apport-collect as you can see from all the
attachments. 

Since reporting the bug and running apport-collect only one possibly relevant
update has come (linux-kernel)

 Current Operating System: Linux geuder-t40 2.6.32-21-generic #32-Ubuntu SMP 
Fri Apr 16 08:10:02 UTC 2010 i686
 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic 
root=UUID=8567e5f2-2176-4d29-826d-7f6316bd60b2 ro quiet splash
---
 Current Operating System: Linux geuder-t40 2.6.32-22-generic #33-Ubuntu SMP 
 Wed Apr 28 13:27:30 UTC 2010 i686
 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
 root=UUID=8567e5f2-2176-4d29-826d-7f6316bd60b2 ro quiet splash

The crash still appears and the stack is still exactly the same (modulo
address randomization)

I change the status back to New and remove the needs-retested-on-lucid-
by-june tag



** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = New

** Tags removed: needs-retested-on-lucid-by-june

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2010-05-06 Thread Uwe Geuder
Hi Bryce,

With Lucid I have switched to Kubuntu on that machine. I'm not sure
whether it is possible to retest the original problem in Kubuntu,
because the visual effects are probably quite differently implemtned. I
cannot promise that I have time to install Ubuntu until June, but I'll
try to keep it in mind. As mentioned in comment #12 I'm not sure whether
log writings would appear in LiveCD environment (after all there is no
disk to write the log to) So I guess installing Ubuntu Lucid is the only
way to be sure.

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-06 Thread Uwe Geuder
FYI: the same problem has also been observed in Arch Linux with a slightly 
different model of Radeon graphics adapter.
http://bbs.archlinux.org/viewtopic.php?id=95549

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-06 Thread Uwe Geuder
I was somehow guessing that EXA could be the culprit and tried to verify
my guess by disabling EXA.

How could I do that?

Simply renaming /usr/lib/xorg/modules/libexa.so did not work, the server
gets a fatal error when it cannot locate the file.

I googled around and understood that XAA is a predecessor of EXA. So I
created the following conf file:

Section Device
Identifier  Configured Video Device
Driver  ati
Option  AccelMethod XAA
EndSection

According the log the file was read without warnings and AccelMethod XAA
was selected. But the Radeon driver still decided to load libexa.so. And
no surprise the crash did occur again. Is EXA hardcoded in the drivers
for this card or can I disable it somehow?

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
attachment 4/4 gdb session log without trap handlers

** Attachment added: Xorg.0.log.crash5noTrap
   http://launchpadlibrarian.net/47793397/Xorg.0.log.crash5noTrap

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
attachment 3/4 Xorg.log without trap handlers

** Attachment added: Xorg.0.log.crash5noTrap
   http://launchpadlibrarian.net/47793361/Xorg.0.log.crash5noTrap

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
attachment 2/4, gdb session with trap handlers

** Attachment added: crash4trapped
   http://launchpadlibrarian.net/47793325/crash4trapped

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
Forgot to mention: I did all investigations twice. First with the
default Xorg trap handlers. After that with disabled Xorg trap handlers.
The stack did no look different in gdb.

(attachment 1/4, Xorg.log with trap handlers)

** Attachment added: Xorg.0.log.crash4trapped
   http://launchpadlibrarian.net/47793302/Xorg.0.log.crash4trapped

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] xdpyinfo.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/47793149/xdpyinfo.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] xkbcomp.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/47793150/xkbcomp.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Xrandr.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/47793145/Xrandr.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] setxkbmap.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/47793146/setxkbmap.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] XorgLogOld.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/47793144/XorgLogOld.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] XorgLog.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/47793143/XorgLog.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] UdevDb.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/47793141/UdevDb.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] UdevLog.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/47793142/UdevLog.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] ProcModules.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/47793139/ProcModules.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] RelatedPackageVersions.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/47793140/RelatedPackageVersions.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] ProcCpuinfo.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/47793135/ProcCpuinfo.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] ProcInterrupts.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/47793137/ProcInterrupts.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] PciDisplay.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/47793134/PciDisplay.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Lspci.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/47793133/Lspci.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Dependencies.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/47793132/Dependencies.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] CurrentDmesg.txt

2010-05-04 Thread Uwe Geuder
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/47793125/CurrentDmesg.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 575140] Re: [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: xserver-xorg-video-radeon
  
  In Lucid Kubuntu Xorg crashes from time to time. Before Lucid this
  machine had Intrepid Ubuntu and as far as I remember Xorg has not
  crashed for more than a year.
  
  According to /var/log/Xorg.0.log the call stack looks like this
  
  
  Backtrace:
  0: /usr/bin/X (xorg_backtrace+0x3b) [0x80a116b]
  1: /usr/bin/X (0x8048000+0x6789d) [0x80af89d]
  2: (vdso) (__kernel_rt_sigreturn+0x0) [0x8d0410]
  3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x766000+0xb2039) [0x818039]
  4: /usr/lib/xorg/modules/libexa.so (0x14c000+0x9490) [0x155490]
  5: /usr/lib/xorg/modules/libexa.so (0x14c000+0x9558) [0x18]
  6: /usr/bin/X (miCopyRegion+0x21b) [0x817598b]
  7: /usr/bin/X (miDoCopy+0x44d) [0x8175ead]
  8: /usr/lib/xorg/modules/libexa.so (0x14c000+0x7a4a) [0x153a4a]
  9: /usr/bin/X (0x8048000+0xd9fa3) [0x8121fa3]
  10: /usr/bin/X (0x8048000+0x2b1f5) [0x80731f5]
  11: /usr/bin/X (0x8048000+0x2c877) [0x8074877]
  12: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
  13: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x17fbd6]
  14: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
  Segmentation fault at address (nil)
  
  Caught signal 11 (Segmentation fault). Server aborting
  
  
  I enabled apport, but if did never catch the Xorg SEGV (It caught other SEGVs 
so I don't know what I did wrong)
  
  I built matching debug packages (the ones from the repositories  cannot
  be used because of https://bugs.launchpad.net/bugs/562418) but still the
  call stackin gdb is always useless:
  
  (gdb) bt full 
  #0  __memcpy_ia32 () at ../sysdeps/i386/i686/multiarch/../memcpy.S:75 
  No locals.
  #1  0x in ?? ()   
  No symbol table info available.   
  
  
  I will run apport-collect and attach a few log files.
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ DkmsStatus: Error: [Errno 2] No such file or directory
+ GdmLog:
+  Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] failed with 
exit code 1: QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch 
failed: No such file or directory
+  QFileSystemWatcher: failed to add paths: /home/geuder/.config/ibus/bus
+  Bus::open: Can not get ibus-daemon's address. 
+  IBusInputContext::createInputContext: no connection to ibus-daemon 
+  cat: /var/log/gdm/:0.log: No such file or directory
+ GdmLog1: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.1'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
+ GdmLog2: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.2'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
+ InstallationMedia: Kubuntu 10.04 Lucid Lynx - Beta i386 (20100406.1)
+ Lsusb:
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: IBM 23734G2
+ Package: xserver-xorg-video-ati 1:6.13.0-1ubuntu5
+ PackageArchitecture: i386
+ PccardctlIdent:
+  Socket 0:
+no product info available
+  Socket 1:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+  Socket 1:
+no card
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic 
root=UUID=8567e5f2-2176-4d29-826d-7f6316bd60b2 ro quiet splash
+ ProcEnviron:
+  LANGUAGE=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
+ Tags: lucid lucid
+ Uname: Linux 2.6.32-21-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 06/18/2007
+ dmi.bios.vendor: IBM
+ dmi.bios.version: 1RETDRWW (3.23 )
+ dmi.board.name: 23734G2
+ dmi.board.vendor: IBM
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: 995gz93
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: IBM
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnIBM:bvr1RETDRWW(3.23):bd06/18/2007:svnIBM:pn23734G2:pvrThinkPadT40:rvnIBM:rn23734G2:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
+ dmi.product.name: 23734G2
+ dmi.product.version: ThinkPad T40
+ dmi.sys.vendor: IBM
+ glxinfo: Error: [Errno 2] No such file or directory
+ system:
+  distro: Ubuntu
+  codename:   lucid
+  architecture:   i686
+  kernel: 2.6.32-21-generic

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/47793121/BootDmesg.txt

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to 

[Ubuntu-x-swat] [Bug 575140] [NEW] [RV250] Kubuntu Lucid: Xorg gets SEGV

2010-05-04 Thread Uwe Geuder
Public bug reported:

Binary package hint: xserver-xorg-video-radeon

In Lucid Kubuntu Xorg crashes from time to time. Before Lucid this
machine had Intrepid Ubuntu and as far as I remember Xorg has not
crashed for more than a year.

According to /var/log/Xorg.0.log the call stack looks like this


Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80a116b]
1: /usr/bin/X (0x8048000+0x6789d) [0x80af89d]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0x8d0410]
3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x766000+0xb2039) [0x818039]
4: /usr/lib/xorg/modules/libexa.so (0x14c000+0x9490) [0x155490]
5: /usr/lib/xorg/modules/libexa.so (0x14c000+0x9558) [0x18]
6: /usr/bin/X (miCopyRegion+0x21b) [0x817598b]
7: /usr/bin/X (miDoCopy+0x44d) [0x8175ead]
8: /usr/lib/xorg/modules/libexa.so (0x14c000+0x7a4a) [0x153a4a]
9: /usr/bin/X (0x8048000+0xd9fa3) [0x8121fa3]
10: /usr/bin/X (0x8048000+0x2b1f5) [0x80731f5]
11: /usr/bin/X (0x8048000+0x2c877) [0x8074877]
12: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
13: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x17fbd6]
14: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address (nil)

Caught signal 11 (Segmentation fault). Server aborting


I enabled apport, but if did never catch the Xorg SEGV (It caught other SEGVs 
so I don't know what I did wrong)

I built matching debug packages (the ones from the repositories  cannot
be used because of https://bugs.launchpad.net/bugs/562418) but still the
call stackin gdb is always useless:

(gdb) bt full 
#0  __memcpy_ia32 () at ../sysdeps/i386/i686/multiarch/../memcpy.S:75 
No locals.
#1  0x in ?? ()   
No symbol table info available.   


I will run apport-collect and attach a few log files.

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[RV250] Kubuntu Lucid: Xorg gets SEGV
https://bugs.launchpad.net/bugs/575140
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-05-04 Thread Uwe Geuder
In the current version xserver-xorg-core 2:1.7.6-2ubuntu7 Option NoTrapSignals 
works correctly.
I use Kubuntu and I have created a file /usr/lib/X11/xorg.conf.d/01-server.conf 
to give the option (but there are of course many other possible places)

In /var/log/Xorg.0.log you can see the difference when the server
crashes. By default there is a backtrace, with the NoTrapSignals there
is none.

Also in gdb you can see the difference. After a SEGV you can continue
without the option (the handlers will be run and then Xorg will exit).
With NoTrapSignal you cannot continue after a SEGV, the process has
already been terminated.

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Uwe Geuder
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04 LTS
Release:10.04
Codename:   lucid

I believe I'm affected by the bug. When trying to debug Xorg I get the
CRC mismatch warnings mentioned in the original bug description.

So I thought I could help verify the correction. I understood that the
problem was in pkg-create-dbgsym and the correction to this package
should now be verified.

The first thing I did was building xorg-server source package. That went
fine after installing all the required tools and -dev packages.

$ dpkg-buildpackage -rfakeroot -uc -us

... was the command I used.

I still don't have pkg-create-dbgsym installed at all in this phase...

$ apt-cache policy pkg-create-dbgsym
pkg-create-dbgsym:
  Installed: (none)
  Candidate: 0.42
  Version table:
 0.42 0
500 http://fi.archive.ubuntu.com/ubuntu/ lucid/main Packages

..., but to my surprise the debug package...

../xserver-xorg-core-dbg_1.7.6-2ubuntu7_i386.deb

... has been generated by the normal build command

I had guessed the the debug package would be created by using (tools
inside) pkg-create-dbgsym.

I do understand that launchpad is not a forum for questions, but if somebody 
could provide short instructions
how to verify the correction I would be grateful.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Uwe Geuder
Oops sorry, I guess the answer is in the bug description:

 Produces empty ddebs and broken debug links ...
 , when being built on Soyuz (not locally).

Not sure what Soyuz stands for here, but I guess the problem affects only 
Ubuntu build infrastructure.
If I build locally on my own machine I don't have the problem in the first 
place, so there is no way to verify the correction either?

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2009-09-05 Thread Uwe Geuder
Sorry about the delay, too many things ongoing...

Tried with Karmic Alpha 5 LiveCD. There are no continuous log writings
with normal desktop effects.

(Is logging active in LiveCD enviroment???)

Double checked with my current Intrepid installation: continuous log
writings do still occur as originally reported.

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 305586] Re: continuous [driAllocateTexture:636] even when idle

2009-07-07 Thread Uwe Geuder
Hi Bryce,

Tanks for your message. I'm about to leave to holidays and unfortunately
I won't be able to investigate the issue right now. I should be be able
to look into again in mid-August at the latest.

-- 
continuous [driAllocateTexture:636] even when idle
https://bugs.launchpad.net/bugs/305586
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp