hardware:iiyama
This is an old revision of the document!
Table of Contents
IIYAMA Touchscreen & Ubuntu
What you need
- IIYAMA Touchscreen
- VGA or DVI cable
- USB cable
What works from the scratch
- Screen display
- Mouse clicks and dragging with Button 1 pressed
What does not work from the scratch
- Wrong offset when using multiple screens. See FIX for a workaround. If both screens have the same dimensions and the touchscreen is left of your main monitor, this call should fix it:
xinput set-prop 'ELAN Touchscreen' --type=float 'Coordinate Transformation Matrix' 0.5 0 0 0 1 0 0 0 1
or if the touchscreen is right of your main monitor:
xinput set-prop 'ELAN Touchscreen' --type=float 'Coordinate Transformation Matrix' 0.5 0 0.5 0 1 0 0 0 1
- Mouse wheel scrolling works with some desktop applications. But not with firefox because firefox allows to select text. Firefox “Grab and Drag” extension can be used for websites. But it still does not allow “mouse wheel” zooming in openEASE.
- Dragging with other button then 1
hardware/iiyama.1452694518.txt.gz · Last modified: 2016/05/19 09:18 (external edit)