ca88005b31
- Revert to LineageOS 14.1 kernel - Enable virtual terminal - Update touchscreen settings At the moment, display output works, but only when the following is run: while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done.
4 lines
209 B
Text
4 lines
209 B
Text
# udev rules file
|
|
# All device names can be read from weston's logfile (/tmp/weston.log in postmarketOS)
|
|
SUBSYSTEM=="input", ATTRS{name}=="synaptics-rmi-ts", \
|
|
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1"
|