Skip to content

Commit 7ff5b13

Browse files
committed
Add missing default touchscreen associations
1 parent 9826cef commit 7ff5b13

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-0
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
raspberrypi-ui-mods (1.20250420) bookworm; urgency=medium
2+
3+
* Add some missing touchscreen default associations
4+
5+
-- Simon Long <[email protected]> Sun, 20 Apr 2025 20:23:44 +0100
6+
17
raspberrypi-ui-mods (1.20250411) bookworm; urgency=medium
28

39
* Add CUPS polkit rule; remove dependency on zenity

etc/wayfire/gtemplate.ini

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[input-device:10-0038 generic ft5x06 (79)]
22
output = DSI-1
33

4+
[input-device:11-0038 generic ft5x06 (79)]
5+
output = DSI-1
6+
47
[input-device:6-0038 generic ft5x06 (79)]
58
output = DSI-1
69

@@ -10,12 +13,27 @@ output = DSI-2
1013
[input-device:10-0038 generic ft5x06 (00)]
1114
output = DSI-1
1215

16+
[input-device:11-0038 generic ft5x06 (00)]
17+
output = DSI-1
18+
1319
[input-device:6-0038 generic ft5x06 (00)]
1420
output = DSI-1
1521

1622
[input-device:4-0038 generic ft5x06 (00)]
1723
output = DSI-2
1824

25+
[input-device:10-005d Goodix Capacitive TouchScreen]
26+
output = DSI-1
27+
28+
[input-device:11-005d Goodix Capacitive TouchScreen]
29+
output = DSI-1
30+
31+
[input-device:6-005d Goodix Capacitive TouchScreen]
32+
output = DSI-1
33+
34+
[input-device:4-005d Goodix Capacitive TouchScreen]
35+
output = DSI-2
36+
1937
[input]
2038
xkb_model = pc105
2139
xkb_layout = gb

etc/wayfire/template.ini

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ command_power = pwrkey
2525
[input-device:10-0038 generic ft5x06 (79)]
2626
output = DSI-1
2727

28+
[input-device:11-0038 generic ft5x06 (79)]
29+
output = DSI-1
30+
2831
[input-device:6-0038 generic ft5x06 (79)]
2932
output = DSI-1
3033

@@ -34,6 +37,9 @@ output = DSI-2
3437
[input-device:10-0038 generic ft5x06 (00)]
3538
output = DSI-1
3639

40+
[input-device:11-0038 generic ft5x06 (00)]
41+
output = DSI-1
42+
3743
[input-device:6-0038 generic ft5x06 (00)]
3844
output = DSI-1
3945

@@ -43,6 +49,9 @@ output = DSI-2
4349
[input-device:10-005d Goodix Capacitive TouchScreen]
4450
output = DSI-1
4551

52+
[input-device:11-005d Goodix Capacitive TouchScreen]
53+
output = DSI-1
54+
4655
[input-device:6-005d Goodix Capacitive TouchScreen]
4756
output = DSI-1
4857

etc/xdg/labwc-greeter/rc.xml

+13
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,18 @@
55
<numlock>off</numlock>
66
</keyboard>
77

8+
<touch deviceName="10-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
9+
<touch deviceName="11-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
10+
<touch deviceName="6-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
11+
<touch deviceName="4-0038 generic ft5x06 (79)" mapToOutput="DSI-2" mouseEmulation="yes" />
12+
<touch deviceName="10-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
13+
<touch deviceName="11-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
14+
<touch deviceName="6-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
15+
<touch deviceName="4-0038 generic ft5x06 (00)" mapToOutput="DSI-2" mouseEmulation="yes" />
16+
<touch deviceName="10-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
17+
<touch deviceName="11-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
18+
<touch deviceName="6-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
19+
<touch deviceName="4-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-2" mouseEmulation="yes" />
20+
821
</openbox_config>
922

etc/xdg/labwc/rc.xml

+3
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,15 @@
159159
</windowSwitcher>
160160

161161
<touch deviceName="10-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
162+
<touch deviceName="11-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
162163
<touch deviceName="6-0038 generic ft5x06 (79)" mapToOutput="DSI-1" mouseEmulation="yes" />
163164
<touch deviceName="4-0038 generic ft5x06 (79)" mapToOutput="DSI-2" mouseEmulation="yes" />
164165
<touch deviceName="10-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
166+
<touch deviceName="11-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
165167
<touch deviceName="6-0038 generic ft5x06 (00)" mapToOutput="DSI-1" mouseEmulation="yes" />
166168
<touch deviceName="4-0038 generic ft5x06 (00)" mapToOutput="DSI-2" mouseEmulation="yes" />
167169
<touch deviceName="10-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
170+
<touch deviceName="11-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
168171
<touch deviceName="6-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-1" mouseEmulation="yes" />
169172
<touch deviceName="4-005d Goodix Capacitive TouchScreen" mapToOutput="DSI-2" mouseEmulation="yes" />
170173

0 commit comments

Comments
 (0)