LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Screensaver restart my Mandriva Linux every 5 minutes. How to stop it? (https://www.linuxquestions.org/questions/linux-newbie-8/screensaver-restart-my-mandriva-linux-every-5-minutes-how-to-stop-it-537700/)

hansprawira 03-15-2007 08:40 AM

Screensaver restart my Mandriva Linux every 5 minutes. How to stop it?
 
I am using Mandriva Linux 2006. This morning I changed my screensaver and suddenly the system restart. After that my system restart every 5 minutes if no activity proceed. I click either Kcontrol in KDE Destop(if I am not mistaken) or Preference in Gnome to return to the previous screensaver, but every time I reach this section, the system restart automatically without I can do anything. What should I do to stop this trouble?

kilgoretrout 03-15-2007 12:25 PM

The configuration info for your screensaver in kde is in /home/<username>/.kde/share/config/kdesktop.rc. However, if you login to kde you probably won't have enough time to get at the file. To get around this dilema, boot into a non-graphical, command line login(run level 3) by rebooting and hitting the Esc key as soon as you see the lilo selection screen. This will take you to a boot prompt at which you type:

linux 3

You will then boot to a command line login where you should login with your usual user name and password. At the prompt, run:

$ mv /home/<username>/.kde/share/config/kdesktop.rc /home/<username>/.kde/share/config/old.kdesktop.rc

and reboot. You will lose all your desktop settings but the screensaver should be reset to the default condition, i.e. kde automatically recreates a new kdesktop.rc using the default settings. From there you can either redo your settings in kcontrol or try hand editing the "ScreenSaver" section in old.kdesktop.rc toward the end of the file.

hansprawira 03-15-2007 05:27 PM

Thank you very much, I am totally blind of using text, but I will try.


All times are GMT -5. The time now is 08:26 PM.