* Kernel Oops after X-Server shutdown
@ 2002-09-03 10:54 Thomas Koller
2002-09-03 13:02 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Koller @ 2002-09-03 10:54 UTC (permalink / raw)
To: linux-kernel
hi,
shutting down the x-server with dri support on a i830M graficcard lets the
kernel produce an oops and left the screen black.
Aug 31 18:16:45 mobile kernel: printing eip:
Aug 31 18:16:45 mobile kernel: c0124e20
Aug 31 18:16:45 mobile kernel: Oops: 0000
Aug 31 18:16:45 mobile kernel: CPU: 0
Aug 31 18:16:45 mobile kernel: EIP: 0010:[unlock_page+4/100] Not
tainted
Aug 31 18:16:45 mobile kernel: EIP: 0010:[<c0124e20>] Not tainted
Aug 31 18:16:45 mobile kernel: EFLAGS: 00013246
Aug 31 18:16:45 mobile kernel: eax: 01000000 ebx: 01000000 ecx:
c1510ba8 edx: 00000000
Aug 31 18:16:45 mobile kernel: esi: dd789000 edi: dea37800 ebp:
00000000 esp: de5d3ee4
Aug 31 18:16:45 mobile kernel: ds: 0018 es: 0018 ss: 0018
Aug 31 18:16:45 mobile kernel: Process X (pid: 4077, stackpage=de5d3000)
Aug 31 18:16:45 mobile kernel: Stack: c1510ba8 dd789000 e0934d9f c1510ba8
de6a88c0 dda3e000 e0934def dea37800
Aug 31 18:16:45 mobile kernel: dd789000 de5d3f34 bffff924 de5d3f78
e09353da dea37800 00000040 dea37800
Aug 31 18:16:45 mobile kernel: df65ed60 40446440 00000000 dea37800
00000002 00000000 00000000 00000000
Aug 31 18:16:45 mobile kernel: Call Trace:
[hid:__insmod_hid_S.bss_L96+672703/77201149] [hid:__insmod_hid_S.bss_L96+67
Aug 31 18:16:45 mobile kernel: Call Trace: [<e0934d9f>] [<e0934def>]
[<e09353da>] [<e0930de2>] [<c013cf87>]
Aug 31 18:16:45 mobile kernel: [system_call+51/56]
Aug 31 18:16:45 mobile kernel: [<c010857b>]
Aug 31 18:16:45 mobile kernel:
Aug 31 18:16:45 mobile kernel: Code: 0f b6 43 1b 8b 14 85 1c c5 31 c0 69 c3
01 00 37 9e 8b 8a 98
without dri support there are no problems with i830M graficcards.
Kernel: 2.4.19
KernelPatches:
DRI Modules http://www.xfree86.org/~alanh/linux-drm-4.2.0-
kernelsource.tar.gz
ACPI-Patches (acpi.sourceforge.net) acpi-20020821-2.4.19
X-Server: Xfree86 4.2.0
Hardware: TravelMate 621LV
Is there a chance to get Xfree 4.2.0 working with DRI on that hardware?
maybe this is a bug in the kernel.
best regards
thomas
-------------------------------------------
Versendet durch AonWebmail (www.jet2mail.at)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel Oops after X-Server shutdown
2002-09-03 10:54 Kernel Oops after X-Server shutdown Thomas Koller
@ 2002-09-03 13:02 ` Adrian Bunk
2002-09-03 18:07 ` Thomas Koller
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2002-09-03 13:02 UTC (permalink / raw)
To: Thomas Koller; +Cc: linux-kernel
On Tue, 3 Sep 2002, Thomas Koller wrote:
> hi,
Hi Thomas,
> shutting down the x-server with dri support on a i830M graficcard lets the
> kernel produce an oops and left the screen black.
>
> Aug 31 18:16:45 mobile kernel: printing eip:
> Aug 31 18:16:45 mobile kernel: c0124e20
> Aug 31 18:16:45 mobile kernel: Oops: 0000
>...
> KernelPatches:
>
> DRI Modules http://www.xfree86.org/~alanh/linux-drm-4.2.0-
> kernelsource.tar.gz
>
> ACPI-Patches (acpi.sourceforge.net) acpi-20020821-2.4.19
>
> X-Server: Xfree86 4.2.0
>
> Hardware: TravelMate 621LV
>
> Is there a chance to get Xfree 4.2.0 working with DRI on that hardware?
> maybe this is a bug in the kernel.
1. Could you try whether 2.4.20-pre5 [1] fixes this (with 2.4.20-pre5 you
don't need the external DRI Modules)?
2. If this doesn't help please run the Oops message from 2.4.20-pre5
through ksymoops as described in Documentation/oops-tracing.txt and
send the output to linux-kernel.
> best regards
> thomas
TIA
Adrian
[1] ftp://ftp.kernel.org/pub/linux/kernel/v2.4/testing/patch-2.4.20-pre5.gz
--
You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Kernel Oops after X-Server shutdown
2002-09-03 13:02 ` Adrian Bunk
@ 2002-09-03 18:07 ` Thomas Koller
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Koller @ 2002-09-03 18:07 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On Tue, 3 Sep 2002, Adrian Bunk wrote:
> Hi Thomas,
Hi Adrian,
> 1. Could you try whether 2.4.20-pre5 [1] fixes this (with 2.4.20-pre5 you
> don't need the external DRI Modules)?
Thanks for help. I tried 2.4.20-pre5 with acpi patch and no it works. The
Problem seems to be solved.
> TIA
> Adrian
Best Regards
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-03 17:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-03 10:54 Kernel Oops after X-Server shutdown Thomas Koller
2002-09-03 13:02 ` Adrian Bunk
2002-09-03 18:07 ` Thomas Koller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®