mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9a8b4be7f | ||
|
|
6fb8b35cf5 |
+1
-1
Submodule cosmic-applets updated: 1d565fca80...fddfc0b684
+1
-1
Submodule cosmic-applibrary updated: ed61dad874...0447fd4c6b
+1
-1
Submodule cosmic-bg updated: f1f79d3389...21a16f4ac1
+1
-1
Submodule cosmic-comp updated: 5a2eca29c3...6e4164643e
+1
-1
Submodule cosmic-edit updated: 73446cdafc...a16c02d63f
+1
-1
Submodule cosmic-files updated: 7cc28a9b68...32c6aebd81
+1
-1
Submodule cosmic-greeter updated: 7bab53c5b4...9aacf6cc11
+1
-1
Submodule cosmic-initial-setup updated: 0080330b6d...70e36d6ec4
+1
-1
Submodule cosmic-launcher updated: e92477a79b...4659b687e7
+1
-1
Submodule cosmic-notifications updated: 32c94572eb...c5e561e264
+1
-1
Submodule cosmic-osd updated: 91930fcdb5...69dfcf81e5
+1
-1
Submodule cosmic-panel updated: f1a9476052...491e231f4c
+1
-1
Submodule cosmic-player updated: e9beecc1bf...912aa1078f
+1
-1
Submodule cosmic-screenshot updated: 8ca2c6a662...f8225a5626
+1
-1
Submodule cosmic-session updated: d8ec361e3c...472db42330
+1
-1
Submodule cosmic-settings updated: ffdd122bf8...29b4f9cae5
+1
-1
Submodule cosmic-store updated: 9027f22989...d690c75acc
+1
-1
Submodule cosmic-term updated: c13ec4b41b...900dd88a70
+2
-2
@@ -34,8 +34,8 @@ https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/DRM-Debugging documents h
|
||||
|
||||
## Frozen desktop
|
||||
|
||||
If the desktop is frozen and `ctrl+alt+f*` don't work to change to a TTY, [the magic SysRq key](https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html) with `r` can be used to swich input in raw mode, so the kernel will handle the tty switch key binding. /etc/sysctl.conf` or `/etc/sysctl.d` may need to be edited first to set `kernel.sysrq=1` or another value that allows this command.
|
||||
If the desktop is frozen and `ctrl+alt+f*` don't work to change to a TTY, [the magic SysRq key](https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html) with `r` can be used to switch input into raw mode, so the kernel will handle the tty switch key binding. `/etc/sysctl.conf` or `/etc/sysctl.d` may need to be edited first to set `kernel.sysrq=1` or another value that allows this command.
|
||||
|
||||
It is also possible to connect over `ssh` from another computer.
|
||||
|
||||
Then `pidof cosmic-comp` can be used to get the PID of the compositor. Then it is possible to investigate further with tools like `gdb`, using `sudo gdb` then `attach <pid>`.
|
||||
Then `pidof cosmic-comp` can be used to get the PID of the compositor. Then it is possible to investigate further with tools like `gdb`, using `sudo gdb` and then `attach <pid>`.
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 463d1a79da...8641027888
Reference in New Issue
Block a user