b53a18ed23
* added LG G Watch R (also compatible with Urbane 1) * added frame buffer fix script to install * Added missing refreshrate patch * Added xwayland
5 lines
157 B
Bash
5 lines
157 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer resolution
|
|
cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode
|
|
echo 320,320 > /sys/class/graphics/fb0/virtual_size
|