You are not logged in.
Pages: 1
Is it remotely possible to rotate the screen in a tty? Virtual frame buffer, screen, anything? It would be awesome to read text files horizontally on my netbook!
Offline
if monitor rotated 90 degrees clockwise:
echo 3 > /sys/class/graphics/fbcon/rotate_all
or if you want to rotate your monitor 90 degrees counter clockwise:
echo 1 > /sys/class/graphics/fbcon/rotate_all
can set more permanently in grub with fbcon=rotate:3
(sry, i know its not the convention to reply to such old threads at archlinux forum, but the question is still relevant for many, and still websearches point here, n there's no answer here. this will help.)
fave quote of the mo': "Man's reach should exceed his grasp, else what's a heaven for." - Robert Browning
Offline
Dang that works nicely I love these forums, I learn new stuff every day. Sometimes the things are cooler than others
This definitely falls under the exceptions defined by the second and third bullets in the policy you mentioned
Thanks. Would you consider adding that to the wiki?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Using fbcon to rotate my VT makes quitting X freeze my computer.
Using:
echo 3 | sudo tee /sys/class/graphics/fbcon/rotate_all
I then issue
startx
which starts my X session, I use AwesomeWM if that's any info to you.
I then quit Awesome, which quits X. Now, my screens are frozen.
I can't change TTY, I can't enter commands, I can't do anything.
The lights for CapsLock and NumLock lights up when I toggle those keys, so the computer isn't frozen. I just, can't do anything.
Solutions?
I really want to be able to have my VTs correctly rotated and being able to start up X and quit it without having to reboot, which I currently have to.
(also, as a side note, it's "1" for clockwise ("right" in xrandr) and "3" for counter clockwise ("left" in xrandr))
Last edited by chewtoy (2016-01-14 13:57:00)
Offline
chewtoy > I also encountered issues when quitting X with a rotated VT. I got around them by having the command "stty sane" run right after quitting X (e.g. by starting X with "startx; stty sane"). Hopefully that can solve your problems too.
Offline
chewtoy > I also encountered issues when quitting X with a rotated VT. I got around them by having the command "stty sane" run right after quitting X (e.g. by starting X with "startx; stty sane"). Hopefully that can solve your problems too.
Hmm.. That worked one time, the next time it got even weirder. The text on the tty was printed in both directions ('normal' and my rotated direction) and then locked up the whole thing forcing me to reboot.
But, worked one time at least!
Offline
this no longer seems to have any effect at all (anyone?). the search for a solution resumes.
fave quote of the mo': "Man's reach should exceed his grasp, else what's a heaven for." - Robert Browning
Offline
Pages: 1