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

nvidia-smi check despite manual version input #876

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

DTJW92
Copy link

@DTJW92 DTJW92 commented Dec 14, 2024

Purpose of proposed changes

nvidia-smi is still being called when -d is being used. -d should allow skipping nvidia-smi since you're manually telling the patcher which driver version is being used. If a manual version is submitted, then nvidia-smi check should be skipped.

Essential steps taken

All I did was move manual version check ahead of nvidia-smi check, and skipped the nvidia-smi check if the manual version was submitted.

For context; my Linux system is Batocera, by it's nature it's very minimal and as such nvidia-smi is not included (despite updated drivers).

@DTJW92
Copy link
Author

DTJW92 commented Dec 14, 2024

Check the newest commit, be27a30. Really quite a simple fix.

@DTJW92
Copy link
Author

DTJW92 commented Dec 14, 2024

Also updated patch-fbc.sh the same, commit b7dba04

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.

1 participant