ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    My Weekend Linux Misadventure

    Water Closet
    11
    110
    4.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • kamidonK
      kamidon
      last edited by

      Well Saturday was the day, I was going to install Ubuntu and switch over to Linux!
      I got my new flash drive in, downloaded Ubuntu, used Rufus to make a bootable drive and off I went.

      Ubuntu installed just fine, everything went smooth, 19.04 runs great!
      I got steam installed, signed into Firefox (for syncing), Google, downloaded some apps.

      Then...I tried to launch a game that was ported over to Linux, Total War Warhammer 2.
      The game mentioned my CPU having a governor restricting it. So I followed their guide to enable performance mode, no problem!
      Fired up the game again, "Your video card is not supported or drivers are not installed" something like that.
      I thought, oh no problem.
      Downloaded the Nvidia drivers, followed their instructions, they say just double click to run the file, so I do.

      Then, I encounter an error.
      I follow a guide to install the driver, encounter another error. Delete all Nvidia everything and started all over, another error...and again...and again.
      Errors regarding DKMS (or whatever). At some point the driver was verified as installed, game still threw the warning that no graphics driver is detected. (Also mentioned installing Vulkan drivers after the first error)

      So with the Nvidia driver as my default and my anger rising. After 5 hours of trying, I give up.
      So I install the LTS 18.04 Ubuntu.
      Long story short, I had a much worse time with this version...Driver installed successfully after several guides and hoops, but then I got stuck in 800x600, which I then tried to fix, to no avail.

      I then downloaded Fedora and installed it, wiped Ubuntu from the machine.
      Several hours later of trying to install Nvidia drivers, no luck.

      Back on Windows 10...
      Mission Failed.

      scottalanmillerS 2 Replies Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        Wasn't someone saying last week that nvidia on Linux still sucked? AMD/ATI was better?

        kamidonK scottalanmillerS 2 Replies Last reply Reply Quote 0
        • kamidonK
          kamidon @Dashrender
          last edited by

          @Dashrender No idea lol. I was seriously bummed out though.

          OMG especially after I installed Fedora, damn that OS runs silky smooth whew.

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            Scott and others were talking about some other Linux OS that was specifically designed with Windows like APIs for games that hadn't been ported - though I don't recall the name of it.

            kamidonK scottalanmillerS 2 Replies Last reply Reply Quote 0
            • kamidonK
              kamidon @Dashrender
              last edited by

              @Dashrender Oh I forgot Steam OS: https://itsfoss.com/linux-gaming-distributions/

              wirestyle22W 1 Reply Last reply Reply Quote 0
              • black3dynamiteB
                black3dynamite
                last edited by

                For Ubuntu, Nvidia drivers can be installed by going to softare & updates application and then click on the additional drivers tab.

                With Fedora Workstation you can enable the third party repositories. With the option to enable rpm fusion repo for Nvidia drivers.

                kamidonK 1 Reply Last reply Reply Quote 1
                • kamidonK
                  kamidon @black3dynamite
                  last edited by

                  @black3dynamite said in My Weekend Linux Misadventure:

                  For Ubuntu, Nvidia drivers can be installed by going to softare & updates application and then click on the additional drivers tab.

                  With Fedora Workstation you can enable the third party repositories. With the option to enable rpm fusion repo for Nvidia drivers.

                  With Ubuntu, I tried all of that first thing, the game still reported, "No driver found" or "Vulkan drivers need installed". This was after rebooting of course just to rule that question out.
                  I tried following several different guides after reinstalling and trying over again, no luck. The installs kept failing at different points. One specific point I can recall right now was building the DKMS Kernel Module.
                  Another issue it kept talking about the Noveau driver being installed so the install can't continue. Found a guide to disable and blacklist that driver, rebooted, installed nvidia driver again, install failed, but completed. Driver shows up under "Proprietary drivers in use", there were three nvidia drivers, game reported with each (after rebooting when switching) that no driver was found for display.

                  It went from fun and exciting to incredibly frustrating.

                  Now with Fedora, I did not know how to install the driver through the GUI at all and didn't know that was an option, I followed a recently released guide for installing the driver, switching to level 3 runtime, navigating to the driver, I followed every command and ran the install....Only to get an access denied error. I was running as 'su'...
                  So I ran the install as my logged in user credentials after rebooting, that worked. (Oh it only worked after running chmod -x on the driver a second time).
                  driver went through, built DKMS module, but it failed....No specific error, it just said it failed.
                  Since I blacklisted the Noveau driver already, I'm guessing, switching to runtime 5 did not produce a GUI, so I was stuck with just a command line.

                  Reinstalled Fedora, downloaded Windows 10 and reinstalled.

                  I am absolutely willing to try again, but perhaps when I have more time, I spent at least 12 hours trying to get my machine game ready.

                  black3dynamiteB scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • black3dynamiteB
                    black3dynamite @kamidon
                    last edited by

                    @kamidon said in My Weekend Linux Misadventure:

                    @black3dynamite said in My Weekend Linux Misadventure:

                    For Ubuntu, Nvidia drivers can be installed by going to softare & updates application and then click on the additional drivers tab.

                    With Fedora Workstation you can enable the third party repositories. With the option to enable rpm fusion repo for Nvidia drivers.

                    With Ubuntu, I tried all of that first thing, the game still reported, "No driver found" or "Vulkan drivers need installed". This was after rebooting of course just to rule that question out.
                    I tried following several different guides after reinstalling and trying over again, no luck. The installs kept failing at different points. One specific point I can recall right now was building the DKMS Kernel Module.
                    Another issue it kept talking about the Noveau driver being installed so the install can't continue. Found a guide to disable and blacklist that driver, rebooted, installed nvidia driver again, install failed, but completed. Driver shows up under "Proprietary drivers in use", there were three nvidia drivers, game reported with each (after rebooting when switching) that no driver was found for display.

                    It went from fun and exciting to incredibly frustrating.

                    Now with Fedora, I did not know how to install the driver through the GUI at all and didn't know that was an option, I followed a recently released guide for installing the driver, switching to level 3 runtime, navigating to the driver, I followed every command and ran the install....Only to get an access denied error. I was running as 'su'...
                    So I ran the install as my logged in user credentials after rebooting, that worked. (Oh it only worked after running chmod -x on the driver a second time).
                    driver went through, built DKMS module, but it failed....No specific error, it just said it failed.
                    Since I blacklisted the Noveau driver already, I'm guessing, switching to runtime 5 did not produce a GUI, so I was stuck with just a command line.

                    Reinstalled Fedora, downloaded Windows 10 and reinstalled.

                    I am absolutely willing to try again, but perhaps when I have more time, I spent at least 12 hours trying to get my machine game ready.

                    Just a guess but was secure boot enabled while trying to get your Ubuntu/Fedora and Nvidia drivers to work. I've only really game on a PC with AMD graphics cards so I tend to stick with the open source that is already provided.

                    kamidonK 1 Reply Last reply Reply Quote 0
                    • kamidonK
                      kamidon @black3dynamite
                      last edited by

                      @black3dynamite UEFI is enabled and I did get numerous prompts to set a password for the linux version of secure boot.
                      This happened nearly every time I would install or reinstall a driver.

                      I've never messed with the bios on this particular laptop, never needed to.
                      But do you think or suspect secure boot being an issue?

                      black3dynamiteB 1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @kamidon
                        last edited by

                        @kamidon said in My Weekend Linux Misadventure:

                        @black3dynamite UEFI is enabled and I did get numerous prompts to set a password for the linux version of secure boot.
                        This happened nearly every time I would install or reinstall a driver.

                        I've never messed with the bios on this particular laptop, never needed to.
                        But do you think or suspect secure boot being an issue?

                        I don't know. Just noticed this
                        https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
                        345b8077-26da-480a-8b10-5ffd656807dd-image.png

                        And another thing I forgot to asked. With your Fedora install, were you using Fedora Workstation (GNOME3)? Because by default it uses Wayland instead Xorg for its display server. And from what I've read tell Nvidia doesn't play nice when using Wayland.

                        kamidonK 1 Reply Last reply Reply Quote 1
                        • kamidonK
                          kamidon @black3dynamite
                          last edited by

                          @black3dynamite said in My Weekend Linux Misadventure:

                          @kamidon said in My Weekend Linux Misadventure:

                          @black3dynamite UEFI is enabled and I did get numerous prompts to set a password for the linux version of secure boot.
                          This happened nearly every time I would install or reinstall a driver.

                          I've never messed with the bios on this particular laptop, never needed to.
                          But do you think or suspect secure boot being an issue?

                          I don't know. Just noticed this
                          https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
                          345b8077-26da-480a-8b10-5ffd656807dd-image.png

                          And another thing I forgot to asked. With your Fedora install, were you using Fedora Workstation (GNOME3)? Because by default it uses Wayland instead Xorg for its display server. And from what I've read tell Nvidia doesn't play nice when using Wayland.

                          Damn. Wish I saw that sooner. I installed 19.04 first though, but I need to try that next time.
                          I'll disable Secure boot and try again one of these days.

                          I used this: https://getfedora.org/en/workstation/download/
                          Workstation 30

                          JaredBuschJ scottalanmillerS 3 Replies Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @kamidon
                            last edited by JaredBusch

                            @kamidon said in My Weekend Linux Misadventure:

                            @black3dynamite said in My Weekend Linux Misadventure:

                            @kamidon said in My Weekend Linux Misadventure:

                            @black3dynamite UEFI is enabled and I did get numerous prompts to set a password for the linux version of secure boot.
                            This happened nearly every time I would install or reinstall a driver.

                            I've never messed with the bios on this particular laptop, never needed to.
                            But do you think or suspect secure boot being an issue?

                            I don't know. Just noticed this
                            https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
                            345b8077-26da-480a-8b10-5ffd656807dd-image.png

                            And another thing I forgot to asked. With your Fedora install, were you using Fedora Workstation (GNOME3)? Because by default it uses Wayland instead Xorg for its display server. And from what I've read tell Nvidia doesn't play nice when using Wayland.

                            Damn. Wish I saw that sooner. I installed 19.04 first though, but I need to try that next time.
                            I'll disable Secure boot and try again one of these days.

                            I used this: https://getfedora.org/en/workstation/download/
                            Workstation 30

                            It looks like they updated the installer to no longer ask about the desktop experience.

                            I have it installing now, but I assume it will be Gnome3 / Wayland.
                            4de56e97-a17d-4a31-982b-7247279ef84f-image.png

                            To get the Cinnamon download, you have to go to: https://spins.fedoraproject.org

                            1 Reply Last reply Reply Quote 1
                            • JaredBuschJ
                              JaredBusch
                              last edited by

                              Install completed, and yes, that ISO goes straight to GNOME.
                              149507ba-f0c7-4f0d-9c62-e2b5b7a5f4ba-image.png

                              1 Reply Last reply Reply Quote 1
                              • JaredBuschJ
                                JaredBusch
                                last edited by

                                Unlike the bastardized step child that is Ubuntu, the point of Fedora is that it is a clean FOSS install. If you need to put anything on it that is not truly FOSS, you have to add an external repository.

                                For example, you cannot even decode HTML5 because of FOSS concerns with the licenses.

                                The most common, and best IMO, solution is to add the RPM Fusion repo: https://rpmfusion.org/Configuration

                                black3dynamiteB scottalanmillerS 2 Replies Last reply Reply Quote 3
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  For the record, I jsut checked and the NetInstall ISO lets you pick your desktop. THough defaults to GNOME (simply called "Workstation").

                                  Click on Software Selection.
                                  f433eba4-ca1c-4e57-be47-428cd2f13087-image.png

                                  And you are presented with options.
                                  87e1af08-4119-4150-83ac-554677176b20-image.png

                                  Also, always use the NetInstall because why download shit twice? Once to download all the old packages as of the date of the ISO, and then once as soon as it is installed, you will need to run updates.

                                  Instead the NetInstall just downloads current at time of install.

                                  Oh look I wrote a pseudo guide...
                                  https://www.republicofit.com/topic/15907/setting-up-a-cinnamon-based-fedora-desktop

                                  1 Reply Last reply Reply Quote 3
                                  • black3dynamiteB
                                    black3dynamite @JaredBusch
                                    last edited by

                                    @JaredBusch said in My Weekend Linux Misadventure:

                                    Unlike the bastardized step child that is Ubuntu

                                    LOL

                                    JaredBuschJ 1 Reply Last reply Reply Quote 1
                                    • JaredBuschJ
                                      JaredBusch @black3dynamite
                                      last edited by

                                      @black3dynamite said in My Weekend Linux Misadventure:

                                      @JaredBusch said in My Weekend Linux Misadventure:

                                      Unlike the bastardized step child that is Ubuntu

                                      LOL

                                      Well, it is..... According to me.

                                      Some day something might happen the requires me to switch lots of things to Ubuntu, but I doubt it.

                                      Yes, my feelings towards Ubuntu are from when they didn't do thigns as smooth as they do now.

                                      kamidonK 1 Reply Last reply Reply Quote 2
                                      • wirestyle22W
                                        wirestyle22 @kamidon
                                        last edited by wirestyle22

                                        @kamidon said in My Weekend Linux Misadventure:

                                        @Dashrender Oh I forgot Steam OS: https://itsfoss.com/linux-gaming-distributions/

                                        Scott rant incoming ^_^

                                        kamidonK 1 Reply Last reply Reply Quote 1
                                        • kamidonK
                                          kamidon @wirestyle22
                                          last edited by

                                          @wirestyle22 Uh oh...lol

                                          1 Reply Last reply Reply Quote 0
                                          • kamidonK
                                            kamidon @JaredBusch
                                            last edited by

                                            @JaredBusch said in My Weekend Linux Misadventure:

                                            @black3dynamite said in My Weekend Linux Misadventure:

                                            @JaredBusch said in My Weekend Linux Misadventure:

                                            Unlike the bastardized step child that is Ubuntu

                                            LOL

                                            Well, it is..... According to me.

                                            Some day something might happen the requires me to switch lots of things to Ubuntu, but I doubt it.

                                            Yes, my feelings towards Ubuntu are from when they didn't do thigns as smooth as they do now.

                                            Yeah whenever I try again, soon, I definitely want to try it with Fedora. Just seemed so clean and fast.
                                            I'll disable secure boot as well.
                                            Thank you for your input, I have yet to use Cinnamon, though I've tried many others.
                                            Hah, if I have issues with the damned driver, I'll post here.
                                            No matter what, I'd love to try something new, different and as customizable as Linux full-time. Windows is great, but as we all are well aware, it's bloated. Not to mention telemetry and Microsoft selling our information.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 1 / 6
                                            • First post
                                              Last post