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
Emantor has quit [Quit: ZNC - http://znc.in]
macc24 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
macc24 has joined #wayland
Emantor has joined #wayland
LaserEyess has quit [Quit: fugg]
LaserEyess has joined #wayland
fahien has quit [Remote host closed the connection]
TimWolla has quit [Quit: Bye]
TimWolla has joined #wayland
benbrown has quit [Quit: No Ping reply in 180 seconds.]
benbrown has joined #wayland
leandrohrb has quit [Ping timeout: 480 seconds]
ahartmetz has quit [Ping timeout: 480 seconds]
mriesch has quit [Remote host closed the connection]
mriesch has joined #wayland
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
ahartmetz has joined #wayland
ahartmetz has quit [Remote host closed the connection]
ahartmetz has joined #wayland
Seirdy has quit []
ahartmetz has joined #wayland
<wlb> weston Merge request !814 opened by () libweston: correct argument name in the handler of wl_data_source.accept request https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/814
ahartmetz has quit [Quit: Konversation terminated!]
Seirdy has joined #wayland
naveenk2 has joined #wayland
jmabr_ has joined #wayland
blue_penquin has quit []
blue_penquin has joined #wayland
blue_penquin has left #wayland [#wayland]
jmabr has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
Company has quit [Quit: Leaving]
bluepenquin has joined #wayland
zebrag has quit [Quit: Konversation terminated!]
vindicator has quit [Quit: Connection closed]
vindicator has joined #wayland
shankaru has joined #wayland
<wlb> weston Merge request !815 opened by () build: Add elogind support https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/815
jmdaemon has quit [Read error: No route to host]
jmdaemon has joined #wayland
jmdaemon has quit [Remote host closed the connection]
jmdaemon has joined #wayland
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #wayland
vindicator has quit []
ofourdan has joined #wayland
adia has quit [Quit: The Lounge - https://thelounge.chat]
adia has joined #wayland
jgrulich has joined #wayland
dcz_ has joined #wayland
erc has quit [Ping timeout: 480 seconds]
hardening has joined #wayland
mvlad has joined #wayland
vindicator has joined #wayland
danvet has joined #wayland
eroux has joined #wayland
shankaru has quit [Quit: Leaving.]
dcz_ has quit [Remote host closed the connection]
dcz_ has joined #wayland
MajorBiscuit has joined #wayland
<wlb> wayland-protocols/main: Carlos Garnacho * text-input: Reword the interpretation of serials to be more specific https://gitlab.freedesktop.org/wayland/wayland-protocols/commit/37fa0f4a4e03 unstable/text-input/text-input-unstable-v3.xml
<wlb> wayland-protocols Merge request !115 merged \o/ (text-input: Reword the interpretation of serials to be more specific https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/115)
shankaru has joined #wayland
jmdaemon has quit [Ping timeout: 480 seconds]
<wlb> weston Issue #600 opened by () [nvidia] Subsurface test no update https://gitlab.freedesktop.org/wayland/weston/-/issues/600
radu242 has quit [Ping timeout: 480 seconds]
radu242 has joined #wayland
<wlb> wayland Merge request !221 opened by () os: drop unnecessary memcpy in wl_os_mremap_maymove https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/221 [IPC library]
ahartmetz has joined #wayland
<wlb> wayland Issue #284 opened by () RFC: Add a mechanism to wl_surface to communicate scale https://gitlab.freedesktop.org/wayland/wayland/-/issues/284
rasterman has joined #wayland
duxsco has joined #wayland
dottedmag has quit [Server closed connection]
dottedmag has joined #wayland
eroux has quit [Remote host closed the connection]
<wlb> wayland-protocols Merge request !142 opened by () members: add Simon Zeni for wlroots/Sway https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/142
ecloud has quit [Ping timeout: 480 seconds]
eroux has joined #wayland
ecloud has joined #wayland
vindicator has quit []
Major_Biscuit has joined #wayland
Major_Biscuit has quit []
Major_Biscuit has joined #wayland
MajorBiscuit has quit [Ping timeout: 480 seconds]
phryk has quit [Server closed connection]
phryk has joined #wayland
Satan7 has quit [Ping timeout: 480 seconds]
MrCooper has quit [Server closed connection]
MrCooper has joined #wayland
Satan has joined #wayland
xerpi[m] has quit []
mooff[m] has quit [Quit: Idle for 30+ days]
technic93[m] has quit []
HayashiEsme[m] has quit []
x[m] has quit []
caveman has joined #wayland
caveman has quit [Remote host closed the connection]
anarsoul has quit [Ping timeout: 480 seconds]
caveman has joined #wayland
peeterm has quit [Server closed connection]
peeterm has joined #wayland
jmabr_ has quit [Remote host closed the connection]
sstiller has joined #wayland
al has quit [Server closed connection]
al has joined #wayland
anarsoul has joined #wayland
vindicator has joined #wayland
devilhorns has joined #wayland
caveman has quit [Ping timeout: 480 seconds]
duxsco has quit [Quit: duxsco]
Company has joined #wayland
duxsco has joined #wayland
<vindicator> Welp, looks like the debugging is going to be a bit more involved as I'm no particularly familiar with how function typedefs work ("typedef char *(EGLAPIENTRYP PFNEGLGETDISPLAYDRIVERCONFIGPROC) (EGLDisplay dpy);" or "EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);")
caveman has joined #wayland
<vindicator> From what I can tell is that those are all essentially stubs that get implemented elsewhere. Anyone know where I'd find the eglInitialize implementation? I presume it'd be something by Intel (my haswell IGP).
<mvlad> vindicator, that's in mesa. You can tweak mesa to print things to stderr as well. https://docs.mesa3d.org/envvars.html, see MESA_DEBUG. If it's not off should print some init failure messages.
emersion has quit [Server closed connection]
emersion has joined #wayland
<daniels> vindicator: if you're trying to debug eglinfo not loading GBM, I would just leave it alone
<daniels> normal user programs are not expected to be able to work with GBM
<daniels> they don't need to in any case - KWin is the only thing which needs to handle GBM - if it couldn't then it can't start
<daniels> if you have another more specific issue then you'll need to debug something else
<vindicator> I just wanted to make sure I was getting away from x11 as much as I could. I know KDE has a wrapper and figured when the time comes that x11 is fully dropped, that my system isn't going to be left in the dust if I could. Are you sure KDE wouldn't start even if it has a wrapper to fall back on?
<vindicator> *x11 wrapper
<daniels> that only starts if you have an existing running X11 server
<daniels> and Weston doesn't have that at all, so when you have Weston starting and happily reporting EGL functionality using your Intel driver, then you're definitely fine
<vindicator> Coolio. Thanks for that assurance.
kchibisov has quit [Server closed connection]
kchibisov has joined #wayland
<daniels> np :)
nerdopolis has joined #wayland
sstiller has quit [Quit: Leaving]
<wlb> weston Issue #600 closed \o/ ([nvidia] Subsurface test no update https://gitlab.freedesktop.org/wayland/weston/-/issues/600)
fmuellner has joined #wayland
GentooPhysicist393 has quit [Server closed connection]
GentooPhysicist393 has joined #wayland
<vindicator> Running eglgears_wayland gives me a segfault
<vindicator> "libEGL debug" shows not finding "optional" stuff, so that doesn't seem to be the cause, but later it also spits out 6 instances of "No DRI config supports native format <specificFormats>"
<vindicator> eglgears_x11 does work.
<wlb> weston Merge request !815 closed (build: Add elogind support)
unknown__ has quit [Server closed connection]
unknown__ has joined #wayland
<mvlad> vindicator, it only has wl-shell support and it crashes in some other parts. Looking for adding support for xdg-shell, will post something a bit later.
<vindicator> I had just saw that github issue. Going to see what "wl-shell" is all about (presuming "wayland shell")
<daniels> weston-simple-egl
<vindicator> yup, that works.
<vindicator> oooo, I like the "smoke"
cmeissl[m] has quit [Server closed connection]
<mvlad> ah, there's already a MR for it.... somehow got abandoned.
cmeissl[m] has joined #wayland
<vindicator> I was playing with the "stacking" program and it was the first time I encountered "transient". It's interesting how it functions. I'd say it was something like a "modal" window, but only to it's parent. And not even really "modal" since you can still interact with the parent. It's just a higher visual layer that doesn't change.
<vindicator> The "transformed" program brought up something, did nothing, then segfault.
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #wayland
davidre has quit [Server closed connection]
davidre has joined #wayland
Guest389 has quit [Server closed connection]
dreda has joined #wayland
dreda is now known as Guest670
Shimmy0 has quit [Server closed connection]
Shimmy0 has joined #wayland
vindicator has left #wayland [#wayland]
erc has joined #wayland
Hypfer has quit [Server closed connection]
Hypfer has joined #wayland
wolfshappen has quit [Server closed connection]
wolfshappen has joined #wayland
floof58_ has joined #wayland
floof58 has quit [Ping timeout: 480 seconds]
floof58_ is now known as floof58
<macc24> in kiosk shell, if i have a program running on internal display, and i plug in second monitor via displayport or hdmi, what would happen?
<wlb> wayland Merge request !222 opened by () connection: fix asan report on sendmsg call https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/222
<macc24> is it possible to "glue" the program into never leaving internal display
<macc24> and on external display run another program, automatically closing it when the display is unplugged?
Major_Biscuit has quit [Ping timeout: 480 seconds]
<macc24> would it be possible to mirror contents of internal display onto external display?
<macc24> mvlad: thank you, is there any way this could be altered in runtime?
<mvlad> nope.
<mvlad> macc24, wrt to mirroring there's cloning option but it is dependent on the display unit afaiu, see https://gitlab.freedesktop.org/wayland/weston/-/blob/main/man/weston-drm.man#L146
<macc24> ah, `clone`, i was searching for `mirror`
Major_Biscuit has joined #wayland
MajorBiscuit has joined #wayland
MajorBiscuit has quit []
jmdaemon has joined #wayland
naveenk2 has quit []
Major_Biscuit has quit [Ping timeout: 480 seconds]
jgrulich has quit [Ping timeout: 480 seconds]
duxsco has quit [Quit: duxsco]
devilhorns has quit []
duxsco has joined #wayland
duxco has joined #wayland
duxsco has quit [Ping timeout: 480 seconds]
duxco is now known as duxsco
jmdaemon has quit [Remote host closed the connection]
hergertme has quit [Remote host closed the connection]
hergertme has joined #wayland
jmdaemon has joined #wayland
<wlb> wayland Issue #285 opened by () scanner: Add a --max-version argument https://gitlab.freedesktop.org/wayland/wayland/-/issues/285
fmuellner has quit [Ping timeout: 480 seconds]
bookworm has quit []
bookworm has joined #wayland
krabador has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
asocialblade has quit []
dcz_ has joined #wayland
slimbo has quit [Quit: slimbo]
shankaru1 has joined #wayland
shankaru has quit [Read error: Connection reset by peer]
mvlad has quit [Remote host closed the connection]
fmuellner has joined #wayland
immibis has quit [Remote host closed the connection]
asocialblade has joined #wayland
immibis has joined #wayland
asocialblade has quit []
immibis has quit [Remote host closed the connection]
immibis has joined #wayland
ofourdan has quit [Ping timeout: 480 seconds]
asocialblade has joined #wayland
hardening has quit [Ping timeout: 480 seconds]
dcz_ has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
caveman has quit [Quit: caveman]
nerdopolis_ has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
tzimmermann_ has joined #wayland
tzimmermann__ has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
<wlb> weston Merge request !816 opened by () compositor: Fix harmless potential buffer overflow https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/816
shankaru1 has quit []