mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f15e88c4c6 | ||
|
|
e9a8b4be7f | ||
|
|
6fb8b35cf5 | ||
|
|
39ea8cb129 | ||
|
|
759fb8efea | ||
|
|
cba864f0cb |
+1
-1
Submodule cosmic-applets updated: 13635d1bcf...1e27c3f2f4
+1
-1
Submodule cosmic-applibrary updated: 5f15f9886a...0d51828b2d
+1
-1
Submodule cosmic-bg updated: f1f79d3389...21a16f4ac1
+1
-1
Submodule cosmic-comp updated: de32b0cb81...7e63b99cd5
+1
-1
Submodule cosmic-edit updated: bc124c67a9...e66aa263a0
+1
-1
Submodule cosmic-files updated: 2e103dd4eb...94b15703f2
+1
-1
Submodule cosmic-greeter updated: 3db76b8772...cf8559e07e
+1
-1
Submodule cosmic-initial-setup updated: 0080330b6d...f8cba7d2f6
+1
-1
Submodule cosmic-launcher updated: 599ebb171a...afc26442a1
+1
-1
Submodule cosmic-notifications updated: 07d40a7fdd...c5e561e264
+1
-1
Submodule cosmic-osd updated: 91930fcdb5...6bc9763f75
+1
-1
Submodule cosmic-panel updated: f1a9476052...231180bff8
+1
-1
Submodule cosmic-player updated: 37cea247c2...fa1637fe51
+1
-1
Submodule cosmic-screenshot updated: 8ca2c6a662...f8225a5626
+1
-1
Submodule cosmic-session updated: 379ce30715...472db42330
+1
-1
Submodule cosmic-settings updated: 55035e197c...8bc944aef7
+1
-1
Submodule cosmic-settings-daemon updated: 68331387e4...fbd4adede2
+1
-1
Submodule cosmic-store updated: 9b6f8b6188...a43e3d5d9e
+1
-1
Submodule cosmic-term updated: 8c409f5be3...c97d3b2619
+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: 43572e69e2...8641027888
Reference in New Issue
Block a user