public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* freezing afer switching from graphical to console
@ 2002-07-09  5:38 Michael Gruner
  2002-07-09  6:30 ` Eric Altendorf
  2002-07-09 10:27 ` Bernd Schubert
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Gruner @ 2002-07-09  5:38 UTC (permalink / raw)
  To: linux-kernel

Hi,

since 2.4.17 I have got a problem: trying to switch from graphical
screen to console or to stop my X-session my box freezes. The screen
gets black and nothing more happens. Pressing any keys or trying to
switch to another console the box does not do anything. Only o cold
restart brings the box up again.

Hardware is a MSI6126 with a 440bx chipset. The processor is a 400 MHZ
Celeron on a MS6905 ppga 370 to slot 1 cpu converter. In former times
there were 256MB RAM in there but I got a lot of segfaults during
compiling the kernel. So i removed 128MB and now compiling runs fine.
So I don't think it might be a hardware failure?!

Problems had be seen very often with kernel 2.4.18, now with 2.4.19-rc1
not as often as before. That means: it happens maybe 1 or 2 times a
week. The box is shutted down every day.

Are there any hints for solving this problem?

best regards,
 Michael
-- 
Windmuehlenweg 22 07907 Schleiz
mobil: +491628955029
e-Mail: Michael.Gruner@fh-hof.de


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09  5:38 freezing afer switching from graphical to console Michael Gruner
@ 2002-07-09  6:30 ` Eric Altendorf
  2002-07-09  6:34   ` Eric Altendorf
  2002-07-09 10:27 ` Bernd Schubert
  1 sibling, 1 reply; 9+ messages in thread
From: Eric Altendorf @ 2002-07-09  6:30 UTC (permalink / raw)
  To: Michael Gruner; +Cc: linux-kernel

On Monday 08 July 2002 22:38, Michael Gruner wrote:
> since 2.4.17 I have got a problem: trying to switch from graphical
> screen to console or to stop my X-session my box freezes. The
> screen gets black and nothing more happens. Pressing any keys or
> trying to switch to another console the box does not do anything.

I don't have this problem on 2.4.18, but I did on 2.5 kernels.  On my 
box, it had something to do with the display manager (kdmh).  When I 
boot to runlevel 3 and run startx manually (without kdm) I have no 
virtual console problems.  That's my workaround for now.

I don't know what causes the problem.  If anyone else has an idea to 
share, that'd be great.

viel glueck,

eric

-- 
"First they ignore you.  Then they laugh at you.
 Then they fight you.  And then you win."             -Gandhi

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09  6:30 ` Eric Altendorf
@ 2002-07-09  6:34   ` Eric Altendorf
  0 siblings, 0 replies; 9+ messages in thread
From: Eric Altendorf @ 2002-07-09  6:34 UTC (permalink / raw)
  To: linux-kernel

On Monday 08 July 2002 23:30, Eric Altendorf wrote:
> my box, it had something to do with the display manager (kdmh). 
                                                           ^^^^
Sorry, yes, that was a typo.  I meant kdm.

eric


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
@ 2002-07-09  9:59 bonganilinux
  2002-07-09 15:39 ` Stephen Clark
  0 siblings, 1 reply; 9+ messages in thread
From: bonganilinux @ 2002-07-09  9:59 UTC (permalink / raw)
  To: Michael Gruner, linux-kernel

> Hi,
> 
> since 2.4.17 I have got a problem: trying to switch from graphical
> screen to console or to stop my X-session my box freezes. The screen
> gets black and nothing more happens. Pressing any keys or trying to

This only happens to me if I load the NVidia drivers if you are using
them that could be you
problem.

