On Tue, 2020-08-04 at 17:39 -0500, Diego Escalante Urrelo wrote: [...] > MIN_WIDTH_HIDPI=1600 > virtual_size=/sys/class/graphics/fb0/virtual_size > > if [ "$kernel" = linux -a -e "$virtual_size" ]; then > width=`cut -d',' -f2 < "$virtual_size"` > > if [ "$width" -ge "$MIN_WIDTH_HIDPI" ]; then > FONTSIZE="16x32" > fi [...]
You have consistently written "width" here where you mean "height". Ben. -- Ben Hutchings Reality is just a crutch for people who can't handle science fiction.
signature.asc
Description: This is a digitally signed message part