| hp z440 hp z840 before < > after |
![]() |
| I hate cables |
configuraciones entre palmeras
shell
#!/bin/bash
cd /home/steve/sasp-314
. venv/bin/activate
export QT_OPENGL=desktop
#QT_QPA_PLATFORM=xcb (if you want the old x server)
export QT_QPA_PLATFORM=wayland
python setiastrosuitepro.py
Kubuntu 26.04 running siril.
remove whatever is at:
~/.local/share/siril
open a terminal there. Then it's simply:
![]() |
| choose your poison |
pip3 install torch torchvision
Launch siril now, and we get hw accellerateion:
02:06:46: Testing CUDAExecutionProvider...02:06:46: OK: CUDAExecutionProvider ran successfully02:06:46: Testing CPUExecutionProvider...02:06:46: OK: CPUExecutionProvider ran successfully02:06:46: === Summary ===02:06:46: OK: Working providers (in priority order):02:06:46: - CUDAExecutionProvider02:06:46: - CPUExecutionProvider02:06:46: → Best available provider: CUDAExecutionProvider02:06:46: Cached execution providers to /home/steve/.config/siril/siril_onnx.conf02:06:48: Using inference providers: ['CUDAExecutionProvider', 'CPUExecutionProvider']02:07:03: Finished denoisingsudo apt purge 'nvidia-*' 'libnvidia-*'
sudo apt autoremove --purge
Reboot afterward so the Nouveau driver is loaded again.
Shutdown, remove the power cable and hold the on button for a few seconds before removing and replacing hardware.
Then it's:
sudo ubuntu-drivers install
That's it.