So I’ve been hearing the buzz about Linux and gaming and how it’s finally fixed everything and is a perfect replacement for windows. My windows install has definitely accumulated some bloat, so blasting it and trying some Linux for a bit sounds like a solid plan.

Last time I tried this was early Ubuntu days, so I know there’s some… hurtles especially with Nvidia. But at least they’re releasing official drivers now!

So after some research I settled on trying out Fedora. Loaded up a USB, selected live mode… and blank screen. Guess it doesn’t like Nvidia 3080s much. Rebooted, used troubleshooting mode with basic graphics. It loads 1024x768 on my ultra wide which looks about right for Linux.

So I do some digging and find Nobara Linux which is Fedora but all set up for Nvidia and gaming! Perfect! Made a USB, tried to boot live and… Kernel error, could not get further.

So back to base fedora and…

Off to install Nvidia drivers!

After some googling I found RPMfusion is the route to go, and I set down to decipher the cryptic text that is their god awful and confusing how to. After almost 2 hours I managed to get the fucking thing installed and figured out how to UFI disable safe mode on my ASUS ROG, which also was not straightforward. Fuck whatever key process he was trying to describe.

Next up is getting my media server, which is a basic NAS on a SAMBA server up and running. On windows you open up your file explorer, right click under your drives, select “map network drive”, enter username and password and you’re gravy. Or you can find it via network discovery.

So first thing is first, open up file explorer and try to browse via GUI. It sees the workgroup and the server but when I try to open it or click mount it gives the cryptic message “software refuses connection”. After an hour or so of cryptic tutorials involving command line and confusing bullshit I admit defeat, and connected to it as an FTP server. Which worked relatively smoothly.

First thing is first downloaded VLC and played The Expanse Season 5 EP 3 where I’d left off. Success, but some noticable choppiness. Then I tried to jump to a random point in the episode. File crashes. I want to note that FTP streaming over the Internet to my phone using the same damn VLC player doesn’t react like that, nor does Windows. Tried tweaking some settings in VLC to do with performance and the screen is blank when I try to play again, audio works great. Try to reset the settings, still blank. Try rebooting, still blank. Full reinstall of VLC and we’re back in business.

So 3 hours have passed. I barely got my graphics card working and can’t mount a network drive. Plus now I can’t play my media and skip to any point of it meaning I can’t pick up where I left off or jump around the episode to see if I’ve seen it before.

I haven’t even tried gaming.

I’m going to try again tomorrow, but y’all are dirty liars. Linux is still bullshit and has been since I first installed it over 20 years ago. What the hell has the community even accomplished if it still sucks this much dick to use?

  • Phanlix@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Sure.

    Off the rip I can say trying to map a network drive is exactly what the issue with Linux has on user friendliness.

    In MS you open up “computer” right click and select “add network drive”. Then a series of prompts has you enter server and username and you’re done. Drive mapped and mapped permanently. Oh and it’s been this easy to do since windows 2000.

    How’s that done in Linux?

    https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Installation/Appendix_I/Mounting_Shared_Folder_in_Linux.htm

    That seems to be the guide but I can’t get it to work. You have to do everything 100% manually through command line, which I know is the Linux way. Ultimately I kept getting errors and never got it to work.

    Mapping a network drive is semi-advanced I know. The fact that I even know what that is should tell you I’m not a beginner with PCs. The fact that I cannot make this simple process work despite being a tech professional (thank God in a windows environment) should tell you more.

    • KISSmyOS@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      How’s that done in Linux?

      Launch File Manager  
      Choose Other Locations from the list on the window’s right side.  
      Choose “Connect Server” in the box at the bottom and type: smb://server-ip/shared-folder-path  
      Note: Input your shared folder's server IP and path  
      Select Connect.  
      Enter your username and password after selecting Registered User.   
      

      It’s just as easy as on Mac OS or Windows.

        • KISSmyOS@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          8 months ago

          If it’s a Samba v1 share, you should stop and re-think what you’re doing. v1 was disabled by default in a Samba update 4 years ago to protect against wannacry.

          On a current default Windows installation, you can’t connect to Samba v1 at all, you have to manually activate it first.

          • Phanlix@lemmy.worldOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            8 months ago

            All ASUS routers that have USB file sharing use Samba v1, and only Samba v1. And that’s not the only NAS devices that are still sold with Samba v1 only.

            On a current default Windows installation, you can’t connect to Samba v1 at all, you have to manually activate it first.

            Also true with linux. The difference is I have to check one box in Windows. In linux I had to edit what are essentially the registry keys for 2 different programs (packages), then add a manual argument in fstab for mounting it. Oh and there was no encompassing tutorial for that task that was easily googlable, me figuring that out was the result of combining like 3 different random bits I got off of forums after almost 8 solid hours of exhaustively searching the subject.

            With windows ‘enable samba v1 share’ pulls up result one how to do it, you open one program, check one box, and you’re done.

    • Nine@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      I"m not sure what you mean by that? Most of the time you’ll see it in your file manager just like on Windows. In Windows it’s called Network Places, in Gnome it’s called Other Locations and in Plasma it is called Remote/Network. If for some reason it doesn’t show up like it does on Windows too, you still totally could enter the URI smb://file.server/share_name if you wanted. I could be completely wrong, but that’s fairly user friendly IMO since it’s pretty much the same as doing it on Windows, macOS, etc. The steps are different because it’s not Windows, but the end result is the same.

      As for that link, that’s how you map it from that version of software running that application. That’s actually a old method too that does not really work that well. I’m sure it works well for their applications and software but that’s highly specific for them. So unless you’re running an Edgeverve Edge Assist that guide doesn’t apply to you.

      A better way is to not think of it as “Linux” think of it as Ubuntu 20.04, or Fedora 38, etc. Just like Windows is more like Windows 11, Windows Server 2018, Windows 7, etc. While it has most of the same kind of stuff it’s different in how it does things. Sometimes those differences are more obvious than other.

      You do not have to do everything though the command line either, yes it can be a lot faster if you know what you’re doing (same for Windows), but it’s not a requirement. It’s completely possible to install applications, do gaming, etc. without ever touching the terminal. I think this video explains it pretty well. Obviously things have improved in the past two years but the core of it is still true.

      • Phanlix@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 months ago

        Okay so I’ve done some detailed responses elsewhere.

        Other network places shows it maybe1/3 of the time. It throws an error when trying to open it.

        smb://file.server/share_name does not work. It also throws its own unique error.

        So I can’t get smb to work at all. I know it is working because I’m also testing it on a Mac. For some reason Linux will just not work.

      • Phanlix@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        8 months ago

        I don’t care about your video, like at all.

        All I care about is mapping a network drive. If I can’t do that Linux is useless to me. I’ve jumped to PopOS, which out of the gate is working better than Fedora did, but I still CANNOT access my network drive. I’m downloading windows again as we speak, this is a nightmare.