<daurn>
`access("/sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/drm/uevent", F_OK) = -1 ENOENT (No such file or directory)`
<daurn>
==> I think it should be looking for `/sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/drm/card0/uevent` or `/sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/drm/renderD128/uevent`?
<daurn>
it's missing the last path component
mon_aaraj has joined #river
<daurn>
setting WLR_DRM_DEVICES=/dev/dri/renderD128 results in an ETIMEDOUT; which I guess is slightly better?
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #river
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #river
norkki has quit [Read error: Connection reset by peer]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #river
gwizon has joined #river
gwizon has quit [Quit: Lost terminal]
waleee has joined #river
Guest65 has joined #river
<Guest65>
Hi, I am new to river, and facing an issue
<Guest65>
When I do libinput list-devices I still see the props for this device unset even though I am setting them through riverctl
<leon-p>
Guest65: you can also see the device settings with `riverctl list-input-configs`, which woill be more helpful, since it tells us what river does
<Guest65>
Sure, I did, I'll post it
<leon-p>
the device name in river may not match the one from `libinput list-devices`, so make sure you got the right one
<Guest65>
MOSART 2.4G is the external mouse I am currently using
<leon-p>
huh, you have two input devices with the exact same name.
<leon-p>
that is unfortunate, because I did not plan for that case when designing the input config system :/
<Guest65>
Uh that's unfortunate
<Guest65>
Is there anything I can do about it
<leon-p>
should be an easy fix, I just need to change the config loop to not abort when matching a device name
<leon-p>
however that is something I won't just do in a quick patch. I'd like to consider this problem a bit longer, check back in a few days.
<Guest65>
Okay
<Guest65>
Thanks
<leon-p>
no worries
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #river
norkki has joined #river
Guest21 has joined #river
<Guest21>
Hi, everyone, i would like to use river on a optimus laptop with archlinux installed. (my next gpu won't be nvidia, huh)? Are either the Nouveau or the NVIDIA drivers working fine for you with river?
Guest21 has quit [Quit: Client closed]
<leon-p>
TIL that tablets are super annoying. Started working on tablet support, but it seems more like a weekend project than an afternoon project...