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. -- Gökşin Akdeniz (Gökşin Akdeniz) <[email protected]> Anahtar parmakizi/finger print = FE10 8C14 A144 4FDE BE18 D5E3 E758 F49A 8A5D F8AE [Son kullanma tarihi/expire date: 2011-06-08]
signature.asc
Description: OpenPGP digital signature
