[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

vnc server on working multiseat setup



Hi Guys,

Iam running a multiseat environment with lightdm , 2 seats. One of them
runs on :1 with autologin as user "aaaaa"

the other seat starts with login screen where i can login with any username
which is registered on the machine.

My Problem is, that i want to connect remote per vnc to the "not auto
login" - seat

the session for user "aaaaa" has already running an x11vnc

ps xfau | grep x11vnc

aaaaa 3415 0.0 0.1 83216 18344 ? Ss Jan16 0:34 x11vnc -rfbauth
/home/wir/.vnc/passwd -rfbport 5900 -shared -forever -nowf -norc
-notruecolor -bg -xkb

so how can i start an x11vnc for the other seat ? maybe autostarted at
/etc/rc.local or similar ?



Some additional info:

root@tv0-rupat:~# cat /etc/lightdm/lightdm.conf
[SeatDefaults]
autologin-guest=false
user-session=mythbuntu
allow-guest=false
minimum-display-number=0
minimum-vt=7

[Seat:0]
xserver-command=/usr/bin/X -config xorg.conf.tisch -nolisten tcp -isolateDevice PCI:1:0:0

[Seat:1]
xserver-command=/usr/bin/X -config xorg.conf.tv -nolisten tcp -isolateDevice PCI:5:0:0 -sharevts
autologin-user=wir
autologin-user-timeout=0
autologin-session=lightdm-autologin


Reply to: