Activity log for bug #1861925

Date Who What changed Old value New value Message
2020-02-04 20:02:46 Ecker Sandor bug added bug
2020-02-04 20:02:46 Ecker Sandor attachment added sudo fwts https://bugs.launchpad.net/bugs/1861925/+attachment/5325407/+files/results.log
2020-02-04 20:04:15 Ecker Sandor attachment added sudo dmidecode https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1861925/+attachment/5325408/+files/dmidecode
2020-02-04 20:05:26 Ecker Sandor attachment added iasl -e ssdt*.dat -d dsdt.dat https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1861925/+attachment/5325409/+files/dsdt.dsl
2020-02-04 20:07:45 Ecker Sandor description Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is fix... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is fix... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. Thanks, Regards, Sandor
2020-02-04 20:09:39 Ecker Sandor attachment added acpidump https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1861925/+attachment/5325410/+files/acpidump.txt
2020-02-04 20:11:27 Ecker Sandor description Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is fix... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. Thanks, Regards, Sandor Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is fix... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. If you need any more debug files please let me know! Thanks, Regards, Sandor
2020-02-04 20:24:46 Ecker Sandor description Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is fix... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. If you need any more debug files please let me know! Thanks, Regards, Sandor Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is stuck at the value 43500... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. If you need any more debug files please let me know! Thanks, Regards, Sandor
2020-02-05 05:49:29 Ecker Sandor bug watch added https://bugzilla.kernel.org/show_bug.cgi?id=203905
2020-02-05 05:49:29 Ecker Sandor bug watch added https://bugzilla.kernel.org/show_bug.cgi?id=204957
2020-02-06 14:39:25 Ecker Sandor description Hi, I have a acer aspire a315-41 laptop. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is stuck at the value 43500... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. If you need any more debug files please let me know! Thanks, Regards, Sandor Hi, I have a acer aspire a315-41 laptop, it has BIOS 1.15, Ubuntu 19.10, Kernel stock 5.3, and 5.5.0. I have a problem with the Backlight. I can not control. According to: https://wiki.ubuntu.com/Kernel/Debugging/Backlight It is : Backlight control does not work, but there are entries in /sys/class/backlight. The problem is as far I could find: sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat brightness 135 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat actual_brightness 43500 sanya@Aspire-A315-41:/sys/class/backlight/amdgpu_bl0$ cat max_brightness 255 The brightness read from the HW is not in the range, and when I change the brightness by the keys the value in the brightness file changes too, but the actual_brightness is stuck at the value 43500... I have tried all the steps mentioned in https://wiki.ubuntu.com/Kernel/Debugging/Backlight Actually I have tried all these kernel startup parameter variants without luck: GRUB_CMDLINE_LINUX_DEFAULT="" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_native_backlight=1" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=" #GRUB_CMDLINE_LINUX_DEFAULT="video.use_bios_initial_backlight=0" #GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dcfeaturemask=0x4 amdgpu.abmlevel=2" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=video amdgpu.abmlevel=1" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=Linux acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=video" #GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" #GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor" I guess the fwts has found also this as an error: autobrightness: Automated LCD brightness test. -------------------------------------------------------------------------------- Test 1 of 2: Test for maximum and actual brightness. PASSED: Test 1, Maximum brightness for amdgpu_bl0 is 255 which is sane. FAILED [HIGH] BrightnessOutofRange: Test 1, Actual brightness for amdgpu_bl0 not in range 0..255. Test 2 of 2: Change actual brightness. FAILED [MEDIUM] BrightnessMismatch: Test 2, 256 brightness levels did not match the brightnesss level just set for backlight amdgpu_bl0. The failed brightness levels were: 0-255. It would be great if someone could help set the HW brightness back to the normal range. If you need any more debug files please let me know! Thanks, Regards, Sandor
2020-02-13 07:47:11 Kai-Heng Feng affects xserver-xorg-video-amdgpu (Ubuntu) linux (Ubuntu)
2020-02-13 07:47:11 Kai-Heng Feng linux (Ubuntu): status New Incomplete
2020-03-12 19:30:42 Ecker Sandor attachment added fwts-a315-41G https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861925/+attachment/5336271/+files/fwts_results.log
2020-03-12 19:34:59 Ecker Sandor attachment added lspci_vvnn_315_41G.out https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861925/+attachment/5336283/+files/lspci_vvnn_315_41G.out
2020-03-12 19:43:15 Ecker Sandor attachment added lspci_vvnn_a315_41.out https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861925/+attachment/5336287/+files/lspci_vvnn_a315_41.out
2020-08-15 19:53:49 Marton Danko bug task added linux
2020-08-15 19:54:19 Marton Danko affects linux pop-os
2020-09-11 12:19:57 Demyan Yarmoshik bug added subscriber Demyan Yarmoshik
2020-12-18 11:27:13 Bulat bug added subscriber Bulat
2021-01-15 03:06:16 Meng Dong bug added subscriber Meng Dong