• 0 Posts
  • 28 Comments
Joined 9 months ago
cake
Cake day: October 31st, 2023

help-circle







  • For most use cases of Photoshop, GIMP is not an alternative at all. For more basic use cases it is, but st that point you shouldn’t be wasting efforts on Photoshop anyways, something like Paint.NET would be the recommended.

    The closest we have for any Adobe alternatives are Affinity Photo for Photoshop, but that one is not free nor open source, but it’s a lifetime pay once license. For some use cases of Photoshop and Illustrator you could use Krita, which is FOSS, and for Premiere there’s DaVinci resolve, which has Linux builds and a free version.


  • Yuzi provided means to grab keys and firmware from a Switch console, which seems to be a big red flag and a reason why Nintendo went after them. Sudachi also has guides and download links for decryption keys and Switch firmware. From what I can see ryujinx only provides some guides on how to get the keys from a Switch but no apparent download links or “shortcuts”

    Besides, we should not be pointing fingers at emulator devs. Companies are not your friend, we’re just a means to profit for them.


  • Running endeavourOS with a 3080 and Plasma since 5.25 (on 6.1.2 now). Never ran x11 and I don’t intend to ever again. My experience is mixed, so to say. There are a few things keeping me on Windows but (very) slowly I’m getting there.

    About HDR. I didn’t need to do anything extra to get it enabled on my desktop, simply toggling it on settings works.=, and I can also get mpv to work with some tweaks so I can watch films. On games I would need gamescope to run it, but that comes with a set of issues like not having Steam Overlay and Input, so for HDR games I run them on gamescope without overlay, and every other game I just run them normally. I also have a lengthy writeup on trying to get gamescope to run with the Steam overlay, but ultimately it’s one or the other right now.

    On NVIDIA drivers, for me the 555 and explicit sync patches have made things worse. I never had issues with things flickering on 550 except for Electron apps, which would flicker and have awful input lag, but that’s easily fixed by setting ELECTRON_OZONE_PLATFORM_HINT=wayland on my /etc/environment. The issue with 555 drivers is that there are some VRAM leaks happening. They fill ridiculously fast, even just dragging a window will make kwin use 2GB of VRAM. Since there is no shared VRAM at all on NVIDIA Linux, as soon as I hit my 10GB cap, Xwayland will crash along my game and Steam, and sometimes my desktop too. On 550, I would only get framedrops for a while. I should also note that the proprietary and open drivers have no difference at all for me, and enabling or disabling GSP firmware also has no difference.

    Lastly, VRR. It will not work at all if you have more than one monitor connected and enabled on your NVIDIA card. A workaround if you have a second GPU (or your CPU’s iGPU) is to plug your extra monitors there, and then VRR will work on your main screen. A second option would be to disable your extra monitors anytime you would play a game, but that’s not ideal at all.





  • My two cents, I could say the same as the author. My Windows work laptop most of the times cannot wake up from sleep (you know, opening the lid after it’s closed) so I have to force a restart. There’s a 50% or less chance that Bluetooth and WiFi won’t work at all (they won’t be displayed on Windows, like it’s not even a feature) after I turn the laptop on, so most of my pre-work morning is restarting the laptop until it’s working as intended. It’s the third laptop I got from them, they’re different models but they’re all HP, and they all had problems. The Macs and the same HP laptops running Linux have none of these issues.




  • I had a dualsense before, bought it thinking of those features. Turns out that a few games had support for it on PC, and most were shooters so I wouldn’t play using a controller.

    The battery was abysmal too, it would barely last 4 hours. I’ve heard on some places that it was due to the touchpad being polled for input all the time, draining the battery.

    Moved over to a 8bitdo ultimate Bluetooth with Hall sticks and couldn’t be happier


  • I’m using a 3080 under Plasma, and I thought 555 was doing great, since I could finally use electron apps without input lag or flickers. I didn’t bother much with gaming since VRR does’t work if the NVIDIA GPU has more than one display enabled on it (you can use a second GPU or an iGPU to workaround that). I decided to give it a go anyways, wrote a script that turns off my second screen when I open a game and enables it again when it closes.

    Unfortunately, 555 was unusable for me. After a short while, Xwayland would crash and either Steam and the game would instantly close or my entire system would freeze, requiring a reboot. I thought this was an issue with Steam, so after some extensive log collection, I opened an issue on their GitHub and shortly after a dev analysed them and told me that my issue was likely due to explicit sync, and asked me to downgrade to a pre-explicit sync driver.

    I went back to 550.90 and my crashes stopped completely. It also stopped a coredump spam of glsdisplay by Steam, and also fixed a power draw bug in which my GPU would never go below 100W, even on idle. I never had issues with games flickering previously, and I still don’t have it now, and I was able to fix the electron apps flicker and input lag by setting ELECTRON_OZONE_PLATFORM_HINT=wayland on my env, so for now I’m sticking to 550.

    I also opened a bug report on NVIDIA’s forums and I’m waiting for any input.