Não é possível girar o segundo monitor com xrandr (Nvidia VGA): não é possível usar a rotação "esquerda" reflexo "nenhum"

3

Eu tenho um laptop Ubuntu 15.10 com um VGA Intel integrado e um Nvidia Geforce gtx 960m

lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:191b] (rev 06)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev a2)

Eu também tenho um segundo monitor que é capaz de girar, mas eu não sou capaz de girar o screeen usando o comando xrandr:

xrandr --output HDMI-1-1 --rotate left
xrandr: output HDMI-1-1 cannot use rotation "left" reflection "none"

Este é o meu arquivo xorg.conf, eu já adicionei Opção "RandRRotation" "True" , mas nada muda

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"
EndSection

Eu adicionei randrrotation em ambos os VGAs, mas se eu adicionar a opção apenas na seção Nvidia Device, nada muda de qualquer maneira.

Alguém pode me ajudar, por favor?

    
por Angelo Perazzini 03.04.2016 / 16:58

0 respostas