5c65c3e95c
Based on work by @NotKit, thanks!
6 lines
96 B
Bash
6 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer resolution
|
|
echo 1080,3840 > /sys/class/graphics/fb0/virtual_size
|
|
|
|
|