Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cs-info: Better parsing of the graphics card lspci output
- Some cards show up as "3D controller", not just "VGA compatible controller". - Don't split according to semicolumn, it's prone to errors. Instead split using the already matched prefix (VGA compatible controller or 3D controller). Fixes #12240 Fixes linuxmint/mint22-beta#7
- Loading branch information