mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
sway: fix DSI-1 touchscreen assignment with Retroid DS addon
This commit is contained in:
@@ -101,6 +101,7 @@ if hexdump -C /sys/class/drm/card0-DP-1/edid | grep -q "Lontium"; then
|
||||
echo "output DP-1 max_render_time off" >> $SWAY_HOME/config
|
||||
echo "output DP-1 scale 1" >> $SWAY_HOME/config
|
||||
echo "output DP-1 position 0 0" >> $SWAY_HOME/config
|
||||
echo "input \"0:0:generic_ft5x06_(a0)\" map_to_output DSI-1" >> $SWAY_HOME/config
|
||||
echo "input \"8746:1:RetroidPocket_RDS_Touchscreen\" map_to_output DP-1" >> $SWAY_HOME/config
|
||||
echo "input \"8746:1:RetroidPocket_RDS_Touchscreen\" calibration_matrix 0 1 0 -1 0 1" >> $SWAY_HOME/config
|
||||
con="DP-1"
|
||||
|
||||
Reference in New Issue
Block a user