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
cool110 has quit [Remote host closed the connection]
bittin has quit [Remote host closed the connection]
nerdopolis has quit [Ping timeout: 480 seconds]
cabal704 has joined #wayland
Company has quit [Quit: Leaving]
cabal704 has quit [Quit: WeeChat 3.5]
dcz_ has joined #wayland
hardening has joined #wayland
rasterman has joined #wayland
caveman has quit [Ping timeout: 480 seconds]
mbalmer has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
jgrulich has joined #wayland
emery has quit [Ping timeout: 480 seconds]
danvet has joined #wayland
c7s has quit [Quit: c7s]
c7s has joined #wayland
c7s1 has joined #wayland
c7s1 has quit []
c7s1 has joined #wayland
c7s1 has quit []
nerdopolis has joined #wayland
rv1sr has joined #wayland
rv1sr has quit []
flacks has quit [Quit: Quitter]
Lucretia has quit [Remote host closed the connection]
flacks has joined #wayland
Lucretia has joined #wayland
Narrat has joined #wayland
Hypfer is now known as Guest3215
Hypfer has joined #wayland
Guest3215 has quit [Ping timeout: 480 seconds]
Lucretia has quit []
Lucretia has joined #wayland
rasterman has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
mbalmer has quit []
Company has joined #wayland
<zubzub>
are there any 'special' requirements to make XWayland use glamor?
<zubzub>
I have the linux dmabuf protocol implemented, and gtk4 seems happy with, but when I spinup XWayland is gives me "Failed to initialize glamor, falling back to sw"
<zubzub>
so I'm not sure why it can't use glamor and I don't know what I can do to fix it :-/
<MrCooper>
is wl_drm available as well?
<emersion>
would be nice to make xwayland use the dmabuf main device instead of wl_drm
rasterman has joined #wayland
<MrCooper>
it also uses e.g. wl_drm_authenticate
<emersion>
this is only required if the compositor sends a primary node
<MrCooper>
I see, well, you know the drill, patches welcome :)
<emersion>
there's always the fun case of split render/display devices
<emersion>
which is the only reason we may still send primary nodes really
<emersion>
such a pain :(
dcz_ has joined #wayland
<zubzub>
14:38 < MrCooper> is wl_drm available as well?
<zubzub>
no I was told that was depricated
<zubzub>
ok so I have to implement that one as well I guess
<MrCooper>
Xwayland currently still requires it
<zubzub>
14:59 < emersion> there's always the fun case of split render/display devices
<zubzub>
my use case is for offscreen/remote devices, do I have to do something special here?
<MrCooper>
your choice if you want to implement wl_drm in your compositor, or make it optional in Xwayland :)
<zubzub>
the road of least resistance is me c/p wlroots wl_drm implementation