Posts
Suisei in COSMIC
cosmic theming is funny (oh yes compiling 517 dependencies in rust just to put colors in qt programs) UPDATE: COSMIC 1.0.8 added qt6ct as dep and kdeglobals file to match with your COSMIC theme. You have to have breeze theme installed in your machine for it to work though, which means adding Kirigami for some reason.
I still feel something is off... maybe i should keep the yellow for highlights instead of everything text. still cool and fitting for hoshimachi suisei. the perfect DE. match made in space.
Maid Catgirl in Kimono (by 抹茶にあ)
From Fediverse: https://misskey.io/notes/ahkfc01oetvs010z
Spring Bunny Ears girl (by 小日向ほしみ)
From Fediverse: https://misskey.io/notes/ahluy3c2su4301es
Neko Hoodie (by Greatwolf)
From Fediverse: https://akkm.moongazer.net/objects/a91c749d-5d54-4b35-bdd3-3c9c0818c1d3
Text OCR (probs inaccurate):
私に安らぎを与えてくれるの
頭の中は
私の
おともだち
♡ It probably says: You give me peace in my head, my friend (?)
Held like a princess! (By いっかく いつも)
From Fediverse: https://mi.ikkaku.me/notes/agt688dissco1j88
Genshin Impact on Waydroid (for the insane)
Latest Genshin Impact can work on Waydroid if you do some steps first. Bear in mind it is touchscreen only, so theres not much you can do without using a mapper.
Long long ago Genshin Impact stopped working on Waydroid, crashing (freezing) before loading the world. One user posted an issue on the repo, and after some time posted the patches applied for it to work. Seems like Genshin tries to apply optimizations for specific GPUs and doesn't recognize your GPU correctly, so you have to force a vendor internally.
You can clone the github repo and apply the patches to the system image. Or if you trust people on the internet, download the patched images on the same repo.
Scrcpy + XtMapper for games
XtMapper is an alternative to QtScrcpy, since that doesn't work for me.
Sadly XtMapper half works for me since it crashes often. I think its because I don't have enough ram. But I guess it'll work for someone else.
Setup scrcpy with --keyboard=uhid for it to work.
[SOLVED] [BTRFS] compression and usage question
I've read a lot of the documentation regarding the transparent compression on BTRFS and what can it do, but I cannot accurately know how much actual space I am using on my disk. Using du -sh /home or df -h or btrfs filesystem df return the same result of ~33gb used, but when using compsize /home I get 23G of usage and 30G uncompressed in the TOTAL row.
So, what I don't understand:
- What is the actual disk usage? Which tool is reporting the correct size?
- Will something happen if I get the uncompressed size to the size of my partition, but not the compressed size? Will the OS not let me write anymore despite having enough space?
Solved: if i mount the / btrfs subvol: sudo mkdir /mnt/nvmeroot && mount -o subvol=/ /dev/nvme0n1p15 /mnt/nvmeroot and use compsize /mnt/nvmeroot/ on it it reports the same size as the last commands and shows me the effectiveness of compression.
[FIXED] Wine heat issues (ChromeOS)
When playing any windows game the PC heats up to 90 no matter what it is doing. This doesnt happen a lot on other type of games like Wii or GC games (dolphin flatpak). Is there any solution or do I really need to find out how to disable TurboBoost?
FIXED: I dropped ChromeOS and switched to Fedora. It doesn't heat crazy anymore.
If you want an explanation of why this happens with most games:
ChromeOS has LXC Containers support natively, and they use them. Inside a virtual machine. Yes. Host > VM > LXC > Your game.