Bug#724944: [Intel-gfx] Patch for crashing intel server

2013-11-03 Thread Bas Wijnen
Hi Chris, I got a black screen while using your patch. /sys/kernel/debug/dri/0/i915_gem_objects contents are shown below. The first time is while the video is running; the second after stopping it. AFAICS, there is no difference between them. However, after starting a new video, there is a diff

Bug#724944: [Intel-gfx] Patch for crashing intel server

2013-10-24 Thread Bas Wijnen
On Wed, Oct 23, 2013 at 09:28:28AM +0100, Chris Wilson wrote: > No worries, if you can run > > addr2line -e /usr/lib/xorg/modules/drivers/intel_drv.so -i 0xfcd79 0xf8215 > > that should give me the information needed to pinpoint the crash. $ addr2line -e /usr/lib/xorg/modules/drivers/intel_drv.s

Bug#724944: [Intel-gfx] Patch for crashing intel server

2013-10-16 Thread Bas Wijnen
On Tue, Oct 15, 2013 at 09:25:41AM +0100, Chris Wilson wrote: > > This does indeed stop the server from crashing, but actually makes the > > problem worse: it used to play video for a few minutes and then crash > > when trying. With my patch it would play video for a few minutes and > > then prese

Bug#724944: [Intel-gfx] Patch for crashing intel server

2013-10-14 Thread Bas Wijnen
On Sun, Oct 13, 2013 at 10:43:49AM +0100, Chris Wilson wrote: > > > > My X server was crashing when playing video, and I wrote a patch to fix > > > > it. Please find the background and the patch at > > > > http://bugs.debian.org/724944 . > > Ok, I can see the allocation failure that leads to the

Bug#724944: [Intel-gfx] Patch for crashing intel server

2013-10-12 Thread Bas Wijnen
On Sat, Oct 12, 2013 at 09:46:14PM +0100, Chris Wilson wrote: > On Fri, Oct 11, 2013 at 09:24:54PM +0200, Bas Wijnen wrote: > > Hello, > > > > My X server was crashing when playing video, and I wrote a patch to fix > > it. Please find the background and the patch at

Bug#724944: Patch

2013-10-11 Thread Bas Wijnen
On Fri, Oct 11, 2013 at 08:53:03PM +0200, Julien Cristau wrote: > Thanks. Can you please send this upstream to > intel-...@lists.freedesktop.org? Done. (I didn't subscribe to the list; not sure if that was required. My mail wasn't bounced, so I suppose it worked.) By the way, I just noticed tha

Bug#724944: Patch

2013-10-11 Thread Bas Wijnen
Control: tags -1 + patch First of all, I can see how you're busy, but if you think my problem is trivial, please just tell me so. If I'm sending a message saying "I don't know how to continue", even explicitly saying that I know this may not be what you need, a reply only saying "this is not what

Bug#724944: Patch

2013-10-11 Thread Bas Wijnen
Control: tags -1 + patch First of all, I can see how you're busy, but if you think my problem is trivial, please just tell me so. If I'm sending a message saying "I don't know how to continue", even explicitly saying that I know this may not be what you need, a reply only saying "this is not what

Bug#724944: xserver-xorg-video-intel: segfaults when trying to play movies

2013-10-01 Thread Bas Wijnen
On Tue, Oct 01, 2013 at 04:51:01PM +0200, Julien Cristau wrote: > Still no info about what's going on in the driver. On Tue, Oct 01, 2013 at 02:25:28AM +0200, Bas Wijnen wrote: > Please tell me what to do or install if you need more information. -- To UNSUBSCRIBE, email to de

Bug#724944: xserver-xorg-video-intel: segfaults when trying to play movies

2013-09-30 Thread Bas Wijnen
On Mon, Sep 30, 2013 at 10:39:47PM +0200, Julien Cristau wrote: > On Mon, Sep 30, 2013 at 05:14:21 +0200, Bas Wijnen wrote: > > > On Sun, Sep 29, 2013 at 10:18:00PM +0200, Cyril Brulebois wrote: > > > Please provide us with a backtrace. Some hints are available at: > &

Bug#724944: xserver-xorg-video-intel: segfaults when trying to play movies

2013-09-29 Thread Bas Wijnen
On Sun, Sep 29, 2013 at 10:18:00PM +0200, Cyril Brulebois wrote: > Please provide us with a backtrace. Some hints are available at: > http://x.debian.net/howto/use-gdb.html I've now made it crash while it was running with -core. It took me some time to find the core file (it would be good to me

