Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ranger#2859 Image Preview With Sixel Method Makes Ranger Freeze #2899

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deonspengler
Copy link

ISSUE TYPE

  • Bug fix

RUNTIME ENVIRONMENT

  • Python version: 3.11.5
  • ranger version: ranger-master
  • Arch Linux:
  • foot and xterm:
  • Locale: en_US.UTF-8

CHECKLIST

  • The CONTRIBUTING document has been read [REQUIRED]
  • All changes follow the code style [REQUIRED]
  • All new and existing tests pass [REQUIRED]

DESCRIPTION

Set MAGICK_OCL_DEVICE to false when NVIDIA card is detected.

MOTIVATION AND CONTEXT

The imagemagick opencl documents states that NVIDIA support is not enabled at the moment.
When the magick command is called with MAGICK_OCL_DEVICE set to true on a NVIDIA GPU the command will freeze

This commit fixes the following issue #2859

TESTING

These changes has no affect on other areas of the codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant