#!/bin/sh # (c) 2000-2002 MandrakeSoft # $Id: xinitrc 178 2004-09-26 13:31:16Z 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