-
-
Notifications
You must be signed in to change notification settings - Fork 640
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
fix vulkan on Gaze18 #1182
base: master
Are you sure you want to change the base?
fix vulkan on Gaze18 #1182
Conversation
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify dequeue |
✅ The pull request has been removed from the queue
|
@@ -6,7 +6,7 @@ | |||
../../common/gpu/nvidia/ampere | |||
]; | |||
|
|||
boot.initrd.kernelModules = [ "nvidia" ]; | |||
boot.initrd.kernelModules = [ "nvidia" "i915" "nvidia_modeset" "nvidia_drm" ]; |
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.
Could you add a comment here, how this fixes vulkan support? We had recently a discussion that about whether we should have nvidia in the initrd because it adds to the initrd size. So maybe it would be better if it would be made explicit here, that for this profile it's actually needed.
Please undraft when you think this is ready. |
Description of changes
Finally managed to get vulkan to work on the Gaze18
Things done
changed the boot.initrd.kernelModules
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake input