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