Compare commits
2 Commits
d96541d2d3
...
c828a8e5db
| Author | SHA1 | Date | |
|---|---|---|---|
| c828a8e5db | |||
| 01b91fa703 |
@@ -79,3 +79,23 @@ Stop auto tty session and kill sessions:
|
|||||||
``` bash
|
``` bash
|
||||||
sudo systemctl stop getty@tty1
|
sudo systemctl stop getty@tty1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
if stuck in a kiosk loop, the system boots straight into:
|
||||||
|
|
||||||
|
* matchbox-window-manager
|
||||||
|
* Chromium kiosk
|
||||||
|
and cannot switch TTY, cannot access a terminal, and cannot fix the script.
|
||||||
|
|
||||||
|
Interrupt GRUB and boot into console mode.
|
||||||
|
|
||||||
|
**Steps:**
|
||||||
|
|
||||||
|
1. Reboot the machine
|
||||||
|
1. When it starts, force the GRUB menu to appear:
|
||||||
|
1. When GRUB appears, highlight your Linux entry
|
||||||
|
1. Press e to edit
|
||||||
|
1. Find the line starting with:
|
||||||
|
```linux /boot/vmlinuz...```
|
||||||
|
|
||||||
|
1. At the end of that line, add:
|
||||||
|
```systemd.unit=multi-user.target```
|
||||||
|
|||||||
@@ -14,3 +14,13 @@ Compositor = Display Server + Window Manager: In Wayland, the compositor handles
|
|||||||
- [Hyprland](../window-managers/hyprland.md), Sway, river, etc.
|
- [Hyprland](../window-managers/hyprland.md), Sway, river, etc.
|
||||||
|
|
||||||
Direct rendering: Applications render their own graphics and hand them off to the compositor, reducing complexity and improving performance.
|
Direct rendering: Applications render their own graphics and hand them off to the compositor, reducing complexity and improving performance.
|
||||||
|
|
||||||
|
## misc
|
||||||
|
|
||||||
|
**Restart Kwn compositor (does not kill your session).**
|
||||||
|
|
||||||
|
Used for wake up from gpu/monitor from sleep remotely, works over ssh
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
kwin_wayland --replace &
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user