我在 PC 上使用 Linux Mint 18.1(inxi -G
输出):
Graphics: Card-1: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GK106 [GeForce GTX 650 Ti Boost]
Display Server: X.Org 1.18.4 driver: nvidia Resolution: [email protected], [email protected]
GLX Renderer: GeForce GTX 650 Ti BOOST/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 375.26
现在,我做不是使用GeForce进行显示;我做使用我的板载适配器的两个输出 - VGA 和 DVI。xrandr -q
说:
$ xrandr -q
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
VGA-1-1 connected 1920x1080+0+0 510mm x 287mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.08 60.00
800x600 75.00 60.32
640x480 75.00 60.00
720x400 70.08
HDMI-1-1 connected primary 1920x1080+1920+0 510mm x 287mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.08 60.00
800x600 75.00 60.32
640x480 75.00 60.00
720x400 70.08
DP-1-1 disconnected
HDMI-1-2 disconnected
DP-1-2 disconnected
我想旋转我的 VGA 显示器,但似乎不能:
$ xrandr --output VGA-1-1 --rotate right
xrandr: output VGA-1-1 cannot use rotation "right" reflection "none"
为什么会发生这种情况?我读这个问题(其中 nVIDIA 卡用于输出并且有一个适配器),并按照答案中的说明进行操作;特别是,我补充说
Option "RandRRotation" "True"
到我的/etc/X11/xorg.conf
并重新启动,但没有任何变化。
笔记:
- 我也无法旋转 HDMI。