da3a164992
* Rename mozilla-flame to t2m-flame * Keep Mozilla as the marketing name
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
|