I did this and it installed
Code: Select all
sudo pacman -S tightvnc
Code: Select all
[myusername@alarmpi /]$ vncserver
vncserver: Could not create /home/myusername/.vnc.
Code: Select all
sudo pacman -S tightvnc
Code: Select all
[myusername@alarmpi /]$ vncserver
vncserver: Could not create /home/myusername/.vnc.
You sure about that? It should be running a parallel session, in other words, not what you're seeing on your monitor.sdjf wrote:Hmmm, I installed tightvnc on my Pi, and it simply serves as a front end for X11vnc. I enter vncserver as a command, and it brings up an X11 vnc session.
Yup. I enter the vncserver command, it triggers X11's server and is done. I run "ps ax" to see what is going on, and there is no tightvnc or vncserver listed, the only thing about vnc is X11vnc with the parameters I gave in my vncserver command.graysky wrote:
You sure about that? It should be running a parallel session, in other words, not what you're seeing on your monitor.
Code: Select all
% vncserver
New 'pico-arch:1 (facade)' desktop is pico-arch:1
Starting applications specified in /home/facade/.vnc/xstartup
Log file is /home/facade/.vnc/pico-arch:1.log
Code: Select all
% cat ~/.vnc/xstartup
#!/bin/sh
xrdb $HOME/.Xresources
export XKL_XMODMAP_DISABLE=1
exec startxfce4
Code: Select all
vncserver