alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
lbia has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
leopoldek has joined #river
<mohan43u>
need help, is it possible to start river (or any wlroots based compositor) without monitor plugged-in to the PC? I think Xorg does this but I dont know how it does modesetting without crtc information
<mohan43u>
I have a device which need to be always on, but the monitor can be switched off / on regular basis, which should not affect the compositor
<mohan43u>
if anyone come across similar cases, need your advise
traidare has quit [Ping timeout: 260 seconds]
<LarstiQ>
mohan43u: have you tried it?
<mohan43u>
LarstiQ: I trying sway (wlroots based), but it fails to modset
<mohan43u>
LarstiQ: I'm thinking if this is common for all wayland compositors? or specific to sway, theoritacally, modesetting needs crtc information, but wondering how Xorg capable of doing it without plugged in monitor
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
<LarstiQ>
mohan43u: I don't know which part does the modesetting, if it's wlroots then river probably has the same issue. You _can_ just launch river from the tty, does sway keep running if you unplug the monitor after starting it only when it is attached?
<LarstiQ>
I can imagine that dynamic output handling works but the corner cases of having zero outputs fouls things up
<LarstiQ>
not knowledgeable enough about the code that I'd experiment first
haliucinas has quit [Quit: .]
haliucinas has joined #river
leopoldek has quit [Remote host closed the connection]
elshize has joined #river
traidare has joined #river
alexherbo2 has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 272 seconds]
<mohan43u>
LarstiQ: when I unplug the monitor and start sway, it keeps running, I think there are different backends for sway and one of the backend 'headless' kickstarts, but when I start an application, it aborts saying there is no workspace. the drm backend again starts after I plug the monitor cable, so seems like it is still possible to run sway once we fix the workspace error
<mohan43u>
LarstiQ: I'm not sure river have multiple backends
Guest16 has joined #river
Guest16 has quit [Quit: Client closed]
<novakane>
yes, backends is wlroots thing
notzmv has joined #river
waleee has joined #river
hush has joined #river
<ninewise>
where does river log to?
<ninewise>
river fails to start (afaik I didn't change any config) so I wanted to debug
<ninewise>
but even with `-log-level debug`, all output I see is '(EE) could not connect to wayland server' from a backgroun process
traidare has quit [Ping timeout: 260 seconds]
<ninewise>
hmm reboot fixed it; still, logs would be nice to have
angry_vincent has quit [Remote host closed the connection]
leopoldek has joined #river
<waleee>
ninewise: the lack of logs was probably because you didn't get into river at all
hush has quit [Quit: WeeChat 4.2.1]
<ifreund>
ninewise: river logs to stderr
<ifreund>
you may be able to force the DRM backend with WLR_BACKENDS=drm,libinput
<ifreund>
or is it WLR_Ba
<ifreund>
Or is it WLR_BACKEND? I don't remember
<novakane>
WLR_BACKENDS
<ninewise>
hm, guess I'll figure out why I didn't get into river next time this occurs :D