Hello,
I'm facing issues turning screen off when idle in a 11.1 fresh install which I use as a dev home server. I've read lots of posts on this topic but I can't get it to work. This fbsd box is attached to a monitor which I use for 2 PC (1 monitor - 2 pc one using the DVI port and fbsd using HDMI port). The problem is that when my main pc (win) turns off the monitor, it switch to the HDMI input (bsd) which apparently is always on.
I only use it with shell, there is no X.
I already have green_saver module loaded in rc.conf with
and it appears in kldstat.
I also already tried, following some replies in other topic, adding kern.vty="sc" in loader.conf (with it I can't even follow the boot process, screen apparently freezes after some lines but boot is done correctly, I can use it via ssh normally) or loading video acpi. However I can't get it to work and nothing wrong is in the logs. I would like to avoid the monitor switching input so it actually power off when the windows box goes standby.
Any suggestions?
I'm facing issues turning screen off when idle in a 11.1 fresh install which I use as a dev home server. I've read lots of posts on this topic but I can't get it to work. This fbsd box is attached to a monitor which I use for 2 PC (1 monitor - 2 pc one using the DVI port and fbsd using HDMI port). The problem is that when my main pc (win) turns off the monitor, it switch to the HDMI input (bsd) which apparently is always on.
I only use it with shell, there is no X.
I already have green_saver module loaded in rc.conf with
Code:
screensave_load="YES"
screensave_name="green_saver"
blanktime="120"
I also already tried, following some replies in other topic, adding kern.vty="sc" in loader.conf (with it I can't even follow the boot process, screen apparently freezes after some lines but boot is done correctly, I can use it via ssh normally) or loading video acpi. However I can't get it to work and nothing wrong is in the logs. I would like to avoid the monitor switching input so it actually power off when the windows box goes standby.
Any suggestions?