Thank you all who reached out, it really was awesome.

Was super easy, even my Nvidia cards driver was basically automated. Haven’t played anything yet but I’m sure I’ll be fine.

I opened up the command thingy a couple of times just to get some settings how I wanted them, but could have gotten by without it.

The biggest stumbling block for me personally was getting the thumb drive in order, then the hardware to boot from it. First you gotta use a thing called Rufus to format the drive correctly, not sure how or why, but you do.

And then I couldn’t get my laptop to load bios no matter what key/s I mashed at restart, but searching " advanced startup options" in settings brought me to a menu to reboot from my (now correctly formatted) USB drive.

The rest drove itself. Still some stuff to figure out with it but it’s doable. Very polished and user friendly.Thank you all again so much!

  • TheCheddarCheese@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Setting up nvidia drivers wasn’t an issue? Well then I guess I was stupid or just extremely unlucky. I ran into so many driver issues on Mint it’s ridiculous.

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        No you don’t, they’re mutually exclusive, there are a couple of ways to check which one you’re running, from lsmod to check which module is loaded on the kernel to my favorite: glxinfo | grep -i vendor

        First of all don’t run random commands from the internet without understanding them. Now to what that command does, glxinfo prints a lot of output about what’s being used to render OpenGL, you might need to install mesa-demos, mesa-tools or something else if glxinfo is not installed by default. Then the pipe, i.e. the vertical bar | says to grab the output from the left command and feed it to the right command. grep is used to filter an input, and the -i flag tells it to do it without being case sensitive, i.e. Insensitive. Then vendor is the text you’re using as a filter. Long story short that command shows information about the vendor used to render OpenGL.

        If it says Nvidia you’re using the proprietary driver (which you should use from your other comment). If it says Mesa you’re using the open source drivers (which should be “fine” but will have very bad gaming performance)

        • MintyFresh@lemmy.worldOP
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          2 months ago

          glxinfo | grep -i vendor server glx vendor string: SGI client glx vendor string: Mesa Project and SGI Vendor: Intel (0x8086) OpenGL vendor string: Intel

          so this means im using my proccesor and not gpu to render shite?

          • Nibodhika@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            2 months ago

            From our other reply you should be fine, this is a prime laptop so it will use the CPU for everything unless you specify different z that’s by intent to preserve power since Nvidia cards consume lots of it and otherwise your battery would last an hour or so, windows does the same, the difference is that Windows tries to guess which apps need it and on Linux you have to be specific about it.

              • Nibodhika@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                2 months ago

                Quick test you can run to confirm this is lspci | grep nvidia and lspci | grep nouveau one of them will display something and the other nothing (hopefully), nvidia is the name of the properietary driver, nouveau is the open source one.

          • Nibodhika@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            2 months ago

            Ok, prime laptop, run the following then: prime-run glxinfo | grep -i vendor if prime-run doesn’t work there are others like optimun, I’ll check which one is the correct for mint and reply back.

            • MintyFresh@lemmy.worldOP
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              sam@sam-ROG-Strix-G531GT-GL531GT:~$ prime-run glxinfo | grep i vendor grep: vendor: No such file or directory

              prime-run: command not found

              • Nibodhika@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                2 months ago

                Yeah, there might be an nvidia-prime package or something, either that or the command in mint must be different. Quick Google didn’t helped me and it’s after 1AM for me so my brain is not helping either, hopefully someone else can help you, if not tomorrow I’ll be back.

                But everything looks correct, Nvidia settings only works if the Nvidia driver is installed, now all you need is to figure out how to tell Mint to run things with the Nvidia GPU and you should be good to go.

  • neidu2@feddit.nl
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Again: Hallelujah, another soul saved!

    So now it’s basically down to this: Keep using it for whatever you would normally do in windows. And if you’re having issues, try to sort it out.

    And then one day you’ll suddenly realize how long it’s been without Windows, and that you don’t really see a reason for going back any time soon.

      • JJLinux@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 months ago

        Welcome to freedom and perfect mental health.

        The best part will be never having to download an exe or msi file to get stuff to work. Just look for the software you want, install, have at it.

        I’m sorry, it just brings me so much joy when I read stories like this one.

        • helenslunch@feddit.nl
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          perfect mental health.

          JFC dude, seriously?

          The best part will be never having to download an exe or msi file to get stuff to work.

          LOL Because Googling a website, clicking the download button, and clicking “next” on the installer is so much harder than compiling from source code or trying to figure out how to install one of the 34 different Linux filetypes…

          • Grunt4019@lemm.ee
            link
            fedilink
            arrow-up
            0
            ·
            2 months ago

            Most people just use a package manager the vast vast majority of time. People don’t typically compile from source or figure out different file types.

            • helenslunch@feddit.nl
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              That’s great if the package manager has the software you’re looking for. Which is 50/50 in my experience.

              • LeFantome@programming.dev
                link
                fedilink
                arrow-up
                0
                ·
                edit-2
                2 months ago

                Well, it all comes down to distro when it comes to package selections and availability.

                I can say though that in the last year or so I have found 100% of the software I needed in the repositories and that includes at least a dozen proprietary applications ( including some that require registration and / or licensing such as Burp Suite Pro and JetBrains Rider ).

                Everything I have installed came to me in the same package format ( or was automatically converted to it by the package management tooling - all the same to me ). A single command updates everything.

                That is without resorting to Flatpak which I am sure provides a pretty good selection to other distros as well ( at the cost of a second package format ).

              • JJLinux@lemmy.ml
                link
                fedilink
                arrow-up
                0
                ·
                2 months ago

                Makes me wonder what the heck it is that is not what you want/need 50% of the time. Must be a pretty peculiar set of software.

          • JJLinux@lemmy.ml
            link
            fedilink
            arrow-up
            0
            ·
            2 months ago

            1 script, 36 package apps plus 31 FlatPaks installed in one command. Any other thing I need or want, it’s just there via CLI or any program installer such as Discover.

            Having said that, and being positive that over 90% of any Linux Distro users would be dumbfounded by reading your comment, I choose to assume you’re just trolling and let you be moving forward. Have fun googling crap in Windows.

  • plactagonic@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Which flavor did you choose? I am now rocking basic mint with XFCE on my older machine and LMDE on newer.

      • Fonzie!@ttrpg.network
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        I went from “Hey Mint’s nice plug-n-play”, to failing at installing Arch, to hopping to Manjaro then Endeavour for a short while, to installing and building my own Arch+i3+rice, to end up returning to Mint because it just works

        Idk I think I’m too smooth brain for Arch, but I’m trying to get into NixOS now, it seems really cool!

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          I love Arch but think I have too much of a koala mind for Nix.

          One of us must be smarter than they think they are.

  • Iapar@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I had the same problem on my laptop not being able to get into the bios. Turns out the reason is that the f-keys (f-1 to f-12) where not registered as such on boot.

    They are also the keys for volume and brightness etc. So when I pressed f-11 on boot it registered it as “Brightness up” and not “f-11”.

    The solution was to press “fn” + “f-11”. Then it registered as the correct key.

    You have the option to toggle the default on that. So that you press f-11 and it registers it as such and “brightness up” is “fn” + "f-11).

    For me that toggle was “fn” + “esc”. There also was a lock symbol on ESC so if ESC doesn’t work search for the key which has a lock on it.

    That toggle was also an option in the bios.

    So yeah, wasted an embarrassing amount of time figuring that out.

    • ChaoticNeutralCzech@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      You’ve never used function keys? The dual function is annoying even inside the OS. I have to help several people with laptops and you can’t tell what mode they’re in, the user often doesn’t know either.

      On laptops, you never know if the F-key behavior is defined by the OS, BIOS or keyboard driver. I just mash F2, F8, Fn+F2, Fn+F8, Del as often as I can (these are the most common keys to do the trick). You can reduce the options with a USB keyboard with just normal F-keys.

      Some laptops don’t have a key you can hold to enter BIOS settings or boot menu (maybe to start booting before the keyboard is initialized?) and there is a reset button hole for that.

    • NaN@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      I’ve been through a few on regular Mint and the Debian edition and they have been very smooth.

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Yeah I didnt haha, thats why I mentioned that.

        If you do, I made a post about how to circumvent it manually.

      • themusicman@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        You will be fine. I game on mint with an Nvidia card. Steam has a setting to fall back to proton for all games without native Linux, and for everything off steam use Lutris (install it from the website, since the package manager version is too old to be useful)

        • Rai@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          Does 144hz+GSync work on Mint or Pop!os? I reward it had issues, and I’ve also read it works so I’m confused.

        • alvendam@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          What’s going on with Lutris and Mint these days? Still need the Debian ppa from OpenSuse or did they start officially supporting it again?