public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
  2001-11-17 17:45 kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching Michael N. Lipp
@ 2001-11-17 17:30 ` Stefan Smietanowski
  2001-11-17 18:32 ` François Cami
  2001-11-18 16:29 ` Alvaro Lopes
  2 siblings, 0 replies; 6+ messages in thread
From: Stefan Smietanowski @ 2001-11-17 17:30 UTC (permalink / raw)
  To: Michael N. Lipp; +Cc: linux-kernel

Hi.

> when I upgraded to 2.4.14, I found that console-switching doesn't work
> anymore with the latest NVIDIA driver installed. When I try to return
> to the console from X11 the system simply hangs (this includes
> shutdown, which makes it a real problem). Reverting to 2.4.13 fixed
> things. Sorry I can't report more hints.

Report the error to NVidia, it's their module and they don't distribute 
the source. It's difficult to help since the bug might be in their code.

// Stefan



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

* kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
@ 2001-11-17 17:45 Michael N. Lipp
  2001-11-17 17:30 ` Stefan Smietanowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael N. Lipp @ 2001-11-17 17:45 UTC (permalink / raw)
  To: linux-kernel

Hello,

when I upgraded to 2.4.14, I found that console-switching doesn't work
anymore with the latest NVIDIA driver installed. When I try to return
to the console from X11 the system simply hangs (this includes
shutdown, which makes it a real problem). Reverting to 2.4.13 fixed
things. Sorry I can't report more hints.

Regards,

    Michael

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

* Re: kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
  2001-11-17 17:45 kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching Michael N. Lipp
  2001-11-17 17:30 ` Stefan Smietanowski
@ 2001-11-17 18:32 ` François Cami
  2001-11-18 16:29 ` Alvaro Lopes
  2 siblings, 0 replies; 6+ messages in thread
From: François Cami @ 2001-11-17 18:32 UTC (permalink / raw)
  To: Michael N. Lipp; +Cc: linux-kernel

Michael N. Lipp wrote:

> Hello,
> 
> when I upgraded to 2.4.14, I found that console-switching doesn't work
> anymore with the latest NVIDIA driver installed. When I try to return
> to the console from X11 the system simply hangs (this includes
> shutdown, which makes it a real problem). Reverting to 2.4.13 fixed
> things. Sorry I can't report more hints.

Are you using framebuffer ? A friend of mine had exactly the same
problem, and it went away when he disabled the framebuffer...

François



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

* Re: kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
  2001-11-17 17:45 kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching Michael N. Lipp
  2001-11-17 17:30 ` Stefan Smietanowski
  2001-11-17 18:32 ` François Cami
@ 2001-11-18 16:29 ` Alvaro Lopes
  2001-11-18 16:42   ` Re[2]: " Matt Cahill
  2 siblings, 1 reply; 6+ messages in thread
From: Alvaro Lopes @ 2001-11-18 16:29 UTC (permalink / raw)
  To: Michael N. Lipp; +Cc: Linux Kernel

On Sáb, 2001-11-17 at 17:45, Michael N. Lipp wrote:
> Hello,
> 
> when I upgraded to 2.4.14, I found that console-switching doesn't work
> anymore with the latest NVIDIA driver installed. When I try to return
> to the console from X11 the system simply hangs (this includes
> shutdown, which makes it a real problem). Reverting to 2.4.13 fixed

Well I have the same kind of problem. But you don't have to shutdown!
Just switch again to your X vt, and X should work again.

> things. Sorry I can't report more hints.
> 
> Regards,
> 
>     Michael
> -
> 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/



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

* Re[2]: kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
  2001-11-18 16:29 ` Alvaro Lopes
@ 2001-11-18 16:42   ` Matt Cahill
  2001-11-18 16:55     ` Alvaro Lopes
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Cahill @ 2001-11-18 16:42 UTC (permalink / raw)
  To: Linux Kernel


  I actually just upgraded to 2.4.13 and have been experiencing this
  problem also. I get 'Waiting for X server to shutdown', forcing me
  to reboot. I reloaded the Nvidia kernel again (no problems with
  that), but the GLX driver is coughing and spitting when I try to
  reinstall it. It can't seem to find or read
  /usr/X11R6/lib/module/nvdriver.o (filename may be a little
  different...sorry, I'm in Windows right now), but it's there. This
  is also nvidia version 1541 (latest stable).

AL> Well I have the same kind of problem. But you don't have to shutdown!
AL> Just switch again to your X vt, and X should work again.

  I'm not sure I follow this... how do I switch to an X vt, and how do
  you mean 'X should work again'? Just curious if you meant this as a fix or
  a work-around.

  Thanks for any info,

  Matt Cahill
m-cahill@home.com


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

* Re: Re[2]: kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching
  2001-11-18 16:42   ` Re[2]: " Matt Cahill
@ 2001-11-18 16:55     ` Alvaro Lopes
  0 siblings, 0 replies; 6+ messages in thread
From: Alvaro Lopes @ 2001-11-18 16:55 UTC (permalink / raw)
  To: Matt Cahill; +Cc: Linux Kernel

On Dom, 2001-11-18 at 16:42, Matt Cahill wrote:
> 
>   I actually just upgraded to 2.4.13 and have been experiencing this
>   problem also. I get 'Waiting for X server to shutdown', forcing me
>   to reboot. I reloaded the Nvidia kernel again (no problems with
>   that), but the GLX driver is coughing and spitting when I try to
>   reinstall it. It can't seem to find or read
>   /usr/X11R6/lib/module/nvdriver.o (filename may be a little
>   different...sorry, I'm in Windows right now), but it's there. This
>   is also nvidia version 1541 (latest stable).
> 
> AL> Well I have the same kind of problem. But you don't have to shutdown!
> AL> Just switch again to your X vt, and X should work again.
> 
>   I'm not sure I follow this... how do I switch to an X vt, and how do
>   you mean 'X should work again'? Just curious if you meant this as a fix or
>   a work-around.

First of all this problems seem to be fixed in 2.4.15-pre5 with Nicholas
Aspert i8xx AGP patch. (one or another or both are responsable - didn't
test :) )

This is a work-around of course. Try CTRL+ALT+F7 (vt07 is the default XT
vt). 
BTW. what do you mean by "Waiting for X server to shutdown" ? Does this
appear when you reboot or when you switch consoles ?

Alvie

> 
>   Thanks for any info,
> 
>   Matt Cahill
> m-cahill@home.com
> 
> -
> 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/



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

end of thread, other threads:[~2001-11-18 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-17 17:45 kernel 2.4.14 breaks NVIDIA-1.0-1541 console switching Michael N. Lipp
2001-11-17 17:30 ` Stefan Smietanowski
2001-11-17 18:32 ` François Cami
2001-11-18 16:29 ` Alvaro Lopes
2001-11-18 16:42   ` Re[2]: " Matt Cahill
2001-11-18 16:55     ` Alvaro Lopes

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