uobikiemukot / yaft

yet another framebuffer terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotate screen

opened this issue · comments

Hello I search a way to rotate the screen outside of xorg. I heard I can do that with a framebuffer terminal. Can I do that with yaft ? I need to, thanks.

Sorry, yaft does not support rotation option now.
I cannot support immediately because of lack of time.
(need about 1 ~ 2 weeks)

If you really want to need this function, please implement by yourself.
I wrote the patch for rotation before (cannot apply to latest yaft source):

I've applied the patch to latest yaft source.
Please try support/rotate-option branch. (not tested by myself yet)

How to use:

$ YAFT=clockwise yaft
(available keywords are "clockwise", "counter_clockwise" and "upside_down") 

90-degree, 270-degree rotate option may reduce drawing performance a bit.