You are not logged in.
Pages: 1
Is an application available to rotate my screen 90 degrees?
Offline
Hello.
ob-render should do that.
https://github.com/whiteinge/ob-randr
Perhaps there is something more simple, native, as a command line, I don't know...
I must say too: your title obviously broke a elementary rule; this is not a good idea if you want help ...
Offline
try xrandr
Offline
@byllybee,
Usually, screen orientation is set on startup. Using [c]xrandr[/c], you can re-orientate your screen on-the-fly.
Let's assume your output is VGA1:
[c]xrandr --output VGA1 --mode 800x600 --pos 0x0 --rotate normal[/c] would set it to landscape mode and
[c]xrandr --output VGA1 --mode 800x600 --pos 0x0 --rotate left[/c] would set it to portrait mode.
On the other hand, if you just want your display to be set to landscape or to portrait, and leave it that way, you can just edit (root) [c]/etc/X11/xorg.conf.d/50-Monitor.conf[/c] and add [c]Option "Rotate" "Left"[/c] right before the line [c]EndSection[/c]. Next time the system boots, your display will be in portrait mode.
I hope this helps.
Offline
Pages: 1
[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]