Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Linux
  3. Thinking on switching to linux

Thinking on switching to linux

Scheduled Pinned Locked Moved Linux
linux
249 Posts 130 Posters 1.6k Views
  • 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.
  • D [email protected]

    As I pointed out, if you have an older iPod, eg. like an iPod Video or Classic, or any other player that supports it, Rockbox is a thing you can flash onto it.

    O This user is from outside of this forum
    O This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #234

    I do have one and I have a Mac with iTunes Match (iCloud music syncing for iPhone). That said I keep most of my actual files on my Ubuntu machine and might want to experiment with the iPod at some point.

    D 1 Reply Last reply
    0
    • O [email protected]

      I do have one and I have a Mac with iTunes Match (iCloud music syncing for iPhone). That said I keep most of my actual files on my Ubuntu machine and might want to experiment with the iPod at some point.

      D This user is from outside of this forum
      D This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #235

      You'll need an original iPod, iPod Mini, or iPod Video or Classic for Rockbox compatibility. iPod Touch is just an iPhone without the phone, so it's locked into iOS.

      O 1 Reply Last reply
      0
      • synapse1278@lemmy.worldS [email protected]
        Software Linux support
        AMD driver ✅ open-source drivers for CPU and GPU are included in the Linux Kernel and work very well. If you have bleeding edge news hardware, check online in which Kernel version they are supposed and choose Linux distro accordingly
        Web Browser ✅ Chrome/chromium, ✅ Firefox. All are commonly available in your distro software repository by default, or otherwise with Flatpak
        Web-based email ✅ not dependent on OS. Local Email client software are available, one exemple is Thunderbird.
        Office suite ✅ LibreOffice, or anything web-based such as Google Docs will work independently of the OS
        Itunes Many music players/library managers are available on Linux, I don't have any specific recommendations here, I am self-hosting Jellyfin for my music needs
        JBL not sure what you mean here ? Your headset/speakers ? Don't see why it wouldn't work
        Music score reader/editor ✅ MuseScore, I also use Guitar Pro (7, 😎 inside Bottle (wine) and it works with some tweaks needed for fixing font bug
        Antivirus ✅ ClamAV, arguable if you need an antivirus at all
        Python ✅ many IDEs are available, a scary amount of Linux distribution rely on Python under the hood 😅
        D This user is from outside of this forum
        D This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #236

        There might be some cases even for single-player games where DRM platform-locks you into Windows but that's rare from my understanding.

        synapse1278@lemmy.worldS 1 Reply Last reply
        0
        • M [email protected]

          Bazzite, a gaming-focused Linux distribution, is designed to work really well with Steam. One drawback is that if you have a game installed in Windows on a Windows drive, you can't use it from Linux steam. But, there is a way to have games accessible to both operating systems. I haven't done this, yet, but I'm probably going to try it this week.

          It involves installing a Windows driver that supports BTRFS partitions.

          Here's the video guide I found.

          P This user is from outside of this forum
          P This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #237

          An alternative is to bind mount the appcompat folder from your linux steam into the steam library on your windows drive.

          I really hope Bazzite manages to smooth out the last few snags and use cases for dual-boot so that I can recommend it to more non-techy people without needing to explain stuff like this or the unintuitive process of importing installed windows games into Lutris.

          M 1 Reply Last reply
          0
          • D [email protected]

            There might be some cases even for single-player games where DRM platform-locks you into Windows but that's rare from my understanding.

            synapse1278@lemmy.worldS This user is from outside of this forum
            synapse1278@lemmy.worldS This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #238

            I haven't encountered this problem myself.

            D 1 Reply Last reply
            0
            • E [email protected]

              Approaching the end of window 10 and have no plans on upgrading to 11.

              I am trying to find alternatives to applications I regularly use before jumping ship (it is mostly a gaming focused pc) any suggestions?

              S This user is from outside of this forum
              S This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #239

              Remmina for Remote Desktop, awesome piece of software.

              ? 1 Reply Last reply
              0
              • synapse1278@lemmy.worldS [email protected]

                I haven't encountered this problem myself.

                D This user is from outside of this forum
                D This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #240

                Like I said, it's rare especially for games, it's more common in productivity software though.....

                cough Adobe... cough

                1 Reply Last reply
                0
                • synapse1278@lemmy.worldS [email protected]

                  This isn't exactly what I recommend. Only in the case the hardware is bleeding edge, as in, it was released less than 6 month ago, then check in which Kernel version it starts to be supported, as well as check the Kernel version shipping with the distribution you are interested in installing. Distro Kernel version >= Kernel version where the driver starts to be included, no problems. Otherwise, check a distro that has more frequent upgrades.

                  Things to check: GPU, CPU, WiFi chip, Ethernet chip. In windows you can find the information in the device manager. On Linux (e.g: test with a live USB) the command lspci with display the information.

                  A common case would be: I am interested in Debian because I heard it's the most stable, will my AMD 5070XT work with that ? Probably not very well, better Check Ubuntu non-LTS or Fedora.

                  I am not recommending op to modify the Kernel from the Linux distro, just consider this point in choosing the distro.

                  D This user is from outside of this forum
                  D This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #241

                  Even on older kernels, if anything hardware like GPUs will benefit more from running newer drivers than a newer kernel, ie. AMD cards from GCN1 up to present-day RDNA3 are actively being supported by Mesa and the dev branch generally tends to have more optimizations especially for newer cards but also older ones as well, than the latest stable branch.

                  1 Reply Last reply
                  0
                  • P [email protected]

                    An alternative is to bind mount the appcompat folder from your linux steam into the steam library on your windows drive.

                    I really hope Bazzite manages to smooth out the last few snags and use cases for dual-boot so that I can recommend it to more non-techy people without needing to explain stuff like this or the unintuitive process of importing installed windows games into Lutris.

                    M This user is from outside of this forum
                    M This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #242

                    Maybe we're now at a point where it's a good choice for more techy people to use, and that adoption will mean more work gets done on it.

                    I installed it because I wanted to see how well it would run games. But, I haven't actually played many games on it, not because they don't work (they work great), but because I've found it's so good at everything else too. It made it easy to get around to some projects I'd been putting off.

                    My machine plays all kinds of fairly recent games extremely well, but Microsoft is ditching Windows 10 support in less than a year, and has decided this machine doesn't qualify for Windows 11. I bet there are lots of other people in the same boat. Bazzite doesn't have to be perfect, but if it can be better than throwing away your old machine, there could be a lot of people switching soon.

                    1 Reply Last reply
                    0
                    • D [email protected]

                      You'll need an original iPod, iPod Mini, or iPod Video or Classic for Rockbox compatibility. iPod Touch is just an iPhone without the phone, so it's locked into iOS.

                      O This user is from outside of this forum
                      O This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #243

                      It’s a 120 GB Classic

                      D 1 Reply Last reply
                      0
                      • S [email protected]

                        Remmina for Remote Desktop, awesome piece of software.

                        ? Offline
                        ? Offline
                        Guest
                        wrote on last edited by
                        #244

                        Also: Rustdesk, Anydesk, TeamViewer, and Spice

                        1 Reply Last reply
                        0
                        • semperverus@lemmy.worldS [email protected]
                          • AMD drivers: use the built-in MESA drivers that include the official AMD support.

                          • Gmail: ProtonMail for the service, Kmail for the desktop client.

                          • Chrome: Firefox, or Librewolf if you care about privacy.

                          • Office365: LibreOffice for full FOSS or OnlyOfficr for less freedom but more comfort.

                          • iTunes: depends entirely on what you use it for, but I buy my music mostly off of BandCamp these days.

                          • MuseScore: MuseScore

                          • Norton: Why were you using Norton in the first place? It's practically a virus itself. If you need an antivirus on Linux, you might want ClamAV/ClamTK for something that runs locally only, or Microsoft Defender for Linux.

                          • Py-Charm: Py-Charm, VSCode, Vim, Kate/KWrite

                          • Remote Desktop to iOS: I got nothin'

                          • Star Citizen: Star Citizen

                          • Steam: Steam

                          • VPN: Wireguard

                          • Windows Games: install locally using Wine and then add to Steam as a non-Steam game to use Proton for better support.

                          Windows 10: run it in a VM if you still need it, or keep it on a separate SSD and dual boot into that.

                          P This user is from outside of this forum
                          P This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #245

                          Nice list. Why KMail over Thunderbird, I wonder?

                          semperverus@lemmy.worldS 1 Reply Last reply
                          0
                          • O [email protected]

                            It’s a 120 GB Classic

                            D This user is from outside of this forum
                            D This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #246

                            Then it'll support Rockbox. I would recommend flash-retrofitting it for long-term reliability if it hasn't been retrofitted already, though, the spinning rust is a known weak point on older iPods.

                            1 Reply Last reply
                            0
                            • P [email protected]

                              Nice list. Why KMail over Thunderbird, I wonder?

                              semperverus@lemmy.worldS This user is from outside of this forum
                              semperverus@lemmy.worldS This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #247

                              Kmail is simple and to the point, and at least in my experience is easier to set up. Bonus, if youre on KDE, it integrates very nicely.

                              It's also more performant than Thunderbird.

                              1 Reply Last reply
                              0
                              • D [email protected]

                                I'd recommend Lutris over Heroic both because it runs locally where Heroic is Electron, and because Lutris allows community-based native Linux ports for games where applicable, eg. for Ultima VII: The Black Gate + The Forge of Virtue, Lutris gives you the option of installing that game with Exult instead of DOSbox, for Tomb Raider and Tomb Raider II, you have the option to install those with OpenLara, for Doom 1 and 2, you have the option to install those with ZDoom, etc.

                                Also, at least for DOS games where you don't have the option to install a community-based modern port, you can use native DOSbox as a runner instead of Windows DOSbox as well through Lutris.

                                M This user is from outside of this forum
                                M This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #248

                                Hey, points for Lutris! Thanks for sharing!

                                I've had issues in the past installing stuff with Lutris, although for advanced scenarios like using community engines and stuff, that's really cool. I definitely have both installed on my machine for different reasons. Lutris handles EA / Origin stuff pretty well. (Titanfall 2 and Sims 2 Ultimate run beautifully on Linux, truly glorious!)

                                Electron annoys me as well, but I will say that I appreciate how Heroic hooks into GoG APIs.
                                It handles auto-updates, cloud saving, play time logging, that kinda stuff that made Galaxy decent and had a degree of convenience-parity with Steam.

                                (Maybe Lutris does this too now?)

                                For a complete newbie , I'd say Heroic has a bit of a smoother and expected ramp to just "Download game and run." But if you want more control, Lutris definitely has more options!

                                I also can't recommend Bottles enough for other games that aren't from distribution platforms. Shockingly simple.

                                D 1 Reply Last reply
                                0
                                • M [email protected]

                                  Hey, points for Lutris! Thanks for sharing!

                                  I've had issues in the past installing stuff with Lutris, although for advanced scenarios like using community engines and stuff, that's really cool. I definitely have both installed on my machine for different reasons. Lutris handles EA / Origin stuff pretty well. (Titanfall 2 and Sims 2 Ultimate run beautifully on Linux, truly glorious!)

                                  Electron annoys me as well, but I will say that I appreciate how Heroic hooks into GoG APIs.
                                  It handles auto-updates, cloud saving, play time logging, that kinda stuff that made Galaxy decent and had a degree of convenience-parity with Steam.

                                  (Maybe Lutris does this too now?)

                                  For a complete newbie , I'd say Heroic has a bit of a smoother and expected ramp to just "Download game and run." But if you want more control, Lutris definitely has more options!

                                  I also can't recommend Bottles enough for other games that aren't from distribution platforms. Shockingly simple.

                                  D This user is from outside of this forum
                                  D This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #249

                                  Even for Doom3, both vanilla and BFG, and RTCW, Steam version included, Lutris allows you to install native community ports for those pretty easily too.

                                  1 Reply Last reply
                                  0
                                  • System shared this topic on
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups