ventoy is what has worked best for me
Well, I do. In fact I’ve installed Linux on 4 classmate’s laptops, after insisting for some time.
VSCode or JetBrains Rider are good options for .net development, both available on Linux.
all you had to do, was enabling rpm fusion cj
I wish more apps where officially supported, instead of saying it supports Linux and providing a .deb. Good thing the community provides unofficial flatpaks at least.
I understand your perspective but the steps you mentioned are what you’d expect when installing an os. Even windows 11 would require you to turn on TPM which, for some, might be a super painful experience.
The -F fsr
didn’t work for me, but the resolutions that are between 1080 and 1440, and 1440 and 2160 are fsr upscaled from what I understand, so that worked for me.
Thanks for recommending gamescope. I was trying so hard but it wasn’t working, turns out it was because I was using the flatpak version of steam and gamescope. When I installed the fedora steam (rpm-fusion) and gamescope, it worked without any issue.
I know that it is possible to run gamescope on flatpak steam, but it didn’t work for me.
4k FSR boosted my fps from 60 to 100 and it maybe looks even better, it blew my mind.
I use flatpak for all GUI apps I use.
Also getting a 6700xt ! To replace my 2060 super
next week I’m finally going to get an AMD card and get rid of nvidia for good!
I have a zenbook as well (not the same model) and I only had problems with Windows. When coming back from suspension it would be hot and the screen had like white fog on the edges. I tried to fix it but with no success. Frustrated with that I decided to give Linux a try and never had that problem again.
I assume you changed the ssd, I didn’t know that was possible, I thought it was soldered to the motherboard. Is it possible you received a faulty drive from WD?
go back to your Linux sucks community where it’s only you and your other account. no need to come here to get attention
If that is a true priority, then you do not want Android TV.
Not even a raspberry pi with lineage os?
You would also be hesitant with youtube and netflix
I know. As I said, I’d be using Jellyfin for the most part.
check fd-find, “A simple, fast and user-friendly alternative to ‘find’”. Really good trust me
in my case if I use mkv it starts transcoding and mp4 works fine on every device (desktop, android app, Chromecast, browser)
that surely is the issue. you can convert it to mp4 with ffmpeg:
ffmpeg -i input.mkv -c copy output.mp4
If you want to keep subtitles this will probably work:
ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4
To me, the main advantage of using an atomic distro is that I use my own custom image. It comes with all the packages I need from rpm, and all of my config included. Switching between different machines is a breeze now.
BlueBuild makes creating custom images super easy.