View Single Post
  #8   (View Single Post)  
Old 15th May 2008
l2fl2f's Avatar
l2fl2f l2fl2f is offline
Real Name: Yves Guerin
Port Guard
 
Join Date: May 2008
Location: Montreal, Quebec, Canada
Posts: 25
Default

Hello,

If you run under xdm (/usr/X11R6/lib/X11/xdm):
in TakeConsole:
# to kill any xscreensaver that the users launched
xscreensaver-command -exit

in your .xsession:
xscreensaver -mode xxx &

if you run from startx:
in your .xinitrc:
xscreensaver-command -exit
xscreensaver -mode xxx &

(see man xscreensaver)

A good example: http://www.bodenstab.org/xdm.html
Reply With Quote