[Qt-embedded-interest] Using rotation and offset for same display

Scott Klein sbklein at ncsu.edu
Mon Mar 30 08:41:16 CEST 2009


Hey all,

I'm trying to rotate the screen 270 degrees AND offset it by 0,-30 to  
get rid of the toolbar.  My dev board is booting straight into a full- 
screen app and that is its only purpose, therefore negating the need  
to have the menu bar at the top.  I've successfully rotated the  
screen; however, the documentation on display management is a little  
unclear when using multiple options for the same display.  Here is the  
environment variable that I currently have that is NOT working.

export QWS_DISPLAY="Multi:offset=0,-30:0 Transformed:Rot270:0"

Has anyone ever done two different display mods for the same display  
number ":0"?  Also, would it be possible to pass them separately as - 
display switches on the command line instead?  For example, ./app -qws  
-display "mods1" -display "mods2" &

Any help is appreciated.

--Scott



More information about the Qt-embedded-interest mailing list