---------------------------------------------
This message was sent using M-Web Airmail.
JUST LIKE THAT
Are you ready for 10-digit dialling on the 8th of May?
To find out how this will affect your Internet connection go to www.mweb.co.za/ten
http://airmail.mweb.co.za/



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09  5:38 freezing afer switching from graphical to console Michael Gruner
  2002-07-09  6:30 ` Eric Altendorf
@ 2002-07-09 10:27 ` Bernd Schubert
  2002-07-09 16:39   ` Michael Gruner
  1 sibling, 1 reply; 9+ messages in thread
From: Bernd Schubert @ 2002-07-09 10:27 UTC (permalink / raw)
  To: Michael Gruner, linux-kernel

Hi, 

we have seen it, too. Seems to be graphics card dependend (ati ones are not 
effected, but nvidia cards are ) and what powersaving mode is enabled in the 
BIOS (Suspend for the Monitor causes a lock up when switching from X to the 
console, but when using VSync/empty screen (or something like this) all works 
fine).

Bernd

On Tuesday 09 July 2002 07:38, Michael Gruner wrote:
> Hi,
>
> since 2.4.17 I have got a problem: trying to switch from graphical
> screen to console or to stop my X-session my box freezes. The screen
> gets black and nothing more happens. Pressing any keys or trying to
> switch to another console the box does not do anything. Only o cold
> restart brings the box up again.
>
> Hardware is a MSI6126 with a 440bx chipset. The processor is a 400 MHZ
> Celeron on a MS6905 ppga 370 to slot 1 cpu converter. In former times
> there were 256MB RAM in there but I got a lot of segfaults during
> compiling the kernel. So i removed 128MB and now compiling runs fine.
> So I don't think it might be a hardware failure?!
>
> Problems had be seen very often with kernel 2.4.18, now with 2.4.19-rc1
> not as often as before. That means: it happens maybe 1 or 2 times a
> week. The box is shutted down every day.
>
> Are there any hints for solving this problem?
>
> best regards,
>  Michael


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09  9:59 freezing afer switching from graphical to console bonganilinux
@ 2002-07-09 15:39 ` Stephen Clark
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Clark @ 2002-07-09 15:39 UTC (permalink / raw)
  To: bonganilinux; +Cc: Michael Gruner, linux-kernel

bonganilinux@mweb.co.za wrote:

>>Hi,
>>
>>since 2.4.17 I have got a problem: trying to switch from graphical
>>screen to console or to stop my X-session my box freezes. The screen
>>gets black and nothing more happens. Pressing any keys or trying to
>>    
>>
>
>This only happens to me if I load the NVidia drivers if you are using
>them that could be you
>problem.
>
>---------------------------------------------
>This message was sent using M-Web Airmail.
>JUST LIKE THAT
>Are you ready for 10-digit dialling on the 8th of May?
>To find out how this will affect your Internet connection go to www.mweb.co.za/ten
>http://airmail.mweb.co.za/
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>  
>

I am also having this problem with an ATI r128 card and KDM. I found that by
setting:

TerminateServer=true

in the kdmrc file helped a lot.

HTH,
Steve


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09 10:27 ` Bernd Schubert
@ 2002-07-09 16:39   ` Michael Gruner
  2002-07-09 18:36     ` Joseph Pingenot
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Gruner @ 2002-07-09 16:39 UTC (permalink / raw)
  To: Bernd Schubert; +Cc: linux-kernel

Hi,

ok, did it as you say: in the BIOS I switched to Vsync/blank screen.
Let's see what happens.

BTW: My graphics card isn't a nvidia as many of you suggested but an ATI
Rage pro (what did you wrote Bernd? ;-) ).

Another interesting thing I got back in mind today was: one day my XMMS
played a mp3 song and I switched to console (oooops...you know what
happend) but the song kept on playing in a loop that was some
milliseconds until I powered the box off. I don't know what to think
about that.

best regards,
 michael

Am Die, 2002-07-09 um 12.27 schrieb Bernd Schubert:
> Hi, 
> 
> we have seen it, too. Seems to be graphics card dependend (ati ones are not 
> effected, but nvidia cards are ) and what powersaving mode is enabled in the 
> BIOS (Suspend for the Monitor causes a lock up when switching from X to the 
> console, but when using VSync/empty screen (or something like this) all works 
> fine).
> 
> Bernd
> 
-- 
Windmuehlenweg 22 07907 Schleiz
mobil: +491628955029
e-Mail: Michael.Gruner@fh-hof.de


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: freezing afer switching from graphical to console
  2002-07-09 16:39   ` Michael Gruner
@ 2002-07-09 18:36     ` Joseph Pingenot
  2002-07-09 19:40       ` how to debug it? Michael Gruner
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Pingenot @ 2002-07-09 18:36 UTC (permalink / raw)
  To: Michael Gruner; +Cc: linux-kernel

