mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Add files via upload
This commit is contained in:
parent
06f92c4460
commit
44116120d9
13
fix-console-resolution.sh
Normal file
13
fix-console-resolution.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run from tty1 or similar
|
||||
# Good for VMs on 1920x1080 monitors
|
||||
# sets the text console / tty to have more cols/lines
|
||||
# helpful with topscrn4-10
|
||||
|
||||
# REQUIRES fbset
|
||||
# REF: https://www.reddit.com/r/linuxadmin/comments/sefh94/cant_change_console_resolution/
|
||||
|
||||
[ -e /bin/fbset ] || apt-get -y install fbset
|
||||
|
||||
fbset -xres 1440 -yres 900
|
Loading…
x
Reference in New Issue
Block a user