Reply
Thread Tools
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#1
sometimes when i vnc into my n9, i get two blue dots that appear when i click or touch the phone. {one dot appears where i click or touch, and the other is its rotation 180 degrees about the screen's center.}

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
Code:
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.
 
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#2
still a problem, anyone know?
__________________
~ teleshoes ~
 
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#3
SOLVED:

control+click makes the bluedots appear. somehow my vnc is sending control and never letting go.

re-opening vnc and tapping control fixes it.
__________________
~ teleshoes ~

Last edited by wolke; 2013-01-21 at 01:58.
 
Reply

Tags
solved


 
Forum Jump


All times are GMT. The time now is 18:43.