I’m just so sick of Microsoft and Google. But there’s two things holding me back:

  1. I wanna play Steam games on my PC

  2. I am just an amateur hobbyist, not a tech wizard

Is there any hope for me?

  • whats_all_this_then@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    8 hours ago

    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:

    options nvidia-drm modeset=1
    options nvidia NVreg_UsePageAttributeTable=1 NVreg_InitializeSystemMemoryAllocations=0 NVreg_EnableGpuFirmware=0
    

    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 there

    Disclaimer:
    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.

    • Aurora Chrysalis@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Thanks for that info.

      I just want to add that the drm modeset is enabled by default ever since the 560 drivers. You only need to do that for the older ones, if I’m right.

      Previously, you also had to disable nouveau yourself and Nvidia driver installation used to be a headache. Things have gotten better over the ages. I’m sure this multi-monitor issue will also be fixed soon as well.

      • whats_all_this_then@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        57 minutes ago

        Huh, this was definitely a fix I used on an older version that I just moved over to a new install with the new drivers so the drm modset line may not be necessary anymore yeah. I’ll check next time I connect to my monitor.

        And yeah, it’s def gonna get better. I’ve already seen both wayland and nvidia improve significantly over the last 2-3 years so at this rate, things should “just work” pretty soon (insert meme about year of the Linux desktop).

        I vividly remember struggling to get proprietary drivers working on Fedora 37 (or 38, it’s been a minute) only to have them break on the next version on my previous laptop. It was definitely much MUCH easier to install on Fedora 42 on my current one and updates haven’t broken anything for me since 40.