hi joern,

Xrandr is probably not the right way of doing this because i have faced some 
screen resolution and refresh issues using the same. Better way of doing this 
would be by adding the following lines to xorg configuration files.


Section "Monitor"

Identifier "LVDS0"

Option "Rotate" "left"

EndSection


Regards,

Dhaval B C | Software Engineer
dhaval.chau...@aricent.com<mailto:dhaval.chau...@aricent.com>
ARICENT TECHNOLOGIES (HOLDINGS) LTD.
Bangalore, India.


________________________________
From: meego-dev-boun...@meego.com [meego-dev-boun...@meego.com] On Behalf Of 
joern [kitestud...@googlemail.com]
Sent: Thursday, December 02, 2010 2:52 AM
Cc: meego-dev@meego.com
Subject: Re: [MeeGo-dev] Meego Handset UX - Rotate Screen

I think xrandr is not the right way, I've found this in archive:

[MeeGo-dev] Handset UX rotation -- how is it implemented?
It's implemented by applying a 90° rotation on the world transform in the main

QGraphicsView. So the rotation is entirely done by the application.

Remember that it's not just showing the rotated screen, but also showing the
rotation animation. There's no way to do that with the rotation being done
outside of the application.

Any Idea telling the Home-screen-application to rotate?

Regards Jörn



On 01.12.2010 22:12, joern wrote:
I've tested to rotate with xrandr. But it doesn't seems to work:

[meego@localhost ~]$ xrandr -o left

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  149 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Serial number of failed request:  14
  Current serial number in output stream:  14

I've tested all other orientation settings, but only "normal" works.

 -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>

Regards Jörn



On 01.12.2010 21:33, Auke Kok wrote:
On 12/01/10 12:17, joern wrote:
Hi,
Is there any Command to rotate the screen manually?
Or any other why to get the screen rotated during developement on a real
Hardware device?

xrandr is your friend - just run `xrandr -o left` or similar.

Auke



________________________________
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in error, 
please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus."
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev

Reply via email to