Mint+MATE-20.3: The Surface GO-3 has a native aspect ratio of 3:2 (1920 x 1280). Tired old eyes and I need to use a resolution around 1440 wide and the only options are 1440x900, 1440x810 and 1400x900. All are fine for the eyes, but the stylus defaults to what I think is the 3:2 screen ratio and none of those are that.
Left/right the pointer matches the stylus tip. Up/down is only correct in the vertical center of the screen. At the top the pointer is below the stylus and at the bottom, above it. The error increase proportionally with direction.
I found this and "xrandr" shows "eDP-1 current 1440 x 900" and a long list of others.
I have tried all of the options in that link and I cannot get my 1440 x 960 (3:2) resolution added or used. None of those commands caused any errors.
#!/usr/bin/env bash
if [ ! -t 0 ]
then
cvt 1440 960
xrandr --newmode "1440x960_60.00" 113.75 1440 1528 1672 1904 960 963 973 996 -hsync +vsync
xrandr --addmode eDP-1 "1440x960_60.00"
fi
How can I get the stylus and the pointer to hold hands?