You are not logged in.

1

Monday, February 7th 2005, 6:54am

screensaver question

Hello,
I am new to this forum and using KDE but I am learning.
My question is under the screensaver section of properties in advanced options I see a list that says auto lock and has check boxes for the corners.
I was wondering if this means that you can make the screensaver not activate by putting the mouse in the corner?
If this is not what this is for is there a program that I can do this with. I would like to make my screensaver not activate while writing disks or other things.
Thank you in advance
John

2

Monday, February 7th 2005, 9:37am

RE: screensaver question

I don't know what that corner option does exactly, but you can find out by setup the time of the screensaver to 1 minute and try.

There is a method to disable and enable the screensaver easily. You can make two shortcuts on the desktop: one for activating and one for deactivating. The command for enabeling the screensaver is

Source code

1
dcop kdesktop KScreensaverIface enable true
The command for disabeling the screensaver is

Source code

1
dcop kdesktop KScreensaverIface enable false

3

Tuesday, February 8th 2005, 4:55am

Thank you,
The shortcut idea works great. I am really liking Linux but it is so new to me.
John