Hello I have problem, I installed tightvnc on my pc but i can connect via vnc I only see black and grey screen
Xvnc :1
after use settings from:
wow now Im confused. so in a nutshell, how can I simply get Xvnc running at boot with wbar and flwm?
<edit>
ok, after a little fiddle i have a down and dirty way.
1, apply the tightvnc from the repo
2, edit ~/.xsession and on a newline after "waitforX" add :-
Xvnc -geometry 1024x768 -depth 24 :1 &
3, at the bottom of the same file add :-
DISPLAY=:1 "$DESKTOP" &
DISPLAY=:1 setbackground fill /opt/backgrounds/"$BACKGROUND" &
4 as root, edit /usr/bin/wbar.sh and comment the two lines in the middle containing WBARPID (by putting a # at the beginning of the line)
then add this file to /opt/.filetool.lst for persistance.
5 your vncserver will now start on boot, use your vncviewer on linux or ultr@vnc on doze and point it to 192.168.0.?:1 or the ip of your tc no password needed.
this sort of thing may make some people scream but ittl work if your in a hurry.
</edit>
somethink work (can see mouse pointer) but dont see desktop / wallpaper
please help, I waste 2 days for VNC
sorry for english still learning ;|