angler: support Wi-Fi and graphics
Compare changes
Created by: zhuowei
With these patches, the Nexus 6P supports Wi-Fi and almost actually supports Weston.
Issues/questions:
while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done
. Not sure how the Nexus 5 fixed this; I guess I can add a patch in Weston to automatically run this (or the equivalent ioctl) every frame. (With that command running, graphics work well.)Tested over an NFS mounted root, but it should work on regular devices.
@zhuowei is the
LIBINPUT_CALIBRATION_MATRIX
necessary? seems the default value, probably works without itBy Daniele Debernardi on 2017-09-27T09:13:51
Created by: zhuowei
it's to explicitly indicate that we are using default config; it's not actually needed.
By * postmarketOS Bot on 2017-09-27T12:55:26
Created by: ollieparanoid
This is fine for me. we could discuss in #182 whether we prefer the explicit notation or leaving it out and then apply it to all devices at once.
By * postmarketOS Bot on 2017-09-27T17:32:47