ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #wayland
woodwose has joined #wayland
devilhorns has quit []
<pq>
I'm away for 1.5 weeks and suddenly 300+ gitlab notifications from wayland or protocols alone :-p
<jadahl>
pq: welcome back
<pq>
thanks
<MrCooper>
we were waiting for you to be away ;)
latenite has joined #wayland
<latenite>
Hi folks, is there a way to make the nouveau driver drive my dispplay with its native 5120x2160? At the moment the highest available is 3840x2160
<latenite>
I am on Fedora 37
caveman has quit [Quit: caveman]
<dottedmag>
latenite: This is not Wayland-specific question. If it's a driver problem, ask in driver channel. If it's a compositor problem, ask in GNOME channel (probably better to start here)
caveman has joined #wayland
<latenite>
dottedmag, how do I find the channel for the driver? (nouveau)
caveman has quit []
<latenite>
found it :)
caveman has joined #wayland
fmuellner has joined #wayland
Net147 has quit [Quit: Quit]
Net147 has joined #wayland
kts has joined #wayland
nerdopolis has joined #wayland
sunrise890 has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
nehsou^ has quit [Remote host closed the connection]
glennk has quit [Remote host closed the connection]
glennk has joined #wayland
woodwose has quit [Ping timeout: 480 seconds]
sunrise890 has quit []
rasterman has quit [Quit: Gettin' stinky!]
woodwose has joined #wayland
woodwose has quit [Remote host closed the connection]
woodwose has joined #wayland
<MrCooper>
ofourdan: re the modifier related Xwayland issues with nvidia, maybe Xwayland needs to filter out "external only" modifiers for now
<MrCooper>
hmm, and/or mutter, which seems to advertise such modifiers and then fail to import buffers using them
<ofourdan>
fwiw, the sme modifier is used on sway and it works
<daniels>
zzag: yeah it was just a totally made-up example :)
<daniels>
should've made that clear, because that's the second time in 20 hours I've made up a random example and it's not been read as intended
<MrCooper>
ofourdan: then it may be that sway is handling "external only" modifiers correctly, and mutter isn't (though I'm also not sure how Xwayland/glamor can work with such a modifier)
<emersion>
makes sense to me to filter these out
<emersion>
though shouldn't GBM_BO_USE_RENDERING prevent these from being picked?
<MrCooper>
the issue here seems the compositor using eglQueryDmaBufModifiersEXT without checking for external only modifiers
<daniels>
emersion: it sure should
<emersion>
MrCooper: i'm not sure i'm following
<emersion>
what breaks exactly?
<emersion>
the compositor should be able to import and texture external_only modifiers
<ofourdan>
emersion: just ftr, weston-simple-dmabuf-feedback segfaults on that same hardware/driver with sway
<emersion>
any more details?
Kerr has joined #wayland
<MrCooper>
mutter advertises modifiers to Xwayland, Xwayland tries using one of them, mutter fails to import the BO
<ofourdan>
(sway states that --unsupported-gpu is unsupported, and as such I wasn't to report a bug ^_~)
<emersion>
ofourdan: sounds like an Nvidia bug to me
<emersion>
MrCooper: weird. maybe mutter tries to import external_only to a regular texture
<MrCooper>
I suspect so, the only references to external textures I can find in mutter code seem EGLstream specific
<Kerr>
Is there a wayland equivalent of xinput? I used https://wiki.archlinux.org/title/Multi-pointer_X and xinput map-to-output to make a pointer for my drawing tablet & lock it to a specific screen so that it doesn't stop me from using my mouse... but I can't find a way to do this in wayland. Also the tablet seems to map to my entire desktop - all 4 monitors - making it basically unusable
<davidre>
It depends on the compositor
<davidre>
In Plasma we have a setting for mapping tablet to output
<Kerr>
where is that at?
<davidre>
It should be in systemsettings
<davidre>
or do you mean the code?
<Kerr>
I'm not at a level to be able to contribute to projects like this, so just the UI
<Kerr>
I have a Huion tablet, it's not detected by "Graphic tablet" in kde
<wlb>
weston/main: Jonas Ådahl * shell: Keep window 'activated' state if child has focus https://gitlab.freedesktop.org/wayland/weston/commit/cc3d30c28bb6 desktop-shell/shell.c include/libweston/desktop.h libweston/desktop/internal.h libweston/desktop/surface.c