Em 08-05-2011 10:27, Gökşin Akdeniz escreveu:
Those error messages are due to GTK interface of Xscreensaver
configuration tool which can be called with "xscreensaver-demo"

If you want xscreensaver start when user type command "startx" simply
edit the .xinitrc file. Sample configuration is for a fluxbox windows
manager and Xscreensaver.


#!/bin/sh

# start xscreensaver-daemon

xscreensvaer -no-splash&

# start fluxbox

exec startfluxbox

This particular set up will start Xscreensaver daemon when startx
command executed.

You need to configure xscreensvaer in order to operate. This can be done
by either running command from xterm with "xscreensaver-daemon&" or
editing the .xscreensaver file by hand.

Use the Xscreensaver-demo frontend to select the screensaver, idle and
cycle time. You'll get those gtk erors and ignore them ;) The frontend
will generate the .xscreensaver file for you.
ive placed the "xscreensaver-comand -lock &" cmd in fluxbox startup file instead.. and now its working properly..
thanks all for the help..

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to