我正在尝试旋转连接到笔记本电脑 VGA 输出的双显示器。我的系统是 Ubuntu 15.10。
但是,这是我使用 xrandr 时得到的结果:
xrandr --output VGA-1-0 --rotate right
xrandr: output VGA-1-0 cannot use rotation "right" reflection "none"
我看过关于这个主题的其他帖子,它们都建议编辑 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 旋转屏幕时,仍然出现同样的错误。
还有其他方法吗?
答案1
答案2
(15.10 的 EOL 今天到期!希望这对您有帮助!)
在我之前的笔记本电脑上,有一个老应用程序(2012 年)帮了我大忙。它叫魔法旋转. 查找最新的 .deb 文件这里。 笔记,显然它仅适用于联想、戴尔、富士通和惠普。要安装,请照常操作:
sudo dpkg -i file.deb
sudo apt-get install -f
该应用程序具有良好的 GUI,您可以在下面看到:
注意:由于这是一个旧的应用程序,可能需要一些旧的依赖项。当心!
在高级设置菜单中,您可以设置板载键盘在旋转后运行。您很可能没有 CellWriter(默认),因为它未随 14.04 及更新的 ubuntus 一起提供。对于您来说,此键盘必须是onboard
。请进行相应更改(请参阅查看onboard --help
所有选项)。