04-27-2024, 07:06 PM
Look in the file /home/pi/.xinitrc
Below is the command used to determine the screen size. Maybe it's not detecting the correct height?
Below is the command used to determine the screen size. Maybe it's not detecting the correct height?
Code:
# Capture screen size
SCREENSIZE="$(fbset -s | awk '$1 == "geometry" { print $2","$3 }')"