mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2025-01-08 15:11:59 -05:00
Add Element Flatpak
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
cbadeb7851
commit
e26c5526b7
@ -10,7 +10,7 @@ sudo cryptsetup --allow-discards --persistent refresh LUKS-UUID-HERE
|
||||
|
||||
### S0ix sleep
|
||||
|
||||
On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command:
|
||||
On certain hardware like the Thinkpad T14 Gen 1, you need to enable S0ix sleep support for suspension to work correctly. Use the following command:
|
||||
|
||||
```bash
|
||||
sudo qvm-features dom0 suspend-s0ix 1
|
||||
@ -37,6 +37,12 @@ Lenovo ePrivacy can be controlled through `/proc/acpi/ibm/lcdshadow`. I use the
|
||||
- F5: `sudo bash -c 'echo 1 > /proc/acpi/ibm/lcdshadow'`
|
||||
- F6: `sudo bash -c 'echo 0 > /proc/acpi/ibm/lcdshadow'`
|
||||
|
||||
### Element Flatpak
|
||||
|
||||
Element Flatpak sometimes get stuck at launch because of Hardened Malloc. Run this to fix it:
|
||||
|
||||
```flatpak --user override --nofilesystem=host-os --unset-env=LD_PRELOAD im.riot.Riot```
|
||||
|
||||
### Video player
|
||||
|
||||
In my experience, VLC works best. Changing video output to X11 video output (XCB) reduces CPU usage by 10% on my Thinkpad P53. See [this link](https://forum.qubes-os.org/t/vlc-video-playback-cpu-usage-improvement/23363).
|
||||
|
Loading…
Reference in New Issue
Block a user