Ex-technologist, now an artist. My art: http://www.eugenialoli.com/

  • 1 Post
  • 349 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle

  • You think it’s the screen/hdmi at fault, but it might not be. I’ve had the problem with two laptops in the past (the bug was with all distros I tried), and in one case it was a BIOS that Linux didn’t like, and the second one was the internal wifi that its linux driver was buggy. For the first laptop there was nothing to be done, so I disabled sleep completely in the bios, while for the second one, I disabled the wifi modules in the kernel’s blacklist, and then used a usb wifi that I knew it worked better. Both cases were appearing as a dead screen, but it wasn’t the screen/hdmi/gfx card to blame. In yet another case, with a thinkpad laptop, the wake up was working, but it would wake up 30 seconds later than anticipated. In that case, it was the fact that its thunderbolt was dead (hardware had gone bad), and only when I disabled it in the bios completely the laptop would wake up correctly and fast.

    In all those cases, I had to look at the kernel logs to see what was the issue. There were traces of the problem of which hardware exactly was creating the problem. It might look like a screen/hdmi problem, but most of the times, it’s not.




  • Waking up from sleep is of course part graphics card/drivers, and BIOS code. My husband had his share with his nvidia card crashing the system when coming up from sleep under Wayland, but I believe these things have been mostly ironed now. However, if you have a buggy BIOS, you’re out of luck. I’ve had such a DELL laptop, latest firmware installed, and no matter which distro I tried, it wouldn’t wake up from sleep properly. So, if that’s your issue, there’s not much you can do, apart from getting compatible hardware. There are hardware lists of compatible hardware in some places, including archlinux’s wiki i believe.








  • There are several commercial options for Linux. The most-Ableton software out there is Bitwig Studio that has a Linux port. However, it’s expensive. The cheapest commercial solution, with a bit of learning curve but powerful nonetheless, is Reaper.

    However, if you want to go 100% open source, there’s Ardour and LMMS (which is a lot like FL Studio). Ardour 9, which is expected by the end of the year, will be more MIDI-friendly than it used to be. LMMS latest git version (offered as binary on their site) has some good new features compared to their stable version, however, there’s still no vst3 support.

    I’m an visual artist and I used Photoshop for years to edit my hand-painted scanned paintings. When I moved to Linux, and Gimp3 was out, I was finally ready to leave Photoshop behind. Some features of Photoshop aren’t there, but I was ready to leave them behind. Same with video, I used to have a rather popular blog about color grading with Resolve. I moved to kdenlive, which has none of these tools or plugins. It’s a decision that I simply had to make. I wanted to use foss tools, and that was the price to pay. I’m cool with my decision.

    If you gotta go commercial, go with Reaper. The people (a small team of 3 or 4 I believe) behind it are really cool, and they’re doing it for the love of it, their profit is very small.




  • Eugenia@lemmy.mltoLinux@lemmy.mlDual Boot dilemma
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    18 days ago

    Your best bet is a secondary M2 slot, there are some laptops that allow for that. You install windows on the first, main ssd. Then you DISABLE that ssd (or you unplug it intenrally), you install linux on the second ssd, and then you enable back the first one. Then you can select using F12 during boot which ssd you want to boot from, by default it’d be windows.

    I see you’re from Germany. Well, Tuxedo computers have many laptop models with two ssds in it.





  • The reality is, to get these Windows VSTs to work on Linux, is possible via 2-3 ways, but they’re crashy, and sometimes will work, and after an OS upgrade might stop working (as it happened last year with yabridge under ubuntu) etc. The truth is, you can’t rely 100% on these VSTs anymore under Linux, it’s too hairy of a situation overtime. You might be able to get it working for a project, and two years later to try to reload that project, only to have these plugins not working anymore, so the project would crash on you and not be able to load it anymore.

    If you want to switch to Linux, you will need to use the well supported, native plugins only that get updated regularly for new linux versions. Yes, it’s a waste of money for your existing purchases, but this is what’s true for everyone who have ever bought Windows software in the past, and they’re now switching to Linux. Maybe you can sell them?

    Alternatively, use Windows for your audio work, and if you want to stay on Windows 10, make sure that this computer is not on the internet connected anymore (due to not receive security updates anymore), and use Linux for your everyday computer tasks.


  • Eugenia@lemmy.mltoLinux@lemmy.mlAdvice on a CAD solution
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    23 days ago

    Look at QCad. They have a paid ($40), and a free version that is fully functional and open source. It’s the most autocad-like app out there, so learning that has the advantage of learning the UI of autocad too.

    LibreCad that others suggested was forked from Qcad about 15 years ago and hasn’t moved much in terms of features. While QCad has. So in my opinion, it’s the best solution.

    Then there’s Freecad, but that’s more about 3D cad, and it’s more complicated overall.