#!/bin/sh # (c) 2000-2002 MandrakeSoft # $Id: xinitrc 23 2004-01-23 19:23:07Z jp $ # Set a background here because it's not done anymore # in Xsesion for non root users if [ "`whoami`" != root ]; then xsetroot -solid "#21449C" fi /etc/X11/Xsession $* & exec vncviewer -fullscreen -compresslevel 8 dls