Hello Linus,
you are our man.
There was discussion on DRI-Devel-List and
linux-fbdev@vuser.vu.union.edu about it, too.
All pointed to XFree86 4.0.x...
Your patch fix the X server shutdown case, at least for me with
2.4.0-test6-pre8 on a Voodoo5 5500 and DRI CVS.
Unresolved cases are:
Switch from graphics mode (vt 7) to any textmode console as the X server
goes on.
The reverse case is fine.
Thanks,
Dieter
> -----
> --- v2.4.0-test5/linux/drivers/char/vt.c Thu Jul 27 17:38:00 2000
> +++ linux/drivers/char/vt.c Tue Aug 8 12:34:18 2000
> @@ -520,9 +520,10 @@
> /*
> * explicitly blank/unblank the screen if switching modes
> */
> - if (arg == KD_TEXT)
> + if (arg == KD_TEXT) {
> + set_palette(console);
> unblank_screen();
> - else
> + } else
> do_blank_screen(1);
> return 0;
>
-- Dieter Nützel Graduate Student, Computer ScienceUniversity of Hamburg Department of Computer Science Cognitive Systems Group Vogt-Kölln-Straße 30 D-22527 Hamburg, Germany
email: nuetzel@kogs.informatik.uni-hamburg.de @home: dieter.nuetzel@myokay.net
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/