-
Notifications
You must be signed in to change notification settings - Fork 28
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
nvidia additions #91
nvidia additions #91
Conversation
Yep, that's @ventureoo 😄 |
Why not adding NVreg_EnablePCIeGen3=1 ? even though if it's not compatible it should do fallback |
This is not required on desktop cards. The default PCIe Gen 2 mode of operation is only for Quadro, Tesla, and NVS Kepler, which is not a common case. See: #3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said before, please do not split the use of each option into separate lines.
It's much more readable to have in each separated. And they work the same way. Your common practice here seems just because someone else did like that first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since powermizer is dead , maybe remove it?
We may want to remove this when we stop supporting older driver versions like 390xx. |
Maybe this would be another to have as optional. https://www.reddit.com/r/cachyos/comments/1dw2c73/fix_found_for_nvidia_gpu_fails_to_power_off/ |
Added |
It was enabled by default in the 555 driver. |
|
|
Good choice if it doesn't support 10bit it will fallback to 8bit :) |
We will not need anymore to enable fbdev and modeset you can make it optimally to disable it. |
We've already patched this into the driver for a long time already. Furthermore, we have our own packages for NVIDIA and do not depend on Arch. |
We still need it here for older driver versions such as 470.xx |
This is not moving forward, if you decided to add, just merge, after. |
I just re-added in a small PR with additionals.
https://discuss.cachyos.org/t/random-white-box-flickering/3254/2
https://discuss.cachyos.org/t/resizable-bar-stay-disabled/3154