Strange problem with groundcontrol and mouse

I installed GroundControl on a new laptop yesterday, and everything seemed to be working fine until I actually tried to use it in production. The problem is when I move the mouse around in ground control the graphics window drags also. It is like one of the mouse buttons is stuck, but the rest of the OS works fine, and I can right click on desktop, etc.

Here is my debug info:

[e[1;32mINFOe[0m   ] [Logger      ] Record log in /home/brian/.kivy/logs/kivy_18-05-06_2.txt
[e[1;32mINFOe[0m   ] [Kivy        ] v1.9.0
[e[1;32mINFOe[0m   ] [Python      ] v2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609]
[e[1;32mINFOe[0m   ] [Factory     ] 173 symbols loaded
[e[1;32mINFOe[0m   ] [Image       ] Providers: img_tex, img_dds, img_gif, img_sdl2 (img_pil, img_ffpyplayer ignored)
[e[1;32mINFOe[0m   ] [OSC         ] using <multiprocessing> for socket
[e[1;32mINFOe[0m   ] [Window      ] Provider: sdl2(['window_egl_rpi'] ignored)
[e[1;32mINFOe[0m   ] [GL          ] OpenGL version <3.0 Mesa 17.2.8>
[e[1;32mINFOe[0m   ] [GL          ] OpenGL vendor <Intel Open Source Technology Center>
[e[1;32mINFOe[0m   ] [GL          ] OpenGL renderer <Mesa DRI Intel(R) Bay Trail >
[e[1;32mINFOe[0m   ] [GL          ] OpenGL parsed version: 3, 0
[e[1;32mINFOe[0m   ] [GL          ] Shading version <1.30>
[e[1;32mINFOe[0m   ] [GL          ] Texture max size <16384>
[e[1;32mINFOe[0m   ] [GL          ] Texture max units <16>
[e[1;32mINFOe[0m   ] [Window      ] auto add sdl2 input provider
[e[1;32mINFOe[0m   ] [Window      ] virtual keyboard not allowed, single mode, not docked
[e[1;32mINFOe[0m   ] [Text        ] Provider: sdl2
[e[1;32mINFOe[0m   ] [ProbeSysfs  ] device match: /dev/input/event6
[e[1;32mINFOe[0m   ] [MTD         ] Read event from </dev/input/event6>
[e[1;32mINFOe[0m   ] [Base        ] Start application main loop
[e[1;32mINFOe[0m   ] [GL          ] NPOT texture support is available
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> range position X is 0 - 3108
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> range position Y is 0 - 2032
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> range touch major is 0 - 2220
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> range touch minor is 0 - 2175
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> range pressure is 0 - 255
[e[1;32mINFOe[0m   ] [MTD         ] </dev/input/event6> axes invertion: X is 0, Y is 0
[e[1;32mINFOe[0m   ] [GL          ] Unpack subimage support is available

[

Which OS is in use?

I am using Linux: GalliumOS which is based on Ubuntu 16.04

I will try updating Kivy tonight.

2 Likes

I updated Kivy to latest stable 1.10.1 and it works as expected now.

3 Likes