I’m just so sick of Microsoft and Google. But there’s two things holding me back:
-
I wanna play Steam games on my PC
-
I am just an amateur hobbyist, not a tech wizard
Is there any hope for me?
I’m just so sick of Microsoft and Google. But there’s two things holding me back:
I wanna play Steam games on my PC
I am just an amateur hobbyist, not a tech wizard
Is there any hope for me?
This is graat info. Didn’t know about Ventoy before, it sounds really cool.
Just wanted to add that if you’re running multiple monitors on an nvidia card, you may find that the second monitor has low fps/stutters on wayland (common on dual graphics laptops). The fix is as follows:
Add these 3 lines to
/etc/modprobe.d/nvidia.conf
:Add this line to
/etc/environment
:KWIN_DRM_DEVICES="/dev/dri/by-path/pci-0000\:01\:00.0-card:/dev/dri/by-path/pci-0000\:00\:02.0-card"
You may have to modify the part that says
pci-xxxx\:xx\:xx.x-card
with the appropriate values for your graphics card.Run
lspci | egrep VGA
to list installed PCI graphics cards and try to map the values from thereDisclaimer:
I don’t know why this works but it does and it isn’t malicious as far as I can tell. If anyone knows what exactly it’s doing, I’d like to know please.