Having moved from xfce to fvwm2 I now no longer seem to have a screensaver. xscreensaver is installed on my system but the manual pages don't make it clear how to actually run it. What's the 'normal' way of running it?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Chris Green chris@areti.co.uk wrote:
xscreensaver -no-splash
(or at least, that's how I run it for ion3, I really should get round to adding it to the startup scripts :)
Cheers, - -- Brett Parker web: http://www.sommitrealweird.co.uk/ email: iDunno@sommitrealweird.co.uk
On Mon, Dec 26, 2005 at 10:24:29PM +0000, Brett Parker wrote:
Ah, yes, what I actually meant was where do you run it from if you see what I mean. I.e. it seems a bit stupid to have to run it 'manually' from a command prompt. Where do you put the 'xscreensaver -no-splash' command?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
beb ben@psychoferret.co.uk wrote:
Ubuntu uses gdm, gdm uses the wrapper script of doom to start an xsession... anyways...
If you're using fvwm2, probably ~/.xsession would be the file you're looking for, just before it starts fvwm2 put:
xscreensaver -no-splash&
That should cover it.
(I still type it manually when I login, still really must get round to adding it to the system ;)
Cheers, - -- Brett Parker web: http://www.sommitrealweird.co.uk/ email: iDunno@sommitrealweird.co.uk
On Tue, Dec 27, 2005 at 10:38:38PM +0000, Brett Parker wrote:
Excellent, absolutely right, I'd just forgotten where fvwm2 was run from (that's my excuse anyway!). Thanks.