LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* 2.6.20 [drm:i915_wait_irq] *ERROR*
@ 2007-02-07 0:08 Lionel Landwerlin
2007-02-07 0:25 ` Dave Airlie
0 siblings, 1 reply; 3+ messages in thread
From: Lionel Landwerlin @ 2007-02-07 0:08 UTC (permalink / raw)
To: linux-kernel
Hi all,
I'm running a 2.6.20 kernel on my macbook. When running an openGL
application, if the opengl window's region is moved somewhere outside
the screen limits, then keyboard locks, I can only move the mouse,
nothing response. I can only reboot the box by pressing the power button
5 seconds. /var/log/syslog contains that :
kernel: [drm:i915_wait_irq] *ERROR* i915_wait_irq: EBUSY -- rec: 730561 emitted: 730570
The macbook uses an intel card :
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
Xorg version 7.1.1
--
Lionel Landwerlin <landwer@free.fr>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.20 [drm:i915_wait_irq] *ERROR*
2007-02-07 0:08 2.6.20 [drm:i915_wait_irq] *ERROR* Lionel Landwerlin
@ 2007-02-07 0:25 ` Dave Airlie
2007-02-07 14:34 ` Sergio Monteiro Basto
0 siblings, 1 reply; 3+ messages in thread
From: Dave Airlie @ 2007-02-07 0:25 UTC (permalink / raw)
To: landwer; +Cc: linux-kernel, dri-devel
>
> I'm running a 2.6.20 kernel on my macbook. When running an openGL
> application, if the opengl window's region is moved somewhere outside
> the screen limits, then keyboard locks, I can only move the mouse,
> nothing response. I can only reboot the box by pressing the power button
> 5 seconds. /var/log/syslog contains that :
>
> kernel: [drm:i915_wait_irq] *ERROR* i915_wait_irq: EBUSY -- rec: 730561 emitted: 730570
>
> The macbook uses an intel card :
>
> 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
>
I'm cc'ing dri devel in case anyone there knows why this might happen...
Dave.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.20 [drm:i915_wait_irq] *ERROR*
2007-02-07 0:25 ` Dave Airlie
@ 2007-02-07 14:34 ` Sergio Monteiro Basto
0 siblings, 0 replies; 3+ messages in thread
From: Sergio Monteiro Basto @ 2007-02-07 14:34 UTC (permalink / raw)
To: Dave Airlie; +Cc: landwer, dri-devel, linux-kernel
On Wed, 2007-02-07 at 11:25 +1100, Dave Airlie wrote:
> >
> > I'm running a 2.6.20 kernel on my macbook. When running an openGL
> > application, if the opengl window's region is moved somewhere outside
> > the screen limits, then keyboard locks, I can only move the mouse,
> > nothing response. I can only reboot the box by pressing the power button
> > 5 seconds. /var/log/syslog contains that :
> >
> > kernel: [drm:i915_wait_irq] *ERROR* i915_wait_irq: EBUSY -- rec: 730561 emitted: 730570
> >
> > The macbook uses an intel card :
> >
> > 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
> > 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
> >
>
> I'm cc'ing dri devel in case anyone there knows why this might happen...
>
> Dave.
maybe try disable :
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
and use:
Option "Legacy3D" "true
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-07 14:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 0:08 2.6.20 [drm:i915_wait_irq] *ERROR* Lionel Landwerlin
2007-02-07 0:25 ` Dave Airlie
2007-02-07 14:34 ` Sergio Monteiro Basto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).