On Tue, Feb 15, 2000 at 04:11:29PM -0800, Ron Farrer wrote: > > Hello; > > When I setup xscreensaver from gnome control center it works fine. Doing > a "ps ux" shows it was called like so "xscreensaver -no-splash -timeout > 15 -nice 20 -lock-mode -xrm *programs:?flag -ncolors 256 -cycles 3000 > -size 1 -root". However, when I try to put this in "~/.Xclients" it > complains about *programs:?flag, -ncolors, -cycles, -size, and -root not > being known. How can I get it so that when I login (xdm) xscreensaver > is started automatically without having to go into gnome control center > each time? Yes I RTFM for xscreensaver, but it didn't tell me much. >
I'd think you'd only have to set it once in gnome-control (at least that works here). You might try running the xscreensaver-demo which'll write a ~/.xscreensaver which you can edit. You can place this command in your .xsession file: if [ -f /usr/bin/X11/xscreensaver ]; then /usr/bin/X11/xscreensaver -no-splash & fi -- +----------------------------------------------------+ | Eric G. Miller egm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+