When I do vncser to my linux box I am getting some errors in the desktop.
I attached a screenshot to see the errors.
My xstartup file contains the below statements
#!/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 ] && xrd
When a user first runs vncserver, the following ~/.vnc/xstartup file gets created:
#!/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
I have VNC server running on Centos 5.3 and a user called student. When I use VNC viewer, from another computer, and connect to my server on port 5901, the login is fine but I see what appears to be a terminal window, sometimes there are 3+ of them. When there are multiples of these windows, I can close all but one. I can minimize that window, I can't close it.
Hey I've just installed tight VNC today and I've had everything working until I rebooted. When I load my interface I get a blank screen with a startx looking interface with no models rather then my old xfce4 one.
When I try to start Tightvnc with Xinetd, all I see in vncviewer is a grey screen with a black X.
When I start Tightvnc by typing vncserver in a terminal everything works fine.
Does anybody know why Tightvnc doesn't work with Xinetd in my configuration?
Thanks in advance for your help,
Sem
Ubuntu 11.10
Tightvnc 1.3.9
xstartup:
Code:
#!/bin/sh
unset
I set up a server with vncserver to have some remote control.Problem right now is that the server launches XFCE instead of the OpenBox desktop.
Hello,
I have problem with gnome desktop accessed via VNC.
The package vncserver package was installed.
SElinux is on. No customization to std. FC12 selinux policy (3.6.32-66) (BTW. even SELINUX is OFF behaviour is the same).
Server configuration:
/etc/sysconfig/vncserversVNCSERVERS="1:edx"
I am not able to run my ~/.xinitrc (~/.xsession) scripts when logging into my computer. I'm using Xubuntu 12.10 with vanilla lightgm as the login manager. Both these files have the right permission (executable).
Hi all, I've just installed Ubuntu 11.10 on my desktop machine and am trying to serve a remote desktop to my netbook. I'm running vnc4server to serve a new X session on port 5901. (So, X session :1)
The first problem I had was that nothing loaded at all, except for a desktop background.