We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's already a profile for 15ARH05H model, and it seems to work fine so far with my 15ARH05. https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/legion-series/legion-5-15arh05/
15ARH05
Possibly could be almost 1:1 copy, the only issue I noticed is a different AMD GPU bus id, which is PCI:5:0:0 instead of PCI:6:0:0:
PCI:5:0:0
PCI:6:0:0
lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] (rev a1) 05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [Radeon Vega Series / Radeon Vega Mobile Series] (rev c7)
Edit: currently testing my setup at https://github.com/SoSeDiK/nixos-hardware/tree/lenovo-legion-15arh05, will open a PR later at some point.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's already a profile for 15ARH05H model, and it seems to work fine so far with my
15ARH05
.https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/legion-series/legion-5-15arh05/
Possibly could be almost 1:1 copy, the only issue I noticed is a different AMD GPU bus id, which is
PCI:5:0:0
instead ofPCI:6:0:0
:lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] (rev a1) 05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [Radeon Vega Series / Radeon Vega Mobile Series] (rev c7)
Edit: currently testing my setup at https://github.com/SoSeDiK/nixos-hardware/tree/lenovo-legion-15arh05, will open a PR later at some point.
The text was updated successfully, but these errors were encountered: