Jump to content

Help my xscreensaver


Pzatch
 Share

Recommended Posts

Ok here goes.

I've installed the xscreensaver files and they run quite well, when I tell them to.

But I'm running Mandrake 9 and need to know what script to put were so that the darn thing runs everytime X starts. I've tried several variations of the instructions I found here but nothing has ever worked. I've put the script into the ~~/Auto directory and I've even tried the ~~/xinitrc directory but no luck.

Please walk me though the script making prosses since I've never done anything like this before.

I did get the Nvidia files installed and running fine though.

Anything would be a help, thanks.

Link to comment
Share on other sites

Hi,

 

to get xscreensaver working put the following in your ~/.kde/Autostart directory:

Filename e.g.: launch-xscreensaver

--------------------------------------------

#!/bin/bash

xscreensaver

--------------------------------------------

 

Everytime the user logs in xscreensaver gets started. It is in manuals/howto's on the xscreensaver-homepage: http://www.jwz.org/xscreensaver

xscreensaver is not controlled by the mandrake control center, but through xscreensaver-demo.

 

Success,

Ton

Link to comment
Share on other sites

It can be a number of things:

1. Have you made the script executable (chmod +x <scriptname>).

2. In my first attempt I forgot #!/bin/bash in the script, so kwrite opened when I logged in.

Have you checked with konqueror that the script is executable?

3. Is xscreensaver in your path?

 

Hope this helps.

Link to comment
Share on other sites

Thanks you for the point in the right direction!

It was a permision problem. Just had to chmod +x and the thing works.

And yes in my previous fumbling I did get the kwrite screen to pop up quite often.

Well thats one new skill I just learned. First time I have ever had to play with that command.

Thanks again. Hope one day I can help you out.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...