xrandrを使用して2つのモニタのいずれかを回転させることはできません

xrandrを使用して2つのモニタのいずれかを回転させることはできません

私の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を使用するIするオンボードアダプタの2つの出力(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も回転できません。

ベストアンサー1

おすすめ記事