我总是在引导时收到这个错误。有什么重要的事情吗?如果是的话,怎么解决呢?我知道这和我的AMD GPU有关。下面是我的设置:
下面是上一次引导时的内核日志:
Mar 16 09:24:57 manjaro systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Subject: A start job for unit systemd-backlight@backlight:acpi_video0.service has begun execution
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit systemd-backlight@backlight:acpi_video0.service has begun execution.
The job identifier is 1270.
Mar 16 09:24:57 manjaro systemd-backlight[875]: Failed to get backlight or LED device 'backlight:acpi_video0': No such device
Mar 16 09:24:57 manjaro systemd[1]: systemd-backlight@backlight:acpi_video0.service: Main process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
An ExecStart= process belonging to unit systemd-backlight@backlight:acpi_video0.service has exited.
The process' exit code is 'exited' and its exit status is 1.
Mar 16 09:24:57 manjaro systemd[1]: systemd-backlight@backlight:acpi_video0.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
The unit systemd-backlight@backlight:acpi_video0.service has entered the 'failed' state with result 'exit-code'.
Mar 16 09:24:57 manjaro systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Subject: A start job for unit systemd-backlight@backlight:acpi_video0.service has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit systemd-backlight@backlight:acpi_video0.service has finished with a failure.
The job identifier is 1270 and the job result is failed.
Mar 16 09:24:57 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Mar 16 09:24:57 manjaro kernel: audit: type=1130 audit(1615879497.236:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Mar 16 09:24:57 manjaro systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video1...
Subject: A start job for unit systemd-backlight@backlight:acpi_video1.service has begun execution
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit systemd-backlight@backlight:acpi_video1.service has begun execution.
The job identifier is 1276.
Mar 16 09:24:57 manjaro systemd-backlight[876]: Failed to get backlight or LED device 'backlight:acpi_video1': No such device
Mar 16 09:24:57 manjaro systemd[1]: systemd-backlight@backlight:acpi_video1.service: Main process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
An ExecStart= process belonging to unit systemd-backlight@backlight:acpi_video1.service has exited.
The process' exit code is 'exited' and its exit status is 1.
Mar 16 09:24:57 manjaro systemd[1]: systemd-backlight@backlight:acpi_video1.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
The unit systemd-backlight@backlight:acpi_video1.service has entered the 'failed' state with result 'exit-code'.
Mar 16 09:24:57 manjaro systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video1.
Subject: A start job for unit systemd-backlight@backlight:acpi_video1.service has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit systemd-backlight@backlight:acpi_video1.service has finished with a failure.
The job identifier is 1276 and the job result is failed.
Mar 16 09:24:57 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Mar 16 09:24:57 manjaro kernel: audit: type=1130 audit(1615879497.263:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Mar 16 09:24:57 manjaro ModemManager[412]: [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0': not supported by any plugin发布于 2021-11-21 11:48:23
/etc/default/grub并将以下参数添加到GRUB_CMDLINE_LINUX:中
$ sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=vendor"update-grub。https://unix.stackexchange.com/questions/639542
复制相似问题