Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

wlc example not letting me leave virtual terminal session #239

Open Meai1 opened 7 years ago

Meai1 commented 7 years ago

wlc makes my virtual terminal session unresponsive, i can login and out just fine normally but after starting the wlc example i am stuck if i try to get out. How do i exit? Normally ctrl+alt+f7 or just alt+f7 would work but after starting the wlc example this just brings me back to the textual terminal, which is good but I cant click or type anything there. Ctrl+c or ctrl+d, escape, alt+f4, ctrl+alt+delete dont work either.

Cloudef commented 7 years ago

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.