首先,我将外部 GPU (Nvidia GTX1070) 插入我的 Lenovo X220 (pciexpress),并立即能够让外部屏幕工作。 Nouveau 驱动程序显然已经安装。
但是我无法选择用于渲染搅拌机的 GPU。
因此我安装了这些软件包:
pacman -S nvidia cuda nvidia-settings
现在执行:
xrandr --output HDMI-1-0 --auto
导致 Xorg 崩溃/var/log/Xorg.0.log摘抄:
[ 420.585] (--) NVIDIA(GPU-0):
[ 421.571] (II) intel(0): resizing framebuffer to 3840x2160
[ 421.645] randr: falling back to unsynchronized pixmap sharing
[ 421.645] (EE)
[ 421.645] (EE) Backtrace:
[ 421.645] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x558b15250a53]
[ 421.645] (EE) 1: /usr/lib/Xorg (0x558b1510a000+0x151895) [0x558b1525b895]
[ 421.645] (EE) 2: /usr/lib/libc.so.6 (0x7f5eed609000+0x3c3e0) [0x7f5eed6453e0]
[ 421.645] (EE)
[ 421.645] (EE) Segmentation fault at address 0x0
[ 421.645] (EE)
Fatal server error:
[ 421.645] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 421.645] (EE)
[ 421.645] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 421.645] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 421.645] (EE)
[ 421.645] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 421.704] (EE) Server terminated with error (1). Closing log file.
我能做些什么?
答案1
我遇到了同样的问题,我把我找到的解决方案放在这里,因为它可以帮助别人。
看来是Intel驱动的问题。
解决方案(就我而言)是将以下行添加到xorg.conf
文件中的“部分”下Device
:
Option "AccelMethod" "uxa"
至少,我的问题是这样解决的。
我在这里得到这个信息: 英特尔显卡 - ArchWiki