使用 xrandr 配置外接显示器时出现问题

使用 xrandr 配置外接显示器时出现问题

我有一台配备 NVidia 显卡和外接显示器的联想笔记本电脑,我正在努力对其进行配置,以便显示器能够延伸左侧的笔记本电脑屏幕。

输出xrandr -qhttps://pastebin.com/wXsLCKeD外接显示器对应输出DP-0,笔记本电脑屏幕对应LVDS-1-1。

我尝试了以下方法:

xrandr \
  --output DP-0 --mode 1920x1080 --left-of LVDS-1-1 \
  --output LVDS-1-1 --mode 1920x1080

xrandr \
  --output DP-0 --auto --left-of LVDS-1-1 \
  --output LVDS-1-1 --mode auto      

xrandr \
  --output LVDS-1-1 --auto --right-of DP-0 \
  --output DP-0 --auto

但所有这些都彻底搞砸了决议(主屏幕照片笔记本电脑屏幕的照片)。

我唯一能做到的事情就是在两个屏幕上有相同的输出:

xrandr --output DP-0 --same-as LVDS-1-1

我的图形驱动程序是最新的。输出如下如果lspci这有任何帮助。

相关内容