Hey there Linux community. I’ve been interested in Linux lately and have been considering switching to Linux Mint from windows 11. My main pc is a Surface Laptop Studio with an intel i7, 32g ram, 1 terabyte ssd, and an rtx 3050 ti gpu. I’m thinking about trying out dual booting to see how I like it, but I have some questions.

I use my laptop for a lot of creative work, video editing, web design, music production, photography, etc. I’m not too worried about it because I’ve come across many promising FOSS alternatives, but there’s some software I’d like to ask about specifically. I ditched Adobe Premiere in favor of Davinci Resolve a while ago and I know that there’s a native Linux version of Resolve, and I’m just curious about how well that runs for the people that use it?

As far as music production goes I’m an avid user of Ableton Live. It’s been my go to for years and I know that support for it on Linux isn’t the best, if it’s even there at all. I’ve seen a few people claim they’ve gotten it working but it seems a little suspicious to me. So to anyone in the music space, what are the best Linux supported alternatives? Or, in the event I decide to switch, should I maintain my dual boot setup to just stick with Ableton?

I’m also pretty locked into the Microsoft ecosystem with OneDrive (I get a terabyte of cloud storage for free so it’s where almost all of my files are). I’m in the process of trying to setup my own cloud storage with nextcloud or something similar, but until then I’m curious if I’d be able to set up OneDrive live file syncing in my Linux environment, similar to how it works on windows? If anyone has any experience with that I’d love to hear some input.

Not something that’s absolutely necessary, but I’m just curious if the touch support of my laptop would be maintained. Since it’s a surface device it’s actually a really nice touch screen, and the pen input is great, my wife borrows it for digital drawing sometimes and loves it. I don’t use it all the time but I do occasionally and it’d be a huge plus if it still worked just as well.

I think those are pretty much the only things holding me back from fully dedicating myself to switching, so I’d really appreciate some input. Thanks!

  • Eugenia@lemmy.ml
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 day ago

    On the topic of audio production, here are your options:

    Commercial DAW apps available on Linux: Traction Waveform Reaper BitWig Studio Presonus Studio One (beta) Harrison MixBus (based on Ardour) ReNoise (tracker/daw hybrid)

    Available sources but commercial binaries: ZRythm (currently in beta) Ardour (can be found for free on the repos of most distros)

    Completely free: LMMS (recording live instruments is available via the latest nightly build, but no vst3 support) QTractor Stargate MusE Rosegarden Traverso (active again this year) Ossia Score

    Audacity (audio rec/editor) MilkyTracker (tracker) SoundTracker (tracker)

    Hydrogen (drum machine) Cecilia (audio signal processing) Mixxx (live DJ)

    To get these working, install pipewire-jack on your distro and enable some audio group privilliges, so you don’t get cracking sounds. There are tutorials on how to set that up. Also use the qwpgraph app to create audio connections (otherwise, you might not hear anything coming from your speakers on some plugins/apps). My favorite free daw on Linux is Ardour. Reaper if I want to get more involved.

    There are a number of native Linux plugins that should be prefered, but if you want to run specifically Windows plugins, you will have to install Wine and then Yabridge. Yabridge acts as a bridge between the .dll plugin files in a Wine environment (that is setup as if it’s Windows), and serves .so Linux plugins that Linux DAWs can understand. This is obviously quite flaky. Different versions of wine will support different plugins. Sometimes, a plugin works, you upgrade wine, and it no longer works (but some other plugin now works, that didn’t used to be fore). Some people are happy though with yabrdige and wine. I find it a pain…

    I’d suggest you go with Fedora, so Resolve works easier than it would on a Debian-based OS. Also, Yabrdige is currently broken on ubuntu. The dev said he might fix it by the end of the year, but who knows. I’m personally ubuntu-based and I’m still telling you to use fedora to get that stuff working for now. Although, you might want to try the UbuntuStudio flavor. It might have some of that stuff fixed.

    For photography, use Darktable. For raster editing, use Gimp 3.0-alpha (the 2.10 version is not that good for people coming from photoshop/windows IMHO as it lacks adjustment layers), and Photopea on the web browser. For vectors, inkscape, or online, boxy-svg.com.

    For an After Effects clone, there’s a brand new app, Friction: https://friction.graphics/

    For a video compositor, if you’re not going to use Resolve’s Fusion, there’s Natron (Nuke clone ui-wise).

    For digital painting, there’s Krita.

    For 2D animation, there’s Krita & Friction above, but also Pencil2D and SynfigStudio (latest version .appimages on their respective sites).

    I’m not familiar for apps regarding web design though. There’s Bluefish for html editing, and you can use sublime-edit for other code-writing.

    For Office, LibreOffice comes by default in most distros, however, the highest compatibility rate with MS formats is via OnlyOffice. You can download an .appimage on their website for free. That app will let you create proper PDFs too (with forms etc). To run appimages, download them, right click to go to their file properties, and there make them executable. Then double click them to run.

    For 2D CAD, use QCAD (you can download it from their site, and then remove the .so files it directs you to, to turn it from demo/evaluation to the completely free version (that’s missing some format support, but otherwise fully functional). For 3D CAD, there’s the RC2 version of FreeCAD.

    And for 3D stuff, there’s Blender. Latest version available on their site in binary form.

    Finally, if you’re not doing highly advanced color grading, or you don’t need your videos to be color managed, then both Kdenlive, and Shotcut are very good, hassle-free video editors. You can download their .appimage file for latest versions from their site.

    • cyberwolfie@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      22 hours ago

      Available sources but commercial binaries: ZRythm (currently in beta) Ardour (can be found for free on the repos of most distros)

      Isn’t Ardour GPLv2, and not only source available?

      • Eugenia@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 hours ago

        My sentence above explains it. The source is available, the distros provide binaries in their repos, but if you want the latest version, the creator only provides paid binaries. The GPL allows for that. Same for ZRythm.