Debian

在 debian9 xrandr 錯誤中開始工作 2 個顯示器

  • May 24, 2019

我正在嘗試在 debian9 中使用我的兩台顯示器。我嘗試了幾件事,但沒有任何工作。我有一台帶兩個輸出的新電腦,一個是 VGA,另一個是 HDMI。兩者都連接了顯示器,我在兩者中都看到了相同的東西。首先,我嘗試了一種簡單的方法:系統 -> 首選項 -> 硬體 -> 顯示器 然後顯示器中應該有 2 個顯示器,但我得到的不是“顯示器預設未知”,而且只有一個。然後我嘗試使用“xrandr”,我得到了錯誤:

xrandr: Failed to get size of gamma for output default

這與以下問題相同:在 debian 上使用兩個顯示器

但是我檢查了一下,這個答案是針對 debian8 的,在 debian 9 中不起作用。然後我嘗試用 lspci 擷取我的輸出,我得到:

00:00.0 Host bridge: Intel Corporation Device 3ec2 (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Device 3e92
00:14.0 USB controller: Intel Corporation Device a36d (rev 10)
00:14.2 RAM memory: Intel Corporation Device a36f (rev 10)
00:16.0 Communication controller: Intel Corporation Device a360 (rev 10)
00:17.0 SATA controller: Intel Corporation Device a352 (rev 10)
00:1c.0 PCI bridge: Intel Corporation Device a33c (rev f0)
00:1c.7 PCI bridge: Intel Corporation Device a33f (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a303 (rev 10)
00:1f.3 Audio device: Intel Corporation Device a348 (rev 10)
00:1f.4 SMBus: Intel Corporation Device a323 (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

電腦規格:

  • Debian 9 (strech) 64 位 Núcleo Linux 4.9.0-8-amd64 x86_64 MATE 1.16.2
  • Intel® Core™ i5-8400 CPU @ 2.80GHz × 6
  • 主機板 H310M-E

我看到沒有找到 HDMI 埠。有誰知道我該如何解決這個問題?

我可以解決問題。問題是 debian 中的穩定 kernell 版本,當我將核心更新到 4.19(不穩定)時,兩個監視器都按預期工作。

引用自:https://unix.stackexchange.com/questions/480197