b19a5fe29e
* Add maguro wifi support * enable framebuffer and VT, WESTON STARTS * make touchscreen work & fix merge conflict Cherry-pick of lawl's commit, ed552e5d9272204c12f67bcb0401b3e08e57d35f.
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
|