我读过这个问题 -Ubuntu 18.04 上的亮度问题这是我的设置 -
Linux gansub-OptiPlex-7050 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
这是我的显卡 -
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:126 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffff
从昨天开始,我的电脑就出现了屏幕闪烁、屏幕变暗和偶尔无法启动的问题。我做了诊断检查,所有测试都成功了。通常的情况是屏幕开始闪烁,然后变暗,然后死机。当我尝试重新启动时,它会卡住。我试过了
ubuntu-drivers autoinstall
但问题仍然存在。由于本网站提供的答案可能有很多方法,我想知道我应该采用哪种方法。
编辑
我对 /etc/default/grub 进行了以下更改,但它仍然闪烁。
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX=""
根据此问答 -Ubuntu 18.04 屏幕频闪这是 xrandr 的输出
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-2 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 432mm x 236mm
1600x900 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
HDMI-3 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
所以我不确定是否应该改变刷新率来停止闪烁。