645141a5b9
* No need to append DTB to kernel * Remove kernel module build for now * Add device-specific firmware package * Add special partitions to fstab * Fix typo in screen width
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/sh
|
|
|
|
fbdev=/sys/class/graphics/fb0
|
|
echo "480,1708" > $fbdev/virtual_size
|
|
cat $fbdev/modes > $fbdev/mode
|