I've figured out what triggers the behaviour, it happens whenever we use the touchscreen.
Best short term solution is to disable the touchscreen. To do this on Ubuntu 12.04 do the following:
1. To determine the device name look at instructions here http://ubuntuforums.org/showthread.php?p=9999160
2. Create a file in your home directory called .xsessionrc
3. Add the following line to the file: xinput set-prop 'Quanta OpticalTouchScreen' 'Device Enabled' 0
Be aware that 'Quanta OpticalTouchScreen' is specific to my machine. You will need to enter your device name, acquired by
I've figured out what triggers the behaviour, it happens whenever we use the touchscreen.
Best short term solution is to disable the touchscreen. To do this on Ubuntu 12.04 do the following:
1. To determine the device name look at instructions here http:// ubuntuforums. org/showthread. php?p=9999160
2. Create a file in your home directory called .xsessionrc
3. Add the following line to the file: xinput set-prop 'Quanta OpticalTouchScreen' 'Device Enabled' 0
Be aware that 'Quanta OpticalTouchScreen' is specific to my machine. You will need to enter your device name, acquired by
4. save, close and restart