summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver
AgeCommit message (Collapse)AuthorFilesLines
11 daysRe-implement gt750 role to just increase performance of nouveau driverAhmed Abdelhalim1-2/+2
Co-Authored-By: Claude.ai
11 daysRemove the gt750m role after multiple attempts of fixing itAhmed Abdelhalim1-2/+2
Since this role has never worked properly, this state with updating the resolution and keeping the nouveau driver working with acceptable performance on external monitors
2026-07-10Fix nvidia driver on macAhmed Abdelhalim1-2/+2
Co-authored-By: Claude.ai
2026-04-25Disable the Mac nvidia GT750MAhmed Abdelhalim1-2/+2
The driver is correct, but the mac doesn't allow it to be used alone, causing higher CPU usage, plus a lot of games fail to work on the mac
2026-04-23Support intel graphics drivers on debianAhmed Abdelhalim1-1/+1
2026-04-07Add nvidia gtm 750M for the macAhmed Abdelhalim2-1/+3
2026-03-04Remove duplicate fields from argument_specs filesAhmed Abdelhalim1-1/+0
2026-03-02Fix intel VGA card nameAhmed Abdelhalim1-1/+1
2026-03-01Refactor graphics driver rolesAhmed Abdelhalim4-0/+38
Now with the gpu_driver, the installing of the correct driver is delegated to this role, which orchestrate the installing of one or more drivers. This refactoring of the role/testing, means that the roles don't run on testing (intentionally), if a driver needs to be tested it will be added but for now it's not really all that beneficial to keep this 30+ minutes testing roles running just to test the packages existence. It also simplifies the roles, and added as a dependency for steam which is the main reason why these are needed to be installed (also better hyprland animations, but that's not as crucial as steam failing without the drivers).