SliTaz SliTaz Forum

You are not logged in.

#1 2013-04-18 06:54:47

billybee
Member
Registered: 2013-03-10
Posts: 3

ROTATE SCREEN?

Is an application available to rotate my screen 90 degrees?

Offline

#2 2013-04-18 08:14:41

subreptice
Member
Registered: 2013-03-10
Posts: 54

Re: ROTATE SCREEN?

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

#3 2013-04-18 10:21:16

devl547
Administrator
Registered: 2011-06-01
Posts: 285

Re: ROTATE SCREEN?

try xrandr

Offline

#4 2013-09-17 09:31:19

arodulfo
Member
Registered: 2012-11-03
Posts: 71

Re: ROTATE SCREEN?

@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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]