在Ubuntu 15.10上将双显示器屏幕旋转90度

我正在尝试旋转连接到笔记本电脑VGA输出的双显示器。 我的系统是Ubuntu 15.10。

但是,这是我使用xrandr时获得的结果:

xrandr --output VGA-1-0 --rotate right xrandr: output VGA-1-0 cannot use rotation "right" reflection "none" 

我已经看过关于这个主题的其他post,都建议编辑xorg.conf。 我也试过了。 这是我目前的xorg.conf文件:

 Section "ServerLayout" Identifier "layout" Screen 0 "nvidia" Inactive "intel" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0@0:2:0" Option "AccelMethod" "None" Option "RandRRotation" "True" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "PCI:1@0:0:0" Option "ConstrainCursor" "off" Option "RandRRotation" "True" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" Option "AllowEmptyInitialConfiguration" "on" Option "IgnoreDisplayDevices" "CRT" Option "RandRRotation" "True" EndSection 

仍然,我在尝试使用xrandr旋转该屏幕时仍然遇到同样的错误。

还有另一种方法吗?

Timo Aaltonen解决了这个问题! 更新您的xorg服务器。 谢谢。

xorg-server更新

(EOL 15.10今天到期!我希望这会有所帮助!)

有一个旧应用程序(2012)在我以前的笔记本电脑中为我做了诀窍。 它被称为Magick Rotation 。 在这里找到最新的.deb文件。 注意, 显然它只适用于联想,戴尔,富士通和惠普。 要安装,请照常执行:

 sudo dpkg -i file.deb sudo apt-get install -f 

该应用程序有一个很好的GUI,你可以在下面看到:

在此处输入图像描述

注意:由于这是一个旧的应用程序,可能需要一些旧的依赖项。 小心!

在“高级设置”菜单中,您可以设置板载键盘在旋转后运行。 很可能你没有CellWriter(默认值),因为它没有附带14.04和更新的ubuntus。 在您的情况下,此键盘必须在onboard 。 相应地更改(请参阅onboard --help帮助获取所有选项)。