我刚刚在我的 Dell Inspiron 17 3000 系列 - 3793 上安装了 Ubuntu 18.04 和 19.04。在 Windows 下,屏幕可以很好地检测到,但在 Ubuntu 下却不行……我升级了 Ubuntu,看看这个错误是否会得到修复,但没有结果。这是 xrandr 命令的结果
$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
在 PC 的详细信息中,我有这个: 图形卡:llvmpipe(LLVM 8.0,256 位)
安全启动已被禁用以供参考。
以下是我能够执行的一些命令:
$ cat /etc/default/grub | grep GRUB_CMDLINE_LINUX
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
$ lsmod | egrep 'i915'
i915 1826816 0
drm_kms_helper 184320 1 i915
drm 487424 2 drm_kms_helper,i915
i2c_algo_bit 16384 1 i915
video 49152 3 dell_wmi,dell_laptop,i915
$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:8a52] (rev 07) (prog-if 00 [VGA controller])
Kernel modules: i915
$ uname -r
5.0.0-35-generic
$ lspci -nnk | egrep -iA3 "VGA"
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:8a52] (rev 07)
Subsystem: Dell Device [1028:097a]
Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:8a03] (rev 03)
提前感谢您的宝贵帮助!
答案1
我有同样的问题,我将内核更新到 5.3.11,HDMI 问题就解决了。
但是我还是找不到intel显卡8a52驱动的解决方案,pc详情还是显示:llvmpipe (LLVM 8.0, 256 bits)