6e7c39bbe7
Ouya boots. Install instructions are being refined, but device does boot through fastboot. Hoping to merge into master to encourage others to contribute to the device.
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/bin/sh
|
|
|
|
# fix display for xorg
|
|
echo 0 > /sys/class/graphics/fb0/blank
|
|
echo 16 > /sys/devices/tegradc.0/graphics/fb0/bits_per_pixel
|
|
echo 0 0 > /sys/class/graphics/fb0/pan
|