|
|
2013-01-20
, 19:21
|
|
Posts: 980 |
Thanked: 1,512 times |
Joined on Jul 2010
|
#2
|
|
|
2013-01-21
, 01:48
|
|
Posts: 980 |
Thanked: 1,512 times |
Joined on Jul 2010
|
#3
|
![]() |
| Tags |
| solved |
| Thread Tools | |
|
it prevents me from using the phone until i restart. i can vnc in and then use right click, which continues to work without the blue dots, but i cant touch the screen to click. i can edge-swipe, and i can scroll.
i have absolutely no idea whats drawing them, or what stops me from clicking. things that Do Not Help:
-closing vnc
-killing vnc-netview
-restarting xsession/mthome
-restarting xsession/sysuid
-waiting a really long time
i use wheezy, fedora, and ubuntu. i get this with the same frequency.
i use TightVNC Viewer version 1.3.9 for the client. i use net-vncview {x11vnc 0.9.12-meego4} for the server.
here's what i do:
ssh root@wolke-n9 /opt/netview/x11vnc/bin/x11vnc \
-display :0 \
-touchdev "Atmel mXT Touchscreen" \
-nopw
vncviewer VNC_DESKTOP
except i use a script to pull out VNC_DESKTOP automatically.
vnc-n9.pl
open FH, "ssh root@wolke-n9 /opt/netview/x11vnc/bin/x11vnc \ -display :0 \ -touchdev "Atmel mXT Touchscreen" \ -nopw \ 2>&1 |" or die "Error running vnc-netview\n"; while(<FH>){ if(/^The VNC desktop is:\s*(.*)$/m){ exec 'vncviewer', $1; } } close FH;~ teleshoes ~
Last edited by wolke; 2013-01-21 at 01:49.