maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   SOLVED: halp, vnc blue dots (https://talk.maemo.org/showthread.php?t=87281)

wolke 2012-10-07 17:31

SOLVED: halp, vnc blue dots
 
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;


wolke 2013-01-20 19:21

Re: halp, vnc blue dots
 
still a problem, anyone know?

wolke 2013-01-21 01:48

Re: halp, vnc blue dots
 
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.


All times are GMT. The time now is 06:42.

vBulletin® Version 3.8.8