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

Re: [debian-knoppix] system hangs after logout



Hi Tino,

On Sun, Aug 24, 2003 at 22:00:50 +0200, Tino Boss wrote:

> I just installed Knoppix to the HD. I didn't try many things yet,
> but some things seem to work (and some don't, of course).  Just one
> thing is quite odd: whenever I log out there is some HD-activity, the
> knoppix-logoff-sound is played and then the screen goes blank and the
> computer doesn't do anything (the control-lamp on the screen blinks,

I experienced problems with DRI when terminating a kdm- or xdm-session
(kernel lockup during X server reset).

You could comment out the line
  Load  "dri"
from Section "Module" in /etc/X11/XF86Config-4, but you lose DRI.

Or you could force xdm/kdm to terminate the X server when the X session ends.

In /etc/X11/xdm/Xservers change line
  :0 local /usr/X11R6/bin/X vt7 -dpi 100 -nolisten tcp
into
  :0 local /usr/X11R6/bin/X vt7 -dpi 100 -terminate -nolisten tcp

In /etc/kde3/kdm/Xservers change line
  :0 local@tty1 /etc/X11/X -dpi 75 -nolisten tcp vt7
into
  :0 local@tty1 /etc/X11/X -dpi 75 -terminate -nolisten tcp vt7

bye,
  Chris
-- 
Christian Perle                                   perle@itm.tu-clausthal.de
Grunaer Str. 31                      http://www.itm.tu-clausthal.de/~perle/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: