https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #16 from pablo <pa...@blueoakdb.com> ---
Created attachment 158472
  --> https://bugs.kde.org/attachment.cgi?id=158472&action=edit
Mucho better!

Hi Noah,

Thank you so much for your help!  I've figured it out.  It's my Nvidia Optimus
setting.  When I force `spectacle` to run on my Nvidia card, it's all good -
see the attached blurry picture.

Here's a shell script that I cobbled together to run applications on my dGPU:

::: run_on_nvidia :::
#!/bin/bash

#
# Run GPU intensive applications via our Nvidia card
#
export __NV_PRIME_RENDER_OFFLOAD=1
export __VK_LAYER_NV_optimus="NVIDIA_only"
export __NV_PRIME_RENDER_OFFLOAD_PROVIDER="NVIDIA-G0"
export __GLX_VENDOR_LIBRARY_NAME="nvidia"

exec "$@"

# Never reached
exit 0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to