Loading...
Loading...
DPI (dots per inch) describes how far the pointer moves on screen relative to how far you move the mouse. Higher DPI means the pointer travels further with the same hand movement; lower DPI offers finer control. Many operating systems expose a pointer‑speed slider rather than absolute DPI values, and gaming mice often provide software for precise DPI tuning. This guide shows how to calibrate pointer speed for productivity or gaming. Updated August 22, 2025.
Windows doesn’t display DPI numbers; instead it provides a slider ranging from 1–20 to control pointer speed.
macOS doesn’t let you set absolute DPI values, but third‑party utilities can.
Most desktop environments include a pointer‑speed slider. For granular control, use xinput.
xinput list in a terminal and find your mouse’s device name or ID.xinput list-props <device> and note Device Accel Constant Deceleration and Device Accel Velocity Scaling.xinput --set-prop "<device>" "Device Accel Constant Deceleration" 2.5 (higher values slow the cursor).xinput commands at startup or add them to your .xprofile.© 2026. You may copy/modify this guide for personal or internal use.