> > Hmm. Running Debian 11 here, I have enblend 4.2, and it uses every > > core on my i9 CPU. Under Preferences > Stitching (2), Hugin has Number > > of threads set to 0, for automatic detection. > > > > Using Hugin Version: Pre-Release 2021.1.0.33b93e37f209. > > > > The only point where Hugin uses a GPU is when remapping images. That's > > controlled under Preferences > Programs > Nona, Use GPU for remapping. > > > > My laptop has both Intel Intel and Nvidia graphics. Apparently that's > > controlled through the update-glx setting, but I haven't tried > > switching to the Nvidia to see if it's any faster. > > Well, I did some testing, and it looks like no matter what I set the GLX > provider for, Hugin still uses only the UHD630. Oh, well!
Depending whether you are using the nouveau or the proprietary drivers try setting DRI_PRIME=1 or use prime-select. $ DRI_PRIME=0 nona -g -o test.tif test.pto nona: using graphics card: Intel Mesa Intel(R) HD Graphics 2000 (SNB GT1) $ DRI_PRIME=1 nona -g -o test.tif test.pto nona: using graphics card: nouveau NVC1 Cheers -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/4470298.LvFx2qVVIh%40chaos-home.
