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:
JFC, 16 steps!
Hey, at least they got it to work! Progress has to start somewhere.