-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
Raspberry Pi 4B secondary monitor not working #125714
Comments
Maybe this can help you #63720 (comment) |
Thanks for the tip! After searching, I came up with this configuration: boot.loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
raspberryPi = {
enable = true;
uboot.enable = true;
version = 4;
firmwareConfig = ''
max_framebuffers=2
'';
};
};
It did not work. This worked:
Is there a way to make the declarative config work? |
I marked this as stale due to inactivity. → More info |
Hello @carlosneves0 👋 It seems to me like your issue is solved. If so, would you be able to close this issue? (I'm going through issues marked as stale to see what can be resolved. If this issue still exists then don't mind me) |
I can't validate whether it has been solved for good as I went with alpine for the raspberry-pi. If I come back to try nixos again I'll check, and if I find any issues I'll come back here. Let's close this issue. |
Issue description
xserver + dmesg + udev -> no one logs anything as I plug/unplug the secondary HDMI cable; but the secondary monitor shows some gradient image.
Technical details
"aarch64-linux"
Linux 5.10.17, NixOS, 21.11pre292520.540dccb2aea (Porcupine)
yes
yes
nix-env (Nix) 2.3.11
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: