-
Notifications
You must be signed in to change notification settings - Fork 108
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
Ghost display on nvidia desktop GPUs #641
Comments
This is To fix this we need to either enable nvidia's experimental fbdev-support (which had a lot of issues prior to 550) by also setting |
Enabling the fbdev support could be good, but I don't know how that is in the current driver. I know it seemed a bit problematic when I tried it in the first driver that added it. It may be improved but is still "experimental" after all. That kernel patch looks reasonable and straightforward, and including a patch Arch has generally seems alright. |
I guess it might also be possible for cosmic-comp to detect this situation in some way and ignore the simpledrm device node? |
Maybe? There could be legitimate simpledrm devices though on an nvidia system. I am not sure how annoying it would be to figure out if they refer to the same device. |
The Arch patch seems to just be defining a It should be simple to filter out the simpledrm node. Though I see parameters like |
For reference, the current fix effort: |
Fixed by pop-os/linux#332 and accompanying iso and distinst changes |
No description provided.
The text was updated successfully, but these errors were encountered: