Hello, apparently hanging out in Lemmy inadvertently makes you thinking about using Linux. I am planning to install Linux Mint cinnamon on an older laptop, which I want to bring to LAN Parties. From what I read I can just format my C:\ windows disk, install Linux via bootable drive and from what I understand, proton is basically included when installing steam after setting up my new Linux OS? Thanks for your comments:)

    • Rubanski@lemm.eeOP
      link
      fedilink
      arrow-up
      9
      ·
      1 year ago

      Thanks! I make sure to use the package manager, even, as of now, I’m not 100% what that means but I will find out

      • yoevli@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        ·
        1 year ago

        Just as a note, I believe you still need to tick the “Enable Steam Play for all titles” in Steam settings to allow it to be used with non-verified games.

      • Synthead@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        There is a GUI, but I prefer the terminal:

        sudo apt update
        sudo apt install steam
        

        “Update” fetches the latest package information, and “install steam” does exactly what you think it does :)

        • Rubanski@lemm.eeOP
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          I will probably use your approach, because the windows like gui should only help me transition. Getting to know how to use the terminal is my next step. Thanks!

          • douz0a0bouz@midwest.social
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            Careful here. Absolutely start learning bash, but one of the points of Mint is that everything a normal user needs to do can be done through a settings gui. Don’t feel bad for reaching for the gui if you need to get something done and don’t have time right then and there to learn. Have fun!

      • Diplomjodler@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        It’s called Software Manager in Mint. It’s in the start menu. It’s basically like an app store, but without the surveillance and ads. Just type steam in the search field and click install. Really couldn’t be easier.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 year ago

    Welcome to the club!

    Just want to mention that "C:" is a Windows-specific convention for identifying hard disks. Linux doesn’t have quite any concept of a “C:\ drive.” You’ll of course still have your OS installed on the same disk that today Windows calls "C:", but on Linux it’ll be (and I’m oversimplifying a little bit here) “/”.

    I’m a little bit jealous because I can’t start learning such things for the first time like you will be soon. Ha!

    My advice: don’t feel like you have to learn it all at once. Don’t feel bad about just accepting the defaults that the installer suggests where you don’t know what to do otherwise. If the command line intimidates you (we were all there once) use the gui tools exclusively as much as you like. Some day you might start to feel limited sticking with gui tools. (Or maybe for your particular purposes, the guis will always be perfect.) Until you do start to feel like you want to learn more about such things for your own sake, don’t let anyone tell you you’re doing it wrong by using the easy way.

    (This from someone who does basically everything from the terminal. Lol!)

    And don’t be too afraid to break things. Breaking things is arguably the best way to learn. And do feel free to reach out to friendly communities for help when you need it. It’s likely that if something has gone wrong (which is pretty unlikely with Mint), you’ll need to do some terminal stuff to fix it, but people can help you out with that if you ask. :)

    Godspeed!

    • RiikkaTheIcePrincess@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Breaking things is arguably the best way to learn

      Hee hee, some may agree with you. jumped into Gentoo very early and hasn’t stopped breaking things yet. Sometimes for fun, sometimes 'cause some distro maintainer type did something horrible .

      I definitely support “Just try things, see what breaks, then learn to fix it” as a learning method. Not necessarily for everycritter and not necessarily as a sole learning method but certainly it can be many fun and very productive, sometimes in ways that other methods would not be.

  • OmnipotentEntity@beehaw.org
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    Just make sure you back up any important data before wiping your own hard drive. And yeah, Steam handles a lot of the weirdness of running windows only games pretty well automatically.

    • Rubanski@lemm.eeOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      On C I only have my windows OS , data is on D. I think that should be enough precaution? If course I backed up everything but I don’t plan on backup everything again. Or do you think it could “leech”?

      • OmnipotentEntity@beehaw.org
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        1 year ago

        If “D” is physically on the same hard drive, then you’ll probably want to back it up before installing. Technically, you can manage to do it without screwing everything up, but I would not trust myself to. It’s always a good idea to have backups anyway.

        Also, user files typically reside on C by default and it takes some effort to put them on a different drive. Things like Downloads, Documents, Pictures, etc. so it’s worth checking that before wiping as well.

        Additionally, you’ll probably want to format your “D” drive to a Linux native filesystem (eventually, after you back it up, because formatting results in data loss). While Linux does support NTFS quite well, it’s not perfect, and your data would probably be safer on ext4 or f2fs (depending on if you have HDDs or SSDs) (or zfs or btrfs is you’re into COW filesystems).

        In Linux, you have all of your files mounted to a single “drive” called /. Everything is below /, which is called the “root” of your filesystem.

        Typically, user data is stored in “/home” and this resides in the same directory structure as the rest of your OS, but on most systems it’s on a different filesystem or even on a different drive entirely. This is because in Linux it is routine to put a “D” drive just in a folder. On my computer, I have several of these mount points defined, so the different types of data don’t get mixed around, and I don’t have to worry about downloading too much bullshit affecting my computer’s updates.

        Hope this helps.

      • jwt@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 year ago

        @OmnipotentEntity makes a good point. Most (and definitely older) laptops have 1 drive. Which would mean your C and D ‘drives’ are actually 2 partitions on 1 physical hard drive. This is fine, but you need to be extra cautious when installing Linux. Many linux installers push you to the easiest choice and select ‘wipe whole disk and install linux’, which in your case would possibly lead to inadvertently wiping the D partition too.

        You might want to pay extra attention to this during the installation, when selecting which disk to use for installation. Make sure you only let the installer delete the C partition (which will probably not be named as such, so be ready to find another way to identify the correct partition (maybe by its size?)), and let the installer use the free space that gives to create linux partitions it needs there (next to the D partition).

        NB: Still in Windows, you may also want to check whether or not your D drive is encrypted with Bitlocker, as that is a Windows-type encryption and cant be unlocked without a recovery key (aside from it not being practical to use Bitlocker encryption in combination with linux (or NTFS for that sake, as OmnipotentEntity also already mentioned)). If so, you might want to decrypt the D partition so you can still access it from Linux (while it is of course better to have encryption enabled, it may be a temporary convenience).

        Edit: Solid choice of Linux Mint btw. It’s been a while since I’ve used it, but in my memory (also as a starting Linux user) it made the right things easy. If your laptop is quite old, and Cinnamon (also solid) doesn’t feel quite snappy enough, you could give XFCE a try. It’s less polished (some say ugly 😆) out-of-the-box, but also less resource hungry (Cinnamon and XFCE are both Desktop Environments (DE’s). On Linux you can have multiple DE’s installed side-by-side; and then make a choice which DE you want to use when you login)

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

    Yes, via your package manager install Steam. You’ll have to go into Steam settings to activate compatibility with proton if I remember well

  • 𝕸𝖔𝖘𝖘@infosec.pub
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    You don’t need to worry about formatting. The installer can do that for you as part of the process. Just make sure you merge all of the existing Windows partitions into one, then let the installer partition as needed. I’m not 100% sure about the Steam question, but I think I remember reading somewhere that this is the case.

    Keep in mind, Linux isn’t magic. If the hardware sucks, the hardware sucks. Games can take a lot of resources. Just make sure your old LAN party laptop can handle the games you want to play on it.

    Side note: Mint Cinnamon is a perfect choice for a starter distro.

    • Rubanski@lemm.eeOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I made sure that only the OS is on C. That’s my MO since I had some bad experiences concerning windows installations (my first PC was running Windows ME)

      • 𝕸𝖔𝖘𝖘@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        That’s a good MO to have. I was talking about the partitions that Windows does on its own, depending on the version, of course, and the ones that the manufacturer does. For example, Lenovo has a recovery partition with a (supposedly) untouched installer for the Lenovo bloatwared OOTB Windows installation. Since you never plan on using that laptop for that version of windows again, you can just merge all partitions on that drive, and let the Mint installer use the whole drive for its purpose.

  • Are_Euclidding_Me [e/em/eir]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Sounds like you’ve gotten good answers about your formatting question. For the steam proton question, the answer is that yes, steam installs it automatically. You might have to mess with the proton version for specific games, so check https://www.protondb.com/ for your game if it doesn’t work immediately.

    Congrats on trying out Linux! I hope you enjoy it! I’ve never used Mint myself (I don’t like ubuntu-type package management), nor the Cinnamon desktop (although I’ve heard good things), but that’s part of the beauty of linux, there’s so much to try! Mint is definitely a good starter distro, but if you find you enjoy messing around with it, you might consider a bit of distro-hopping.

  • Rubanski@lemm.eeOP
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Oh and one additional question, is it recommended to uninstall all programs I had under Windows, so I won’t have to deal with "ghost files "? As to use windows helping me remove installation data? I have my laptop partitioned into C and D, where in D I have all my documents plus installed programs, C is solely for the OS.

    • RiikkaTheIcePrincess@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Assuming I’m understanding you correctly (I think I am: “ghost files” would be files of the old filesystem read and kept by the new one?) No, that’s unnecessary unless you have data you specifically want unrecoverable, in which case you’ll want a ‘file shredder’ or srm type tool to handle that. Other than that you’ll probably not be using any filesystem format Windows offers, so it also won’t be recognizing any Windows files even if such a thing would otherwise be possible.

      As for your main post, you seem to have the right idea. Steam recognizes that Windows games won’t run natively on a Linux system and will either “automatically run with a compatibility tool (Steam Play)” (or something like that) or refuse to launch/install the thing until you configure it to run everything non-native with Proton by default (which is a checkbox in the normal settings menu, not anything weird or buried).

      …Also sometimes it just launches Wine? At least for me? That’s kinda weird, honestly, but I set up my systems in weird ways so that may just be a me problem 😅

      Simply put: I think you’ll be fine just not worrying about anything and going directly to your “boot from install/live media” step and not worrying about anything else unless there’s a problem… at which point you come yell at us and we help you fix it ;P

      • Rubanski@lemm.eeOP
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Thank you for your extensive answer, I feel confident now to do the “leap of faith”

  • SVcrossDO@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Lol I’m going through the same thing, I’m choosing the distro that helps my needs, but I’m not sure how to use the vst bridge and wine for my audio plug ins.