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?

  • alt@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Couple of things that might have tampered your experience:

    • Nvidia. This should come to no one as a surprise, but unfortunately the experience still leaves a lot to desire. Unfortunately, even changing to Nobara didn’t help you out there. If you’re still dead set on Fedora, I would recommend the Nvidia Images of uBlue which are also mentioned in the Troubleshooting part of Fedora’s documentation.
    • Using Fedora as a new user. Before people start shitting on me, I’m a proud Fedora user and it has been my daily driver ever since the day I’ve switched to Linux. But -like Debian- Fedora’s strict stance on FOSS requires one to take additional steps during initial setup/configuration after installation. The aforementioned images from uBlue (once again) help to solve that.
    • I assume you just did the thing on Windows and straight up downloaded VLC off the internet and thought it would work out like that. I wonder if you do the same on your Android/iOS/macOS device. If I’m mistaken, then please feel free to skip the rest of this paragraph. If not, then please consider to read on. So, while it is possible to download software directly off the internet through your browser, this is in 99% of the cases simply inferior to grabbing your software the intended way; through the installed package manager(s). On Fedora, that would have been dnf and/or flatpak. As VLC isn’t even found in Fedora’s repos (though it is found in RPM Fusion’s repos), your best bet would have been installing it as a flatpak. Which in this case, could have been through the built-in ‘storefront’ with a GUI (it’s called Software on GNOME) or through the terminal with the flatpak install org.videolan.VLC -y command.
    • Regarding Media Server, I simply have no experience setting that up. Therefore I hope that others could chime in to offer their support.

    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?

    This doesn’t help your cause. Please refrain from saying such things in the future.


    Edit: I just noticed this thread. It might simply be the case that Fedora 39 isn’t playing nice (yet). Consider installing Fedora 38 for the time being instead.

    • Phanlix@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      4
      ·
      1 year ago

      Thanks for an actual response.

      Nope I downloaded VLC through the software manager.

      I actually first started using Linux back in 2005 on Ubuntu. I force myself to try Linux about every 5 years praying to god that the community has pulled its collective head out of it’s ass and done anything at all to make it easier to use. Almost 20 years and that hope is obviously a god-damned pipe dream.

      I’m going to do this for one week, doing daily updates and trying my god-damned best to get this shit software to do what the community says it can do. I managed the get Nvidia working on 39, which looks like an accomplishment given the other post linked about Nvidia and issues with 39.

      Btw mounting a NAS is basic, basic office environment functionality. I don’t know how Linux ever expects to take over in the office if mounting a NAS drive is this stupid and difficult.

      • alt@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Nope I downloaded VLC through the software manager.

        Interesting to hear that it caused so many issues then 🤔. FWIW, I’ve personally been using MPV since I’m on Linux. I don’t remember the exact reason, but if my memory serves me right; support for it on Linux somehow seemed superior compared to VLC. Related; e.g. it’s actually found in Fedora’s repos.

        I’m going to do this for one week, doing daily updates and trying my god-damned best to get this shit software to do what the community says it can do.

        Kudos for sticking with it for a bit longer! Please feel free to seek help from the community; though be mindful of your language if possible, I’m sure it will contribute to more people reaching out.

        I managed the get Nvidia working on 39, which looks like an accomplishment given the other post linked about Nvidia and issues with 39.

        Well done! Please note that a random update related to Nvidia might break your system in the future. If you don’t want to deal with that in the future, running one of those Nvidia Images from uBlue ensures that from happening in the first place. This offers some explanation to what it achieves and how. TL;DR:

        "We’ve slipstreamed the Nvidia drivers right onto the operating system image. Steps that once took place on your local laptop are now done in a continuous integration system in GitHub. Once they are complete, the system stamps out an image which then makes it’s way to your PC.

        No more building drivers on your laptop, dealing with signing, akmods, third party repo conflicts, or any of that. We’ve fully automated it so that if there’s an issue, we fix it in GitHub, for everyone.

        But it’s not just installation and configuration: We provide Nvidia driver versions 525, 520, and 470 for each of these. You can atomically switch between any of these, so if your driver worked perfectly on a certain day and you find a regression you just rebase to that image."

        Btw mounting a NAS is basic, basic office environment functionality. I don’t know how Linux ever expects to take over in the office if mounting a NAS drive is this stupid and difficult.

        I hope am sure there’s an easy way, we just have to figure out what that is. Wish you the best of luck, though!

        Btw, if the idea of Nobara did interest you, perhaps you should consider Bazzite; which is a project related to uBlue, but which -like Nobara- tries to be properly setup for gaming from the get-go.

        • Phanlix@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          1 year ago

          I hope am sure there’s an easy way, we just have to figure out what that is. Wish you the best of luck, though!

          there’s not.

          https://www.reddit.com/r/Fedora/comments/mkdld1/how_do_i_permanently_mount_a_network_drive/

          Most forums and places I’ve searched agree this is how you do it. But try as I might it will NOT work. Unfortunately this is something that must work for Linux to be a viable replacement for windows for me, so it’s something I have to either solve or just… put Linux down again for another 5 years and pray that the community one day realizes that it MUST solve these kind of headaches without command line intervention.

  • PropaGandalf@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    And here I am, installed KDE Neon nightly (ALPHA!) on my PC with a Nvidia 2080Ti and all went buttery smooth. Sometimes it’s just bad luck :(

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

      Or, and hear me out here, Linux is just terrible and will never be user friendly

      • PropaGandalf@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        It always depends on your motivation and resources. If you don’t want to use it just don’t. I couldn’t care any less.

  • phanto@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I’ve had some weird issues with the Fedora file explorer not liking windows shares in the past. A few things to try: Down at the bottom left, click the “+ other locations”, and where it says “enter server address” I use: smb://perplex.local/mediabay/ Perplex is the name of the computer with the share. Mediabay is the shared drive. If I don’t put in the .local, Nada. If I don’t put in the slash, again Nada. Then, it asks me to log in. I put in my username and password, and if I forget to change the domain in the popup from SAMBA to WORKGROUP, again I get nothing. Also, the WORKGROUP has to be in all caps.

    Then I hit connect. Then, I can browse. Also, literally everything has to be in the correct case. smb://Perplex.local isn’t the same as smb://perplex.local.

    Agreed, it’s a pain. However…! Linux has much choice. The file explorer in Fedora isn’t my favorite. (It’s called nautilus, by the way.) I prefer a file explorer called thunar.
    Thunar, for some reason, buries accessing shares in the “Go” menu under “Open Location…”, but seems to work better than nautilus for mounting shares.

    Once you have it mounted via Thunar, it just shows up on the list in nautilus as well, and once it’s mounted, I use VLC to play shares all the time with no trouble.

    I could get into how to use mount points and stuff, but baby steps… It’s just different. Not ‘ass’, just odd. I’ve been Linux-ing for a few years now, and find myself back in Windows for school, and there’s all kinds of Windows bullshit that makes me want to scream, it’s just that it’s different bullshit than the Linux bullshit.

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

      So, I actually did try what you suggested earlier. The share isn’t actually on a windows PC it’s on a ASUS AC-3200 router that has Samba sharing capabilities. Gives me the ability to set up an FTP server on my router and access my 22tb NAS from anywhere. Also allows me to easily (when using windows or android) access my media from any PC locally.

      The goal is to mount it permanently instead of having to repeat this process each time, hence the tutorial I posted.

      But I’d settle for it fucking working.

      In ‘other locations’ it actually pulls up the ‘windows network’ and shows ‘workgroup’ and ‘Alexandria_Library’ (my share server). Well… it’s more accurate to say it does that maybe 1/3 of the time, most times it says ‘folder is empty’ on the windows network.

      I can actually type

      smb://Alexandria_library and it pulls up, but from there ‘vault’ is the folder which everything is in. Clicking that and I get an error that says ‘unable to access file location: Failed to mount windows share: software caused connection to abort’.

      For giggles I tried what you suggested. smb://alexandria.local/Vault/. I got excited for a second when it prompted for username and password. But after trying it throws a different error ‘unable to access location: failed to mount windows share: invalid argument’.

      For giggles I tried different variations and capitalization of all that, but no go. My windows domain is WORKGROUP as well, I was able to confirm that.

      So still no go sadly.

      • phanto@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Hmm… Shot in the dark here… smb://username:password@ipaddress/sharename/ ? I have an OAF router with a USB port that’s samba shareable, and I just got to my files by going: smb://phanto:testpass@192.168.1.1/share If you can get it to work once, it’s a heck of a lot easier to get a simple fstab mount so your share just sits in a folder, accessible at boot. I know I’m Windows, you can keep a Z drive, I just have a /media folder. Anyone whose smarter than me know what might be the issue?

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

          I actually fixed it, you can see what I did on the day 2 post.

          Basically had to modify the file that controls samba sharing, then install another program that does the mounting, then modify that mounting program to do sambav1. It was a bitch and is a process only those of us actually using the ASUS routers deal with since I’m convinced those are the last pieces of hardware produced locked into samba v1.

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

      Oh Lord Omnimessiah, bestow your blessings upon the machine spirit of this workstation. May it’s sacred code be free of blasphemous error and wasted resources. May the magnificence of it’s function be even a pale reflection of your own perfection. In your name we pray, amen.

    • Phanlix@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      4
      ·
      1 year ago

      What fucking manual?

      I’m googling and reading a dozen god-damned articles. Maybe stop releasing a whole new version every 6 months and sit down to document shit.

      Or how about this… Make it easier to do basic shit. Command line is for psychopaths. It’s fucking 2023 and you haven’t figured out how to make this steaming pile of shit user friendly? That’s a failure of the entire Linux community at this point.

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

          Not a troll! I legit am trying linux and am going to document my week long experience trying to adopt and replace windows as my daily driver.

          If that experience is a bad one and you’re actually a fan of this hot garbage, maybe listen and learn how to reach more users based on my shitty experience.