我的 ubuntu (20.10) 不再通过 hdmi 检测到我的第二台显示器。就在两天前,它运作良好。拥有配备第 8 代 i7 和英特尔显卡的 HP Probook。
有什么建议吗?谢谢!
我的 ubuntu (20.10) 不再通过 hdmi 检测到我的第二台显示器。就在两天前,它运作良好。拥有配备第 8 代 i7 和英特尔显卡的 HP Probook。
有什么建议吗?谢谢!
所以这里是与我的问题相关的事情:
$ grep -v '^#' /etc/systemd/logind.conf
[Login]
HandleLidSwitch=suspend
HandleLidSwitchExternalPower=suspend
HandleLidSwitchDocked=ignore
$ sudo journalctl -b -u systemd-logind
我可以在上面一行输出的最后两行看到这些
systemd-logind[917]: Lid closed.
systemd-logind[917]: Lid opened.
$ systemd-inhibit --list --mode=block
WHO UID USER PID COMM WHAT >
alk 1000 alk 1592 gsd-power handle-lid-switch >
alk 1000 alk 1590 gsd-media-keys handle-power-key:handle-suspend-key:hand>
所以在输出WHO
和USER
列上不是gdm
(它在我链接的帖子中)。这就是为什么我不想在不确定的情况下创建杀死脚本的原因。
我应该怎么办?
我在 2012 年中期的 macbook pro 上双启动 ubuntu 20.04 桌面。我想在盖子关闭的情况下将它作为无头服务器运行。为了尝试这样做,我将 systemctl 默认设置为多用户,禁用 gdm,并将 grub 设置为引导到单用户模式。当我插入外接显示器时一切正常(约 2% CPU),但一旦我拔下外接显示器 cpu 使用率峰值(约 40%),并且 systemd_logind 开始运行据报道使用约 80% cpu。当我将外部显示器重新插入 systemd_logind 时,系统会停止使用一堆 cpu,并且系统会回到大约 2% 的 cpu。
任何建议将不胜感激。
PS:我最初尝试安装ubuntu服务器,但它不允许我按照我需要双启动的方式进行分区,所以我不得不使用桌面安装。
显然我是一个菜鸟 ubuntu 用户,所以请原谅我可能犯的任何严重错误或我可能没有的所需知识:D
我有一台Dell XPS13
运行最近安装的笔记本电脑Ubuntu 20.04 focal
,我想通过Nvidia GTX 1660 SUPER
eGPU改善视频体验,Razor Core X
理想情况下使用外部显示器上的输出。
除了外部显示器上的黑屏外,我从未成功获得任何东西。
我在 BIOS 中启用了 Thunderbolt 支持,并将其设置为不需要安全性,因此我一插入它就会被识别。我已经安装了列出的驱动程序ubuntu-driver devices
,主要是 nvidia-driver 的 440 版本:
ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:01.0/0000:06:00.0/0000:07:01.0/0000:08:00.0 ==
modalias : pci:v000010DEd000021C4sv00001462sd0000C758bc03sc00i00
vendor : NVIDIA Corporation
model : TU116 [GeForce GTX 1660 SUPER]
manual_install: True
driver : nvidia-driver-440 - distro non-free recommended
driver : nvidia-driver-440-server - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
尽管我正确输入了密码,但我已经运行sudo ubuntu-driver autoinstall
并且登录屏幕不断出现。reboot
如果我拔下 eGPU,我可以通过登录屏幕。
如果我重新连接并运行,nvidia-smi
我会得到:
sudo nvidia-smi
[sudo] password for andrei:
Tue Sep 8 17:55:42 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.100 Driver Version: 440.100 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 166... Off | 00000000:3C:00.0 Off | N/A |
| 0% 40C P0 12W / 130W | 0MiB / 5944MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
/etc/X11/xorg.conf
/usr/lib/modprobe.d/nvidia-graphics-drivers.conf
看起来像这样:blacklist nouveau
blacklist lbm-nouveau
alias nouveau off
alias lbm-nouveau off
我也跑步nvidia-settings
,我得到了这个:
ERROR: Unable to load info from any available system
(nvidia-settings:4382): GLib-GObject-CRITICAL **: 18:09:30.505: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 18:09:30.507: PRIME: Requires offloading
** Message: 18:09:30.507: PRIME: is it supported? yes
** Message: 18:09:30.534: PRIME: Usage: /usr/bin/prime-select nvidia|intel|on-demand|query
** Message: 18:09:30.534: PRIME: on-demand mode: "1"
** Message: 18:09:30.534: PRIME: is "on-demand" mode supported? yes
外接显示器上没有输出。
我还添加了尝试使用 ubuntu 图形驱动程序库sudo apt-add-repository ppa:graphics-drivers/ppa
并使用新推荐的驱动程序重复了上面介绍的过程,nvidia-driver-450
但结果相似,主要是无法登录或闪烁的登录屏幕,遗憾的是没有通过外部视频卡输出。
我也尝试过使用egpu-switcher
“nvidia-config which , I guess mainly tried to create/modify the
/etc/X11/xorg.conf”,但是我的外部显示器上从来没有输出(这是功能性的:),因为当同一根电缆直接连接到我的笔记本电脑时可以工作)。
如果有人可以提出一些建议,以对我和所有提到的硬件和软件来说,以一种幸福的方式结束这种痛苦,我们将不胜感激:)
运行nvidia-settings
正在记录这个:
ERROR: Unable to load info from any available system
(nvidia-settings:20812): GLib-GObject-CRITICAL **: 01:58:56.002: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 01:58:56.005: PRIME: Requires offloading
** Message: 01:58:56.005: PRIME: is it supported? yes
** Message: 01:58:56.039: PRIME: Usage: /usr/bin/prime-select nvidia|intel|on-demand|query
** Message: 01:58:56.039: PRIME: on-demand mode: "1"
** Message: 01:58:56.039: PRIME: is "on-demand" mode supported? yes
我有一台运行 Ubuntu 18.04 的笔记本电脑。一开始,我只使用笔记本电脑屏幕。然后,我尝试通过 HDMI 连接外接显示器。起初,系统无法检测到外接显示器。我做了一些研究并更新了我的 GPU 驱动程序。最近,第二台显示器工作正常,但笔记本电脑屏幕是空白的。而且,我在显示页面上看不到笔记本电脑的屏幕。不幸的是,我不能再单独使用笔记本电脑屏幕了。我必须始终通过 HDMI 连接到外接显示器。你认为问题是什么?
如果需要,系统中有一个 i7-8750H 和一个 GTX1060。
这是附加驱动程序页面的屏幕截图: 附加驱动程序
这是显示页面的屏幕截图: 显示
编辑:我将 GPU 驱动程序切换为nouveau 驱动程序。现在我可以使用笔记本电脑屏幕,系统可以检测到外接显示器,但不能正常检测。这是显示页面的屏幕截图:在nouveau驱动程序之后显示
编辑2:我发现了一些新东西。
如果我通过调用 停用外部 GPU sudo prime-select intel
,外部屏幕会变黑,而我只有笔记本电脑屏幕。之后,我只能在“显示器”页面中看到“内置显示器”设置。
激活外部 GPU 后也会发生同样的情况。我打电话sudo prime-select nvidia
,然后笔记本电脑屏幕冻结,上面有一个空白屏幕。它的右下角也有光标。但是,我无法切换到它。
我有一台运行 Ubuntu 20.04 和 GNOME 3.36.2 的现代笔记本电脑(Lenovo X1 Carbon 7th Gen,Intel® Core™ i7-8665U CPU @ 1.90GHz × 8,Mesa Intel® UHD Graphics 620 (WHL GT2),16 GB RAM),在双显示器设置中。笔记本电脑的内部屏幕为 2560x1440。
到目前为止,我一直在使用较旧的外部DELL U3417W 显示器,它通过 HDMI 以 3440x1440 @ 50Hz 运行,在联合显示器配置中没有问题(总像素分别为 2560x1440 + 3440x1440 = 8.6M @ 60Hz 和 50Hz)。
昨天,我把 DELL 显示器换成了 4K 显示器,ViewSonic VP3268-4K。使用提供的 HDMI 电缆,我只能在 3840x2160 下获得 30Hz,而且一切都很慢。不仅仅是滚动文本页面,甚至在 Chromium 的单行输入字段中输入“aaaaaaaaaaaaaa ”。50Hz 显示屏并非如此。
新显示器的分辨率并不疯狂,仅比上一款高出 67%。我没有看到任何额外的 CPU 消耗。我禁用了笔记本电脑的内部屏幕,仅将显示器保持在单显示器配置中。还是30Hz,总像素为3840x2160,也就是8.3M,比内屏+DELL组合少。
有没有办法启用/强制至少 50Hz?我尝试将速率强制为 60,但这只是导致 Ubuntu 将显示器视为新显示器(缩放 200%,主要是笔记本电脑),并且刷新率再次变为 30。
我怎么知道这是否是一个限制,
xrandr
每一个都跑过去。禁用 HDR10,电影模式。尝试查看模式 -> 游戏 -> FPS1、FPS2;等等 30 Hz 是 3840x2160 的最大值。xrandr 输出:
Screen 0: minimum 320 x 200, current 6400 x 2616, maximum 16384 x 16384
eDP-1 connected 2560x1440+0+1176 (normal left inverted right x axis y axis) 309mm x 174mm
2560x1440 60.00*+ 59.99 59.99 59.96 59.95
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
...
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 3840x2160+2560+0 (normal left inverted right x axis y axis) 697mm x 392mm
3840x2160 30.00* 25.00 24.00 29.97 23.98 29.98
1920x2160 59.99
3840x1080 59.97
1920x1200 59.95
1920x1080 60.00 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1440x576 50.00
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
720x240 60.12 60.05
DP-2 disconnected (normal left inverted right x axis y axis)
来自~/.config/monitors.xml
:
<configuration>
<logicalmonitor>
<x>2560</x>
<y>0</y>
<scale>1</scale>
<primary>yes</primary>
<monitor>
<monitorspec>
<connector>HDMI-1</connector>
<vendor>VSC</vendor>
<product>VP3268-4K</product>
</monitorspec>
<mode>
<width>3840</width>
<height>2160</height>
<rate>30</rate>
</mode>
</monitor>
</logicalmonitor>
<logicalmonitor>
<x>0</x>
<y>1176</y>
<scale>1</scale>
<monitor>
<monitorspec>
<connector>eDP-1</connector>
<vendor>LGD</vendor>
<product>0x05ee</product>
</monitorspec>
<mode>
<width>2560</width>
<height>1440</height>
<rate>59.997714996337891</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
DELL 的条目是
<monitor>
<monitorspec>
<connector>HDMI-1</connector>
<vendor>DEL</vendor>
<product>DELL U3417W</product>
</monitorspec>
<mode>
<width>3440</width>
<height>1440</height>
<rate>49.986808776855469</rate>
</mode>
</monitor>
我有一台戴尔 Latitude 7400,它集成了英特尔 UHD 620 显卡和双启动 Windows 10 和 Ubuntu 18.04.4 LTS。当只是从我的闪存驱动器上实时运行 Ubuntu 时,我的第二个屏幕会定期检测到。但是,当使用已安装的版本时,不会检测到第二个屏幕(而在 Windows 中显然是)。不幸的是,我在网上找到的大多数解决方案都使用我无法使用的 Nvidia 驱动程序。你知道我可以尝试什么吗?请让我知道我应该向您提供哪种信息以试图找出问题所在。谢谢你。
我从 System76 在我的 Oryx Pro (oryp5) 上安装了 Ubuntu 20.04。我有一台通过 USB-C 连接的戴尔 P2715Q 显示器。当笔记本电脑进入睡眠状态时,显示器不会唤醒!我目前唯一的解决方案是拔下笔记本电脑上的 USB-C 电缆并重新插入。有没有更好的办法?
当显示器第一次变黑时,我可以将其唤醒。但是当我离开它至少 20-30 分钟时,它根本不会醒来。
我尝试在这里阅读早期版本的 Ubuntu 的许多其他解决方案,但无济于事。
我有 gnome-tweaks 以防止笔记本电脑在盖子关闭时挂起,如果这与它有关的话。
我有一台 LG 34WK95U 显示器,无法在 Ubuntu 中以 5120x2160@60Hz 的全分辨率运行。我得到的最大值是 3440x1440@60 或者我可以使用 xrandr 手动强制 5120x2160@30 但无法在正常显示设置中进行选择。
这是我之前的问题高分辨率显示器支持,5120x2160,LG 34WK95的一个分支,尚未解决。
我开始玩更多的东西,xrandr --prop
这给了我一些有趣的输出指示显示是平铺的。但是,它仅通过单个 Thunderbolt 3 端口连接,并且也没有双物理显示端口连接器。
所以我开始想,也许它希望以某种方式在单个物理接口上作为两个磁贴进行操作,但我该如何实现呢?平铺尺寸被列为 2560x2160,这是非常令人鼓舞的,因为这是我实际想要的全分辨率的一半。
更新:在线阅读看来,显示器应该能够使用 DP1.2 使用 MST 和平铺,或 DP1.4 使用 SST 而不使用平铺。使用监视器 OSD 在 DP 版本之间切换不会以任何我能看到的方式改变 xrandr 的输出。
$ xrandr --prop
Screen 0: minimum 320 x 200, current 3440 x 1440, maximum 16384 x 16384
eDP-1 connected (normal left inverted right x axis y axis)
_MUTTER_PRESENTATION_OUTPUT: 0
EDID:
00ffffffffffff004d10ba1400000000
161d0104a52213780ede50a3544c9926
0f505400000001010101010101010101
010101010101ac3780a070383e403020
350058c2100000180000000000000000
00000000000000000000000000fe004d
57503154804c513135364d3100000000
0002410332001200000a010a202000d3
scaling mode: Full aspect
supported: Full, Center, Full aspect
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
link-status: Good
supported: Good, Bad
CONNECTOR_ID: 86
supported: 86
non-desktop: 0
range: (0, 1)
1920x1080 60.00 + 59.97 59.96 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 connected primary 3440x1440+0+0 (normal left inverted right x axis y axis) 800mm x 330mm
EDID:
00ffffffffffff001e6d2177d3ad0200
091d0104b55021789e09c1ae5044af26
0e50542108007140818081c0a9c0d1c0
810001010101e77c70a0d0a029503020
3a00204a3100001a9d6770a0d0a02250
30203a00204a3100001a000000fd0030
3d1e874c000a202020202020000000fc
004c472048445220354b0a202020033d
02031971449004030123090707830100
00e305c000e30605014dd000a0f0703e
803020650c204a3100001a286800a0f0
703e800890650c204a3100001a000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
000000000000000000000000000000e3
701279030001000c401fe40c00147008
90788999030014e07c00086f0d9f002f
801f009f052800020009000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000002590
701279030012001682100000ff096f08
_MUTTER_PRESENTATION_OUTPUT: 0
Content Protection: Undesired
supported: Undesired, Desired, Enabled
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
audio: auto
supported: force-dvi, off, auto, on
link-status: Good
supported: Good, Bad
CONNECTOR_ID: 92
supported: 92
non-desktop: 0
range: (0, 1)
3440x1440 59.97*+ 59.96 49.99
3840x2160 60.00 30.00
1920x1080 60.00 60.00 59.94
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1152x864 59.97
1280x720 60.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
DP-2 connected (normal left inverted right x axis y axis)
EDID:
00ffffffffffff001e6d2177d3ad0200
091d0104b55021789e09c1ae5044af26
0e505420000001010101010101010101
01010101010100000000000000000000
00000000000000000000000000000000
00000000000000000000000000fd0030
3d1e874c000a202020202020000000fc
004c472048445220354b0a202020017a
701279030001000c401fe40c00147008
9078899912001680101000ff096f0800
0000000047534d217701010101030014
f0890008ff094f0007801f006f085100
00000700000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000003290
TILE: 1 1 2 1 1 0 2560 2160
Content Protection: Undesired
supported: Undesired, Desired, Enabled
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
audio: auto
supported: force-dvi, off, auto, on
link-status: Good
supported: Good, Bad
CONNECTOR_ID: 100
supported: 100
non-desktop: 0
range: (0, 1)
2560x2160 59.66
640x480 59.94
DP-3 disconnected (normal left inverted right x axis y axis)
Content Protection: Undesired
supported: Undesired, Desired, Enabled
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
audio: auto
supported: force-dvi, off, auto, on
link-status: Good
supported: Good, Bad
CONNECTOR_ID: 106
supported: 106
non-desktop: 0
range: (0, 1)
这是在lspci
笔记本电脑端显示硬件的输出,我目前正在使用 nvidia 卡运行,但如果我切换到 Intel 卡并重新启动,显示信息看起来相同。
00:00.0 Host bridge: Intel Corporation Device 3e20 (rev 0d)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 0d)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0d)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 (rev 10)
00:15.1 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #1 (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA AHCI Controller (rev 10)
00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev f0)
00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #5 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a30e (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 3D controller: NVIDIA Corporation TU117GLM [Quadro T2000 Mobile / Max-Q] (rev a1)
02:00.0 PCI bridge: Intel Corporation JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016] (rev 02)
03:00.0 PCI bridge: Intel Corporation JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016] (rev 02)
03:01.0 PCI bridge: Intel Corporation JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016] (rev 02)
03:02.0 PCI bridge: Intel Corporation JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016] (rev 02)
04:00.0 System peripheral: Intel Corporation JHL6340 Thunderbolt 3 NHI (C step) [Alpine Ridge 2C 2016] (rev 02)
05:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge DD 2018] (rev 06)
06:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge DD 2018] (rev 06)
07:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 4C 2018] (rev 06)
3a:00.0 USB controller: Intel Corporation JHL6340 Thunderbolt 3 USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] (rev 02)
3b:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
3d:00.0 Non-Volatile memory controller: SK hynix Device 1627
当我通过 HDMI 连接外接显示器时,我无法将音频输出切换到内置或耳机。我在声音设置中更改了输出,但音频仍然通过 HDMI 输出。
我正在使用 Ubuntu 20.04 和 Gnome。