[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] blank screen after logout - patches



Hello, 

only a brief notice for someone on the list or a google-search person who 
encountered a similar problem.

Problem:
After logout from KDE, the graphical login-screen does not appear again but 
the screen went black. Ctrl-Alt-Backslash does not help. 

Info:
Using Knoppix 3.3, 24-09 - new installer - IBM T40 notebook, if it matters

Solution:
Christian Perle solved the problem and send 2 Patches for ../xdm... and 
.../kdm...

the patch command is not necessary at all, because you only have to insert 
"terminate" in both files - please see below

cheers Martin

first patch

> --- /etc/X11/xdm/Xservers.orig  2003-09-29 11:22:52.000000000 +0200
> +++ /etc/X11/xdm/Xservers       2003-09-29 11:23:24.000000000 +0200
> @@ -22,4 +22,4 @@
>  # Examples for multiple local X displays:
>  # :0 local /usr/X11R6/bin/X :0 vt9 -bpp 16
>  # :1 local /usr/X11R6/bin/X :1 vt10 -bpp 8
> -:0 local /usr/X11R6/bin/X vt7 -nolisten tcp
> +:0 local /usr/X11R6/bin/X vt7 -terminate -nolisten tcp

second patch

> --- /etc/kde3/kdm/Xservers.orig 2003-09-29 11:25:34.000000000 +0200
> +++ /etc/kde3/kdm/Xservers      2003-09-29 11:26:10.000000000 +0200
> @@ -22,4 +22,4 @@
>  # Examples for multiple local X displays:
>  # :0 local /usr/X11R6/bin/X :0 vt9 -bpp 16
>  # :1 local /usr/X11R6/bin/X :1 vt10 -bpp 8
> -:0 local@tty1 /etc/X11/X -dpi 75 -nolisten tcp vt7
> +:0 local@tty1 /etc/X11/X -terminate -dpi 75 -nolisten tcp vt7

_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: