Você precisa usar --rotate
nas versões mais recentes de xrandr
e não na -o
.
Exemplos
$ xrandr --output LVDS1 --rotate left
$ xrandr --output LVDS1 --rotate right
$ xrandr --output LVDS1 --rotate normal
Qual é a minha saída?
Você pode descobrir o nome da sua exibição usando xrandr
sem nenhum argumento.
$ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
LVDS1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 303mm x 190mm
1440x900 60.0*+ 50.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
Cartões NVidia
Com esta placa gráfica, você provavelmente precisará adicionar isso à sua seção "Dispositivo" do seu arquivo xorg.conf
.
Option "RandRRotation" "True"
Terá de reiniciar o X11 para que esta alteração tenha efeito. Depois disso, xrandr
você poderá rodar sua tela.