I have ubuntu 22.04 and an nvidia 1050 Ti graphics card to which I have two (3840x2160) monitors connected, one on the HDMI-0 output and the other on the DP-0.
When the energy saving options should be turned off, the two monitors remain black but with backlighting.
If I choose in the "monitor configuration" "Single screen" they turn off completely (I have tried with both monitors).
In "Mirror" and "Join screens" they are not turned off. I want to work on "Join screens"
I have tried with the Xrandr command in a keyboard shortcut:
xrandr --output HDMI-0 --off
sleep 10
xrandr --output DP-0 --off
but, they don't turn off completely either.
Any idea how to get it? Thank you.
I copy here the output of xset -q
that does not fit in comments:
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000002
XKB indicators:
00: Caps Lock: off 01: Num Lock: on 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 500 repeat rate: 33
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 0 cycle: 0
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/Type1,built-ins
DPMS (Energy Star):
Standby: 300 Suspend: 400 Off: 600
DPMS is Enabled
Monitor is On
I will provide more information about my equipment in case it is relevant to the problem:
My motherboard is X670E ROG Crosshair Hero by ASUS (release year 2022) and AMD Ryzen 9 7900 processor (release year 2023)
When ubuntu 22.04 boots, it reports some errors:
ACPI BIOS Error (bug): Could not resolve symbol[\_SB.PCIO.GPP7.UP00.DP40.U
P00.DP68], AE_NOT_FOUND (20221020/dswload2-162)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20221020/psobjet-220)
i2c i2c-0: Failed to register i2c client ITE8853:00 at 0x4e (-16)
hub 12-0:1.0: config failed, hub doesn't have any port! (err -19)
The processor has integrated graphics. I have tried with the integrated graphics disabled and enabled in the UEFI. I have also tried to connect a monitor to the graphics output of the motherboard and another to the graphics card. With all these tests I can't get that if there are two monitors connected they turn off to save energy.
If there is only one monitor connected it works as expected.