021129 Guilherme Cirne wrote: > Is there some way to get xscreensaver working with kdm? > Following the instructions from man xscreensaver > I added to /usr/lib/X11/xdm/Xsetup_0: > xhost +localhost > xscreensaver & > but this didn't work. I tested adding other commands to this file > and they were executed correctly when kdm comes up.
you need to start it as a service. in /etc/X11/xinit.d add an executable script 'xscreensaverexec', which contains the lines: #!/bin/sh # your comment here if you wish xscreensaver-command -exit xscreensaver & obviously, reboot to test that it works: you should see the Xscreensaver splash screen after logging in. -- ========================,,============================================ SUPPORT ___________//___, Philip Webb : [EMAIL PROTECTED] ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies TRANSIT `-O----------O---' University of Toronto
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
