Jari Vetoniemi
Jari Vetoniemi
I also exposed xkb_keymap and xkb_state, however no multiple keyboards yet nor layout configuration ...
Yup wlc still just autochooses the resolution TTY has, so if it has 1680x1050 it will also be in graphical session. There is currently no modesetting in any form to...
If you mean sway output configuration, the wlc's resolution and modeline are different. The resolution in wlc is basically opengl viewport size (which will look odd if differs from modeline,...
If you can send PR for this, I'm willing to accept it. IIRC the permissions vary between distros, and if you have login manager such as logind that sets XDG_VTNR,...
Most likely it could not open your input devices, see: https://github.com/Cloudef/wlc#running-on-tty Ctrl+Escape quits the example, but tty switching should work too.
Output context change events were added that basically trigger this behaviour. It's not really TTY switch event per se, but indicates whenever the context for output was tear down'd and...
If the above changes are enough for your needs, feel free close this issue.
Do you have wlc output as well? Most likely the terminal crashes due to unimplemented wayland protocol features in wlc.
The log looks quite ok, this may be very likely bug in gnome-terminal. Is this reproducable in weston?
> wl_display_dispatch (display_wayland->wl_display) < 0, any idea what might cause that? Usually if `wl_display_dispatch` fails, it means connection to the compositor is broken.