I’m a little confused and have searched numerous sites about this. So I thought I would post here and see if someone could help.
I am running OpenSuse 12.2 on a computer. I run 4 usb webcams thru vlc. I want to be able to see the current desktop remotely that has all 4 of the cameras open. I want to remote in via vnc or? To look at the cameras periodically. My wife would also like to do the same.
I am having difficulty getting to the desktop with the cameras on. I can vnc to a kde desktop just not the current open one showing the cams. We are accessing this from Windows OS.
My xstartup file is below.
Thanks for the assistance.
#!/bin/sh
Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
-x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
-r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title “$VNCDESKTOP Desktop” &
unset SESSION_MANAGER
startkde &