This is what my Trisquel server looks like when I access it through VNC using the Remmina client:

http://www.imagebam.com/image/b974ec206949604

The VNC server is launched with the following command:

vncserver :1 -geometry 800x600

Using the -depth flag, with different values, as in "vncserver :1 -geometry 800x600 -depth 24", doesn't seem to help. Changing the resolution to 1024x1080 doesn't help either.

Here's the content of .vnc/xstartup:

#!/bin/sh
gnome-session --session=gnome-classic &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &

Any help appreciated!

Reply via email to