Debian 11: Asus VivoBook에서 밝기가 작동하지 않습니다.

Debian 11: Asus VivoBook에서 밝기가 작동하지 않습니다.

비슷한 주제가 많이 있는 것으로 알고 있습니다. 그러나 grub 파일의 커널 매개 변수 변경, 사용 xbacklight등 의 다른 모든 솔루션을 시도했습니다 . 그러나 아직 성공하지 못했습니다. 나는 다른 것을 놓치고 있다고 확신하지만 그것을 알아낼 수는 없습니다.

나는 그것을 사용하고 있다데비안 11그리고XFCE데스크탑. 화면 밝기 감소 및 증가를 누르면 팝업 메뉴가 나타나는데 fn+(f4/f5)기능이 작동하지 않고 밝기가 최대로 유지됩니다.

동시에 도움말을 통해 밝기를 제어할 수 있지만 xrandr, 제가 아는 한 xrandr밝기는 실제 하드웨어 계층이 아닌 소프트웨어 매개변수를 변경하여 제어됩니다. Nvidia 드라이버(포함)를 설치했습니다.무료/비무료관련 패키지).

다음은 유용할 수 있는 몇 가지 명령 출력입니다.

# ls /sys/class/backlight/
intel_backlight
# nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.182.03   Driver Version: 470.182.03   CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:02:00.0 Off |                  N/A |
| N/A   51C    P0    N/A /  N/A |      0MiB /  2002MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+
# /etc/default/grub:

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="acpi_backlight=native" # I've tried other parameters, but none of them works
...
# lspci -nn | egrep -i "3d|display|vga":

0000:00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01)
0000:02:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce MX350] [10de:1c94] (rev a1)

관련 정보