Re: [Hampshire] xorg defaults on MPC-L

Top Page

Reply to this message
Author: Alan Pope
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] xorg defaults on MPC-L
2009/10/5 Simon Reap <simon@???>:
> I am running my lovely new Viglen MPC-L (yes, the UKUbuntu
> podcast offer is still available!) as a headless home server.
>


If it's headless why start xorg at all? Why not just start vncserver
with whataver resolution and colour depth you require?

vncserver :1 -geometry 1280x1024 -depth 24

You will probably need to maintain ~/.vnc/xstartup and add some bit like:-

#!/bin/sh
xsetroot -solid grey
xfwm4 --display :1.0 &
xfce4-panel --display :1.0 &
xfdesktop --display :1.0 &

Cheers,
Al.