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

[Bug]: No GPU Found, when using Arc A380 (Or Any Arc i would imagine) #39

Closed
karbowiak opened this issue May 18, 2023 · 2 comments
Closed
Labels
type:bug Something isn't working type:enhancement New feature or request for feature enhancement

Comments

@karbowiak
Copy link
Contributor

Describe the Bug

The bug is that no Intel GPU is found at startup, when not running an Intel CPU - and having an Arc GPU (in this case A380)

A possible fix could be here https://github.com/Steam-Headless/docker-steam-headless/blob/master/overlay/etc/cont-init.d/60-configure_gpu_driver.sh#L20

Instead of lscpu | grep 'Model name:' | grep -i intel | cut -d':' -f2 | xargs

Use something like..

lspci | grep -i "VGA compatible controller: Intel" | cut -d':' -f3 | xargs

Should yield:
Intel Corporation DG2 [Arc A380] (rev 05) from 2f:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A380] (rev 05)

Steps to Reproduce

  1. Have an Arc GPU (A380, A750, A770..)

Expected Behavior

Working similarly to nVidia / AMD

Screenshots

image

Relevant Settings

No response

Version

Build: [2023-05-13 02:41:17] [master] [9b96258]

Platform

UnRAID 6.12.0-rc5

Relevant log output

none
@karbowiak karbowiak added status:awaiting-triage type:bug Something isn't working labels May 18, 2023
@Josh5 Josh5 added type:enhancement New feature or request for feature enhancement and removed status:awaiting-triage labels May 22, 2023
@Josh5
Copy link
Collaborator

Josh5 commented May 22, 2023

Yup! That is a good fix. Could you submit a PR for that?

@karbowiak
Copy link
Contributor Author

@Josh5 there you go - should do the job, it might end up trying to install the intel drivers twice, but the 2nd time it should just go "hey, that's already installed" and move on. 😄

Josh5 added a commit that referenced this issue May 24, 2023
@Josh5 Josh5 closed this as completed May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working type:enhancement New feature or request for feature enhancement
Projects
None yet
Development

No branches or pull requests

2 participants