Add arch desktop dot files #1

Open
opened 2020-12-26 03:32:49 +00:00 by hak8or · 1 comment
Owner

I3-Gapps, Xorg, etc.

Especially PS5 controller support;

Dmesg

[39753.747550] hid-generic 0005:054C:0CE6.000B: unknown main item tag 0x0
[39753.747630] input: Wireless Controller as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/bluetooth/hci0/hci0:256/0005:054C:0CE6.000B/input/input40
[39753.747759] hid-generic 0005:054C:0CE6.000B: input,hidraw7: BLUETOOTH HID v1.00 Gamepad [Wireless Controller] on 24:ee:9a:1b:ba:0b

Touchpad as mouse

Section "InputClass"
        Identifier   "ds4-touchpad"
        Driver       "libinput"
        MatchProduct "Sony Interactive Entertainment Wireless Controller Touchpad"
        Option       "Mode" "Relative"
EndSection

Possible permissions

➜ cat -p /etc/udev/rules.d/99-dualshock.rules
# DualShock 3 controller, Bluetooth
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"

➜ sudo usermod -aG input hak8or

Oh wow, the gentoo page has better docs for the playstation controllers than Arch!

I3-Gapps, Xorg, etc. Especially PS5 controller support; ### Dmesg ``` [39753.747550] hid-generic 0005:054C:0CE6.000B: unknown main item tag 0x0 [39753.747630] input: Wireless Controller as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/bluetooth/hci0/hci0:256/0005:054C:0CE6.000B/input/input40 [39753.747759] hid-generic 0005:054C:0CE6.000B: input,hidraw7: BLUETOOTH HID v1.00 Gamepad [Wireless Controller] on 24:ee:9a:1b:ba:0b ``` ### Touchpad as mouse ``` Section "InputClass" Identifier "ds4-touchpad" Driver "libinput" MatchProduct "Sony Interactive Entertainment Wireless Controller Touchpad" Option "Mode" "Relative" EndSection ``` ### Possible permissions ``` ➜ cat -p /etc/udev/rules.d/99-dualshock.rules # DualShock 3 controller, Bluetooth KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess" ➜ sudo usermod -aG input hak8or ``` Oh wow, the gentoo page has better docs for the playstation controllers than Arch! - https://wiki.archlinux.org/index.php/Gamepad#PlayStation_3/4_controller - https://wiki.gentoo.org/wiki/Sony_DualShock
Author
Owner

Hm, PS5 controller works fine when wired, not when over bluetooth. And when wired, have to power cycle the controller as I enter/exit games.

Hm, PS5 controller works fine when wired, not when over bluetooth. And when wired, have to power cycle the controller as I enter/exit games.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hak8or/dot_files#1
No description provided.