-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
ati-drivers: Restore opengl & direct rendering #12508
Conversation
- Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes #11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too.
By analyzing the blame information on this pull request, we identified @MarcWeber, @nathanielbaxter and @offlinehacker to be potential reviewers |
Given that reportedly it doesn't work at all now and the patch looks good to me, I'll merge this in a few days if nobody would object. |
@abbradar I just applied this patch locally and it seems to be working well, thank you! |
I probably forgot to mention that the patch also fixes a bug with sddm (related to qt 5 opengl) where you get a white screen due to opengl not functioning. And the up shot of it is that with this patch; users of ati-drivers should now be able to pull Plasma 5 into their environment, set sddm as the default dm and migrate to Plasma Workspaces 5 if they so choose. |
ati-drivers: Restore opengl & direct rendering
Yay! Thanks! |
No problem, thank you for your work ^_^ |
Do I understand correctly that |
@abbradar Yes. That is correct. |
Pull request #12508. Fixes ATI unfree drivers; I cannot test this myself, but reportedly they don't work at all now (#11817), so this can't make things worse. - Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes #11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too. (cherry picked from commit 722c616)
Cherry-picked to 15.09 at a736968 |
Looking forward to giving this a try, sorry I haven't been able to test anything for a few days! Fingers crossed it still works :) |
Pull request NixOS#12508. Fixes ATI unfree drivers; I cannot test this myself, but reportedly they don't work at all now (NixOS#11817), so this can't make things worse. - Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes NixOS#11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too. (cherry picked from commit 722c616)
This pull request fixes #11740,#11817 and I recommend that it be considered
as a hotfix for the stable channel due to the fact that opengl
and direct rendering are broken there too.