(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

4. Using touch screen and mouse in parallel

To use the touch screen and a mouse in parallel you need to enter the mouse specs in the Xinput-section. This definitions should be the same as in the Pointer-section. The following example is for a PS/2-mouse:

Section "Xinput" 
   SubSection "Mouse" 
      Protocol "PS/2" 
      Port "/dev/mouse" #could also be /dev/psaux 
      DeviceName "Mouse" 
      AlwaysCore 
   EndSubSection
...
EndSection 
Several people pointed this out, especially the usage of the AlwaysCore option. Thanks to them all.
Next Previous Contents