x11vnc não funciona no Ubuntu 12.04

1

x11vnc costumava funcionar bem, mas na nova versão 12.04 não consigo trabalhar.


16/04/2012 17:22:35 x11vnc version: 0.9.12 lastmod: 2010-09-09  pid: 16524
16/04/2012 17:22:35 XOpenDisplay("") failed.
16/04/2012 17:22:35 Trying again with XAUTHLOCALHOSTNAME=localhost ...
16/04/2012 17:22:35
16/04/2012 17:22:35 *** XOpenDisplay failed. No -display or DISPLAY.
16/04/2012 17:22:35 *** Trying ":0" in 4 seconds.  Press Ctrl-C to abort.
16/04/2012 17:22:35 *** 1 2 3 4
16/04/2012 17:22:39 XOpenDisplay(":0") failed.
16/04/2012 17:22:39 Trying again with XAUTHLOCALHOSTNAME=localhost ...
16/04/2012 17:22:39 XOpenDisplay(":0") failed.
16/04/2012 17:22:39 Trying again with unset XAUTHLOCALHOSTNAME ...

Eu já experimentei vários tipos de parâmetros "-auth", nenhum funcionou.

    
por skerit 16.04.2012 / 17:24

2 respostas

0

Eu não sei porque, mas a exibição estava sendo executada: 1 em vez de: 0

A execução de w no terminal me disse muito

    
por skerit 17.04.2012 / 13:12
2

No meu caso, consegui trabalhar usando o arquivo de autenticação lightdm:

root@kbrandt-desktop:~# ps wwwwaux | grep auth
root      1815  0.3  1.2  69320 51980 tty7     Ss+  19:11   0:02 /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none
root      5870  0.0  0.0   4372   828 pts/0    S+   19:25   0:00 grep auth
root@kbrandt-desktop:~# x11vnc -forever -httpdir /usr/share/vnc-java -noxdamage -httpport 5900 -auth /var/run/lightdm/root/:0 -display :0
    
por Kyle Brandt 31.05.2012 / 01:27