Topic: eee sideways orentation
Ok, so I've been doing some playing around with xorg and I found xrandr -o command. (xrandr -o 1 for sideways, xrandr -o 0 for normal) It lets you turn the screen from cmd. I read allot of pdfs and ebooks that really benefit from a sideways orientation. Sofar I've tested it with Comix (ebook reader) and it works great. In fullscreen mode you only have to hit space to advance to the next page. So for that program it is 100% usable. The only major thing keeping this from working for other things is the touchpad being inverted when sideways. I know where is a way of editing the xorg script to fix this but I'm not sure if it's posable on the fly.
I would love to see this as a program but I have no coding experience. If someone would like to take this on I'd be greatful. I think it would add allot of functionality to the eee or any small laptop. I was thinking that if a bash hotkey executer existed this might be done with a script.
Basic outline for the program:
Use xrandr to change screen orientation.
Invert x/y axis of the touchpad as to be usable with sideways orientation.
Bind to a hotkey combo.
-Mat