kebes
August 9th, 2006, 11:51 AM
I have a fresh install of Kubuntu 6.06 LTS (Dapper) and installed the tightvncserver package. However when I start a vncserver and log into it, I see a very primitive desktop environment: just a grey background with the mouse cursor looking like an "X" and a single terminal instance (Konsole). It should be familiar to all of you as the "barebones X window environment." In other words, when tightvncserver starts up, it is not loading the desktop/window manager. The VNC FAQ:
http://lists.debian.org/debian-user/2004/01/msg04544.html
describes this as 'a grey rootweave desktop'. This mail thread:
http://lists.debian.org/debian-user/2004/01/msg04544.html
describes the same problem I'm having, but the presented solution didn't work for me.
I have verified that the script "~/.vnc/xstartup" is being executed. This autogenerated script currently looks like:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
And after running "vncserver :4" the log file "~/.vnc/computer:4.log" shows:
<snip>
Xvnc: dispatch: MaxClients = 1000
xrdb: No such file or directory
xrdb: can't open file '/home/kebes/.Xresources'
xsetroot: unknown color "grey"
DeliverEventsToWindow: client index is zero for PWin 0x81b5708
Xlib: extension "XInputExtension" missing on display ":4.0".
Failed to get list of devices
Xlib: extension "XInputExtension" missing on display ":4.0".
Failed to get list of devices
<snip>
The file '~/.Xresources' indeed does not exist. Is this the problem? If so, how am I supposed to generate a valid file? I'm not too familiar with all the options in '/etc/vnc.conf' (all of which are currently commented-out), and I'm not sure if there is an option there I'm supposed to be setting.
I've used tightvncserver before (on Mandrake 10.1) without this issue. Any advice on how to troubleshoot this, and get vnc to load up a full desktop session?
Thanks in advance.
http://lists.debian.org/debian-user/2004/01/msg04544.html
describes this as 'a grey rootweave desktop'. This mail thread:
http://lists.debian.org/debian-user/2004/01/msg04544.html
describes the same problem I'm having, but the presented solution didn't work for me.
I have verified that the script "~/.vnc/xstartup" is being executed. This autogenerated script currently looks like:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
And after running "vncserver :4" the log file "~/.vnc/computer:4.log" shows:
<snip>
Xvnc: dispatch: MaxClients = 1000
xrdb: No such file or directory
xrdb: can't open file '/home/kebes/.Xresources'
xsetroot: unknown color "grey"
DeliverEventsToWindow: client index is zero for PWin 0x81b5708
Xlib: extension "XInputExtension" missing on display ":4.0".
Failed to get list of devices
Xlib: extension "XInputExtension" missing on display ":4.0".
Failed to get list of devices
<snip>
The file '~/.Xresources' indeed does not exist. Is this the problem? If so, how am I supposed to generate a valid file? I'm not too familiar with all the options in '/etc/vnc.conf' (all of which are currently commented-out), and I'm not sure if there is an option there I'm supposed to be setting.
I've used tightvncserver before (on Mandrake 10.1) without this issue. Any advice on how to troubleshoot this, and get vnc to load up a full desktop session?
Thanks in advance.