CachyOS / chwd

Hardware Detection and Configuration for CachyOS
https://cachyos.org
GNU General Public License v3.0
7 stars 7 forks source link

profiles/graphic_drivers: Make a determination of PRIME profile usage… #126

Closed ventureoo closed 3 months ago

ventureoo commented 3 months ago

… based on the device name

All (hopefully) NVIDIA mobile card device names contain the suffix M, which is the always last character before the expanded device nam, so that way we can determine whether or not there is a dGPU without looking at the class ID. Shouldn't cause the regressions that https://github.com/CachyOS/chwd/commit/cf2e74a4a4d28eb3484dad1b99a460ee8150070e had.