• 5 Posts
  • 504 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle


  • Do you mean PROTON_USE_WINED3D=1 ? If so, you don’t have Vulkan compatible hardware (GPU from like before 2012) or missing drivers. With this flag you use OpenGL rendered instead, that is inferior in every way. If you try it on modern hardware with the right driver in place you’ll get much worse performance, if it even works. This flag shouldn’t be promoted generally.

    If you run ancient GPU and want to always fallback to OpenGL, you can put the line

    PROTON_USE_WINED3D=1
    

    in /etc/environment and reboot. No need to set that in properties for every individual game.





  • azvasKvklenko@sh.itjust.workstoLinux@lemmy.mlJellyfin assistance
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    17 days ago

    Find jellyfin related file in /etc/apt/sources.list.d, edit it as root and try replacing „circle” with „bookworm”. After that apt update and retry. If it doesn’t work you can also try replacing it with „noble” but the you might also need to replace debian -> ubuntu, but that’s just my guess



  • What you really need is one of native DAWs you mentioned combined with Windows VST plugins run using Yabridge + WINE.

    I remember running even complex VSTs along with realtime MIDI processing from e-drums with really good results and low latency.

    1. Make sure your distro runs Pipewire and has pipewire-jack installed. Run your DAWs with JACK backend

    2. You can check https://wiki.archlinux.org/title/Professional_audio for tips regarding audio performance. Don’t worry if you don’t use Arch-based distro. Most of it applies to any distro really

    3. Install wine and yabridge follow setup instructions on how sync your plugins, which essentially takes specified locations with VST2/VST3 DLLs and creates .so equivalents (Linux dll format) under specified location that under the hood calls Wine, but makes it transparent. You add that location (with .so files) in your DAWs search paths and it should scan those plugins like if they were native.

    Of course some compatibility issues are possible, but you should be able to run most stuff this way when it comes to plugins.