441
5 reasons you should ditch Windows for Linux today
(www.zdnet.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Stupid insta360 software >:(
Oh boy my time to shine. Took me a while but I finally got Insta360 Studio working smoothly in Bottles on Linux with GPU acceleration. All credit goes to this github repo https://github.com/SveSop/nvidia-libs.
nvidia-libs-0.8.1.tar.xzfrom https://github.com/SveSop/nvidia-libsbottles_setup.shscript, you can try it and see if it works, but it didn't work for me so I had to use the manual method detailed as followsnvidia-libs-0.8.1folder to$HOME/.var/app/com.usebottles.bottles/data/bottles/kron4ek-wine...runner (not the proton one)flatpak run --command=bash com.usebottles.bottlescd $XDG_DATA_HOME/bottles/nvidia-libs-0.8.1export WINEPREFIX=$(realpath ../bottles/Insta360)export PATH=$(realpath ../runners/soda-9.0-1/bin):$PATH./setup_nvlibs.sh installkron4ek-wine...runnerkron4ek-wine...runner from the start, it's because I had trouble running thesetup_nvlibs.shscript in step 13 when I tried to point to thekron4ek-wine...path in step 12, so I started with the soda runner insteadNote: You'll want to put all 360 files in the Bottles Flatpak sandbox at
$HOME/.var/app/com.usebottles.bottles/data/bottles/Insta360/. This way Insta360 Studio will be able to see them. Exported files will end up in the sandbox as well.I actually did this all in a VM with GPU passthrough, and then made a backup of the entire VM. This way I'll always have a working copy of Insta360 Studio, even if newer versions of Linux or Bottles stop supporting it.
Tested on:
References:
Hey thanks so much for this! Is the nvidia stuff needed if I don't have an nvidia GPU? I have integrated (Radeon 700M) and I see the Insta360 startup splash, but after that the bottle stops. :(
Aw shucks I don't know anything about AMD, sorry. I doubt any of the nvidia-libs related stuff would do anything on AMD. I did learn a bunch of troubleshooting tips while trying to get it working though, hopefully they can help:
journalctlin the terminal (look online for more tips, like how to filter for a specific time range), or your distro might come with a GUI (Gnome and KDE both have one, though the Gnome one is much easier to use imho)$HOME/.var/app/com.usebottles.bottles/data/bottles/Insta360/drive_c/users/steamuser/AppData/...flatpak run com.usebottles.bottles, though I haven't tried this specificallyUnfortunately this is just as tedious as it sounds. I hate trying to get Windows software running in Linux (aside from games, those generally work and you can just check protondb for support). Luckily Insta360 Studio was the last remaining software that I still needed a Windows VM, so once I finally figured it out I could retire Windows for good.
Thank you! I gotta figure out how acceleration but otherwise it’s working :) just had to find a runner that worked with it
JFC, 16 steps!
Hey, at least they got it to work! Progress has to start somewhere.