Need help blanking/sleeping host display

JackSpidy

Member
Apr 14, 2023
7
0
6
If it helps, I have an RTX 3080 and RTX 2070 in the system as the only GPUs and display outputs, but I have an OLED display connected to the host machine (my "main" PC) mostly for GPU passthrough, but when not doing that, I can't seem to get the console to blank and allow the display to sleep. I've added "consoleblank=120" and tried using the "setterm -blank" command to no success, though if I add "-force" to the setterm command, it does seem to stop any input, but the display doesn't blank; the console remains. Is this just NVIDIA weirdness, or am I doing something wrong?
 
Hi,

The consoleblank kernel parameter and setterm work on the virtual terminal framebuffer. With NVIDIA's proprietary driver, the driver essentially takes over the display output and bypasses the kernel's VT/framebuffer blanking entirely. The nouveau open-source driver doesn't have this problem because it properly integrates with the kernel framebuffer subsystem. NVIDIA's blob does not.
 
Hi,

The consoleblank kernel parameter and setterm work on the virtual terminal framebuffer. With NVIDIA's proprietary driver, the driver essentially takes over the display output and bypasses the kernel's VT/framebuffer blanking entirely. The nouveau open-source driver doesn't have this problem because it properly integrates with the kernel framebuffer subsystem. NVIDIA's blob does not.
So, I only use the NVIDIA GPUs for passthrough to guests. Could I remove the NVIDIA proprietary driver and just have Nouveau take over on the host? I didn't think the proprietary driver came installed by default on Proxmox.
 
Try removing nvidia driver first to confirm if this is the issue.
Tried uninstalling the nvidia driver the ways I remember from Debian and it didn't find any packages to remove aside from pve-nvidia-vgpu-helper, which I did remove, still doesn't seem to be blanking the display, if it means anything too, I also have both nouveau and nvidia* blacklisted for passthrough as per the wiki.
 
What's this look like?
Bash:
lspci -vnnk | awk '/VGA/{print $0}' RS=