mhwd: gpu: Don't spam warnings if wayland is detected #119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unknown repository"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: CertifiedBlyndGuy
We shouldn't care about xorg configuration files if that compositor isn't even in use. We should just alert the user that wayland support is experimental at the time given that nvidia has yet to support wayland properly
Created by: CertifiedBlyndGuy
Late night :)
Created by: Tids
I dont think we can check just for /usr/share/wayland, because thats part of the wayland package and a dependency of gtk, mesa. So even users who will never use a wayland compositor could see that messag?
I dont thinks its even a wayland related thing. we simply dont ship xorg config files anymore for intel, radeon, amdgpu, nouveau because it's better to do not. So maybe we could just remove this whole part?
Created by: CertifiedBlyndGuy
@Tids Sounds reasonable to me. I'll push a commit here tonight addressing this. mhwd still expects those files to be there for some reason so I'll kill the old code. Thanks for the heads up. I appreciate it
Pull request closed