Thread: VNC grey screen and start on boot 12.04
i have 12.04 lts installed , trying vnc work. want able connect existing sessions, , have start on boot. followed this guide , have left comment try , fix problems no dice. have tried solutions have found on google, including 1 here, not work (i missing easy sure).
when connect vnc session grey screen 3 checkboxes:
accept clipboard viewers send clipboard viewers send primary selection viewers
here xstartup:
code:#!/bin/sh # uncomment following 2 lines normal desktop: unset session_manager # exec /etc/x11/xinit/xinitrc gnome-session -session=gnome-classic & [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $home/.xresources ] && xrdb $home/.xresources xsetroot -solid grey vncconfig -iconic & #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$vncdesktop desktop" & #x-window-manager &
have edited include:
it not start on boot, when run command starts, grey screen.code:/usr/bin/vncserver -geometry 1024x768
appreciated. thank you!!
have tried setting session name ubuntu-2d? think maybe
is not recognized current session name - afaik name specify here has correspond actual .session file in /usr/share/gnome-session/sessions, on 12.04 system appear gnome.session, ubuntu-2d.session or ubuntu.sessioncode:gnome-session -session=gnome-classic
fyi there's specimen .vnc/xstartup file here:
https://help.ubuntu.com/community/vnc/servers
in experience need 2d session because compiz breaks things otherwise - in case may defaulting 3d / compiz session why dead gray screen
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] VNC grey screen and start on boot 12.04
Ubuntu
Comments
Post a Comment