Files
xserver/dix
Peter Hutterer 9a19bf06b5 Revert "dix: fix up coordinate scaling when external monitors are present"
This reverts commit d90b5f8301.

Reverting for two reasons:
* the scaling does not work on devices that don't advertise resolution, and
  the default resolution used (100 units/mm) is higher than most devices,
  resulting in a significant slowdown of the touchpads.
* the scaling is still affected by resolution changing. The patch worked
  before acceleration but since it maps into resolution-dependent dx/dy
  coordinates the acceleration may distort the movement after the fact. So the
  same input data generates different movements depending on the resolution.
  This can't easily be fixed for all affected devices as synaptics has its own
  velocity calculation method whereas wacom doesn't. So anything in the server
  won't work for both at the same time.

Revert this for now, until a more integrated solution can be implemented.
2014-07-14 15:05:58 +10:00
..
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2014-06-04 21:32:30 -07:00
2014-02-05 15:10:27 +10:00
2012-03-21 13:54:42 -07:00
2012-11-19 12:12:23 +10:00
2014-01-12 10:14:49 -08:00
2012-03-21 13:54:42 -07:00
2014-03-26 12:58:40 -07:00
2013-07-23 23:56:58 +01:00
2014-01-12 10:24:11 -08:00
2013-10-31 16:58:16 -07:00
2013-07-23 23:56:58 +01:00
2014-01-12 10:24:11 -08:00
2014-01-12 10:24:11 -08:00
2012-03-22 11:33:42 +10:00