Bug#724944: xserver-xorg-video-intel: segfaults when trying to play movies

2013-09-29 Thread Bas Wijnen
Control: notfound -1 2:2.21.15-1+b2 On Sun, Sep 29, 2013 at 10:18:00PM +0200, Cyril Brulebois wrote: > No, that isn't data loss. I sure lost data on it, but I'm not arguing that the lower severity is reasonable. > Please provide us with a backtrace. Some hints are available at: > http://x.debi

Bug#724944: xserver-xorg-video-intel: segfaults when trying to play movies

2013-09-29 Thread Bas Wijnen
Package: xserver-xorg-video-intel Version: 2:2.21.15-1+b1 Severity: grave Justification: kills entire session; including applications running on it, which likely results in data loss. I can reliably crash the X server by starting almost any video with almost any player. At least mplayer, xine, t

Bug#573849: xserver-xorg-video-radeon: Be verbose about discarding modes

2010-03-14 Thread Bas Wijnen
On Sun, Mar 14, 2010 at 02:46:15PM -0500, Alex Deucher wrote: > > I didn't test, but looking at the source I find it hard to believe that > > there will be more information than "mode clock too high".  After all, > > the rejecting code (which I quoted above) doesn't provide any more > > information

Bug#573849: xserver-xorg-video-radeon: Be verbose about discarding modes

2010-03-14 Thread Bas Wijnen
On Sun, Mar 14, 2010 at 10:21:02AM -0500, Alex Deucher wrote: > >    /* clocks over 135 MHz have heat issues with DVI on RV100 */ > >    if ((radeon_output->MonType == MT_DFP) && > >        (info->ChipFamily == CHIP_FAMILY_RV100) && > >        (pMode->Clock > 135000)) > >            return MODE_CLO

Bug#573849: xserver-xorg-video-radeon: Be verbose about discarding modes

2010-03-14 Thread Bas Wijnen
Package: xserver-xorg-video-radeon Version: 6.12.5-1 Severity: wishlist Since fairly recently (a few months, I think), by Radeon refuses to set my monitor to 1600x1200. Looking at the server log, I found (in random order): (II) RADEON(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II)

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-09-21 Thread Bas Wijnen
e made (note that this happens in a set +e block): db_input "$PRIORITY" "$TEMPLATE" retval=$? if [ $retval -ne 0 ] ; then debug_echo "v_s_d_i/db_input $PRIORITY $TEMPLATE" ; fi if [ $? -eq 30 ]; then Thanks, Bas Wijnen -- I encourage people to send encrypted e-mail (

Bug#388568: xserver-xorg: postinst can hang

2006-09-21 Thread Bas Wijnen
Package: xserver-xorg Version: 7.1.0-1 Severity: Grave Justification: Renders package unusable When trying to make a live CD using live-package, the install hangs on the postinst of xserver-xorg. Breaking out of it and doing dpkg --configure --pending by hand (so the debconf frontend is not nonin

Bug#260598: acknowledged by developer (Re: Bug#260598: Pointer background not updated for i740 X server)

2004-09-28 Thread Bas Wijnen
Hello, Sorry for being unresponsive. Since I have a new laptop, I don't really use the other computer at all anymore, so I couldn't do much testing. Anyway, it has been behaving weird, so I'm thinking it might be a hardware problem. Especially if nobody else experiences it. Thanks, Bas De

Bug#260598: Pointer background not updated for i740 X server

2004-07-29 Thread Bas Wijnen
The config file was generated by dpkg-reconfigure xserver-xfree86. All the comments were already there, including that one. I tried uncommenting it and using "on" and "off", but that didn't help. Thanks, Bas Wijnen On Tue, Jul 27, 2004 at 02:06:47AM -0500, Branden

Bug#260598: XF86Config-4

2004-07-21 Thread Bas Wijnen
I forgot the attachment in the bug report. Here it is. -- I encourage sending me encrypted e-mail. Please send the central message of e-mails as plain text in the message body, not as HTML and definitely not as MS Word. Please do not use the MS Word format for attachments either. for more inf

Bug#260598: Pointer background not updated for i740 X server

2004-07-21 Thread Bas Wijnen
xserver-xfree86 4.3.0.dfsg.1-6 the XFree86 X server All problems mentioned can be "solved" by forcing a redraw, for example you switching to and from a different virtual desktop. Having to do that all the time is quite annoying though. Thanks, Bas Wijnen -- I encourage sending me