--- xinitrc.orig 2005-02-28 12:54:22 +0200 +++ xinitrc 2005-02-28 10:56:07 +0200 @@ -49,7 +49,7 @@ test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap # Launch xscreensaver (if available), but only as non-root user -#test $UID -gt 0 -a -z "$VNCSESSION" && xscreensaver -no-splash & +test $UID -gt 0 -a -z "$VNCSESSION" && xscreensaver -no-splash & # Use ssh-agent if installed and not already running. Run it separately # so it populates the environment here, so we can clean it up later.