>From Michael Gruner on Tuesday, 09 July, 2002:
>Hi,
>ok, did it as you say: in the BIOS I switched to Vsync/blank screen.
>Let's see what happens.
>BTW: My graphics card isn't a nvidia as many of you suggested but an ATI
>Rage pro (what did you wrote Bernd? ;-) ).
>Another interesting thing I got back in mind today was: one day my XMMS
>played a mp3 song and I switched to console (oooops...you know what
>happend) but the song kept on playing in a loop that was some
>milliseconds until I powered the box off. I don't know what to think
>about that.

I've seen the same thing on my ATI XPert@Play (Rage Pro chipset).  At 
  2.4.17, it was a risky proposition to switch between X and a text VC.
  It's better in 2.4.18, although not much (I believe.  I may be wrong).
  I have happend upon a situation a number of times where, when switching
  from X to a text VC, the machine "locks up", but CTRL-F7 (the X VC) will
  get me back to a working X login screen (KDM), at least for a while.  If
  I keep trying to switch to a text VC (which never works), it eventually
  fully locks up, to the point where I have to pull the plug, since the on
  switch is non-responsive.  If I tell it to shut down, it gets *most* of
  the way through before carping out and locking up fully.
I don't *believe* I've seen this in 2.5.x, although I may be wrong.

-Joseph
-- 
Joseph======================================================jap3003@ksu.edu
"We're moving toward a world where all the capabilities of the Internet are
 reprocessed through a single filter, with Microsoft's business plan behind
 it."  Mozilla's Mitchell Baker, http://news.com.com/2100-1023-941926.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* how to debug it?
  2002-07-09 18:36     ` Joseph Pingenot
@ 2002-07-09 19:40       ` Michael Gruner
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Gruner @ 2002-07-09 19:40 UTC (permalink / raw)
  To: Joseph Pingenot; +Cc: linux-kernel

> >ok, did it as you say: in the BIOS I switched to Vsync/blank screen.
> >Let's see what happens.
> >BTW: My graphics card isn't a nvidia as many of you suggested but an ATI
> >Rage pro (what did you wrote Bernd? ;-) ).
> >Another interesting thing I got back in mind today was: one day my XMMS
> >played a mp3 song and I switched to console (oooops...you know what
> >happend) but the song kept on playing in a loop that was some
> >milliseconds until I powered the box off. I don't know what to think
> >about that.
> 
> I've seen the same thing on my ATI XPert@Play (Rage Pro chipset).  At 
>   2.4.17, it was a risky proposition to switch between X and a text VC.
>   It's better in 2.4.18, although not much (I believe.  I may be wrong).
>   I have happend upon a situation a number of times where, when switching
>   from X to a text VC, the machine "locks up", but CTRL-F7 (the X VC) will
>   get me back to a working X login screen (KDM), at least for a while.  If
>   I keep trying to switch to a text VC (which never works), it eventually
>   fully locks up, to the point where I have to pull the plug, since the on
>   switch is non-responsive.  If I tell it to shut down, it gets *most* of
>   the way through before carping out and locking up fully.
> I don't *believe* I've seen this in 2.5.x, although I may be wrong.
> 
Do you think it would be a good idea to get it out of the stable tree?
Or is it better to try to live with it and wait for getting 2.5 the
stable tree?

Is there a howto to get this debugged? Looking into /var/log/messages
there are no messages that could point out that bad thing.

michael

-- 
Windmuehlenweg 22 07907 Schleiz
mobil: +491628955029
e-Mail: Michael.Gruner@fh-hof.de


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-07-09 19:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-09  5:38 freezing afer switching from graphical to console Michael Gruner
2002-07-09  6:30 ` Eric Altendorf
2002-07-09  6:34   ` Eric Altendorf
2002-07-09 10:27 ` Bernd Schubert
2002-07-09 16:39   ` Michael Gruner
2002-07-09 18:36     ` Joseph Pingenot
2002-07-09 19:40       ` how to debug it? Michael Gruner
  -- strict thread matches above, loose matches on Subject: below --
2002-07-09  9:59 freezing afer switching from graphical to console bonganilinux
2002-07-09 15:39 ` Stephen Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox