- Code: Select all
$ lspci -v | grep VGA
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c9) (prog-if 00 [VGA controller])
I also bought a new nvme M2 SSD and installed Mageia 9 with KDE Plasma on it.
It is connected to my Aopen 24CL1Y monitor with the previous HDMI cable. There was no problem with the old motherboard and the same
cable, but now despite this:
- Code: Select all
$ grep DPMS /var/log/Xorg.0.log
[ 10.713] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[ 10.764] (**) AMDGPU(0): DPMS enabled
[ 10.779] (II) Initializing extension DPMS
putting my monitor to standby doesn't work. Or it happens, but at that moment the image comes back. Lightdm
login screen. So the lock is there, but the monitor doesn't stay on standby.
"$ xset dpms force standby" turns off the screen for a moment, but it comes back on even though I don't touch the mouse.
The command "$ sleep 2; xrandr --output HDMI-A-0 --off; read -n1; xrandr --output HDMI-A-0 --auto" also turns off the monitor,
which it also shows by displaying the usual pictogram in the upper left corner. But then the picture comes back, but the command line
doesn't.
As if the program is still running. If I touch the mouse, I get the a prompt back.
If it worked with this cable on my previous machine, I don't blame the cable. There was a twist in the story.
My previous machine had an Nvidia GT710 card, to which I connected two monitors. But since there was only ONE HDMI port
on the card, so I used a dvi-to-hdmi adapter for my primary monitor, which is the current Aopen. And the standby worked mode.
The question arises, why doesn't my monitor stay ready once it's there? UEFI BIOS setting?
I start grub like this:
I disabled eeepc_vmi because it caused problems.GRUB_CMDLINE_LINUX="tsc=nowatchdog"
GRUB_CMDLINE_LINUX_DEFAULT="root=UUID=blabla ro quiet noiswmd noresume pti=auto audit=0"
GRUB_CMDLINE_LINUX_RECOVERY="failsafe modeset xdriver=vesa"
The following firmwares are also available:
- Code: Select all
$ ls /lib/firmware/amdgpu/ | grep renoir
renoir_asd.bin
renoir_ce.bin
renoir_dmcub.bin
renoir_gpu_info.bin
renoir_me.bin
renoir_mec2.bin
renoir_mec.bin
renoir_pfp.bin
renoir_rlc.bin
renoir_sdma.bin
renoir_ta.bin
renoir_vcn.bin
- Code: Select all
$ cat /etc/X11/xorg.conf.d/50-monitor.conf
Section "Monitor"
# HorizSync and VertRefresh source: from Aopen manual - DisplaySize: 527.04 x 296.46
Identifier "Monitor0"
VendorName "Aopen"
ModelName "24CL1Y"
HorizSync 53-83.7
VertRefresh 50-75
DisplaySize 527 296
ModeLine "1920x1080x60.0" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080x50.0" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080x59.9" 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
ModeLine "1600x1200x60.0" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
ModeLine "1280x1024x75.0" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x1024x60.0" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1152x864x75.0" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
ModeLine "1024x768x75.0" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
Option "DPMS" "true"
EndSection
Section "ServerFlags"
Option "StandbyTime" "10"
Option "SuspendTime" "15"
Option "OffTime" "20"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Option "Xinerama" "0"
EndSection
- Code: Select all
$ cat /etc/X11/xorg.conf.d/20-vgaDriver.conf
Section "Device"
Identifier "device0"
VendorName "Advanced Micro Devices, Inc. [AMD/ATI]"
BoardName "ATI Volcanic Islands and later (amdgpu)"
Driver "amdgpu"
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "monitor0"
EndSection