734a735,742 > > /********** BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG ******/ > /* > priv->min_x works fine, but the config option MIN_X > 0 doesn't > allow to change position of Pointer to < MIN_X > maybe it is an option name conflict ? > I put my real MIN_X here, and in xorg.conf I set up Option "MIN_X" > as "0". The same with MIN_Y/ 737a746 > */ 738a748,750 > *x = (priv->screen_width * (input_x - 424)) / width; > *y = (priv->screen_height - > (priv->screen_height * (input_y - 524)) / height); 858a871,874 > > > /********** BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG ******/ > /* It should be x and y (not cur_x, cur_y) 859a876,877 > */ > xf86PostMotionEvent(local->dev, TRUE, 0, 2, x, y); 864a883,884 > /********** BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG ******/ > /* It should be x and y (not cur_x, cur_y) 865a886,887 > */ > xf86PostButtonEvent(local->dev, TRUE, 1, state == ELO_PRESS, 0, 2, x, y); 867a890,891 > /********** BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG BUG ******/ > /* It should be x and y (not cur_x, cur_y) 870a895,898 > */ > DBG(3, ErrorF("TouchScreen: x(%d), y(%d), %s\n", > x, y, > (state == ELO_PRESS) ? "Press" : ((state == ELO_RELEASE) ? "Release" : "Stream")));