Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Debian Jessie KDE broke after log out session.

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
colegui
Posts: 17
Joined: 2015-03-02 16:09

[SOLVED] Debian Jessie KDE broke after log out session.

#1 Post by colegui »

hello, a few weeks ago I have installed Debian Jessie on KDE Desktop Version. I have a problem with the Display Manager Kdm, if i log out session the monitor turns off (DVI No Signal), the only option that I have it's forced shutdown or reboot via power button. I try another DM lightdm and this works fine. But i liked to know why log out session crash on Kdm.

**Edit**


Adding : TerminateServer=true at the end of /etc/kde4/kdm/kdmrc (Section :[X-:*-Core], solve the issue.

Thanks tukuyomi :wink:

Regards.
Last edited by colegui on 2015-03-02 19:09, edited 1 time in total.

tukuyomi
Posts: 150
Joined: 2006-12-05 19:53
Contact:

Re: Debian Jessie KDE broke after log out session.

#2 Post by tukuyomi »

Give this advice a shot :
In /etc/kde4/kdm/kdmrc, add TerminateServer=true at the end of the -normally existing- section [X-:*-Core].

Code: Select all

[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-br -nolisten tcp
ServerCmd=/usr/bin/X
TerminateServer=true
PS : You need to use your admin account to modify this file.
Regards

colegui
Posts: 17
Joined: 2015-03-02 16:09

[SOLVED] Debian Jessie KDE broke after log out session.

#3 Post by colegui »

tukuyomi wrote:Give this advice a shot :
In /etc/kde4/kdm/kdmrc, add TerminateServer=true at the end of the -normally existing- section [X-:*-Core].

Code: Select all

[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-br -nolisten tcp
ServerCmd=/usr/bin/X
TerminateServer=true
PS : You need to use your admin account to modify this file.
Regards
Thanks, your solution works fine here !!!. :D

Post Reply