07-07-2024, 07:05 PM
A big thank you to felix1024 for figuring this out and posting these instructions.
I did find some steps need a little clarification.
1) When editing .xinitrc file, the below 2 lines already exist, just need to add SCREENSIZE="1280,400" directly under.
# Capture screen size
#SCREENSIZE="$(fbset -s | awk '$1 == "geometry" { print $2","$3 }')"
2) no need to make a copy of the 40-libinput.conf file. I found you can edit it directly where it sits.
sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf
I did find some steps need a little clarification.
1) When editing .xinitrc file, the below 2 lines already exist, just need to add SCREENSIZE="1280,400" directly under.
# Capture screen size
#SCREENSIZE="$(fbset -s | awk '$1 == "geometry" { print $2","$3 }')"
2) no need to make a copy of the 40-libinput.conf file. I found you can edit it directly where it sits.
sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf