* Started with stock kernel config (fairphone-perf_defconfig) * Enabled DEVTMPFS * Deactivated MSM_KGSL * Enabled the serial console * Enabled USB networking
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer resolution
|
|
cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode
|