Guest User

Untitled

a guest
Nov 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Warning: multiple calibratable devices found, calibrating last one (VirtualBox mouse integration)
  2. use --device to select another one.
  3. Calibrating EVDEV driver for "VirtualBox mouse integration" id=12
  4. current calibration values (from XInput): min_x=4, max_x=65512 and min_y=-52, max_y=65816
  5.  
  6. Doing dynamic recalibration:
  7. Setting new calibration data: 66, 65483, -125, 65584
  8.  
  9.  
  10. --> Making the calibration permanent <--
  11. copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf'
  12. Section "InputClass"
  13. Identifier "calibration"
  14. MatchProduct "VirtualBox mouse integration"
  15. Option "Calibration" "66 65483 -125 65584"
  16. EndSection
  17.  
  18. xinput_calibrator | tail -n 5 > log.txt
  19.  
  20. xinput_calibrator | tail -n 5 >> log.txt
Add Comment
Please, Sign In to add comment