Hi Sir ,

       I was able  to rotate the display by the below method display now 
works fine in portrait mode .
       But i having a new issue in System settings--> Display settings.
       It shows  "Could not get screen information RANDR extension is not 
present".
       If you have any inputs on this issue please let me know. 


Regards ,
Jimmy

On Tuesday, 30 April 2013 18:29:54 UTC+5:30, Mickae1 wrote:
>
> So, the only way to do it, would be by ( which work ) :
>
> Section "Device"
>         Identifier      "Builtin Default fbdev Device 0"
>         Driver  "fbdev"
>         Option         "Rotate" "CW"
> EndSection
>
>
> But how to rotate also the calibration ? Do I have to use ts_calibrate ?
> How can i apply the file generated by ts_calibrate to gnome ?
>
> Thx,
>
> On Tue, Apr 30, 2013 at 2:47 PM, David Goodenough <
> [email protected] <javascript:>> wrote:
>
>  On Tuesday 30 Apr 2013, Micka wrote:
>
> > Well, I got :
>
> > 
>
> > X Error of failed request: BadMatch (invalid parameter attributes)
>
> > Major opcode of failed request: 139 (RANDR)
>
> > Minor opcode of failed request: 2 (RRSetScreenConfig)
>
> > Serial number of failed request: 14
>
> > Current serial number in output stream: 14
>
> > 
>
> > 
>
> > I don't understand what it means :(
>
> It may be that the device driver does not support RANDR (not all do).
>
> In which case there is probably no way to do it.
>
>  
>
> David
>
> > 
>
> > On Tue, Apr 30, 2013 at 12:58 PM, David Goodenough <
>
> > 
>
> > [email protected] <javascript:>> wrote:
>
> > > **
>
> > > 
>
> > > You do not need the display name if there is only one:-
>
> > > 
>
> > > 
>
> > > 
>
> > > xrandr -o left
>
> > > 
>
> > > 
>
> > > 
>
> > > will rotate the screen through 90 degrees to the left.
>
> > > 
>
> > > 
>
> > > 
>
> > > David
>
> > > 
>
> > > On Tuesday 30 Apr 2013, Micka wrote:
>
> > > > Thx for the advice, I found :
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > [684947.656] (II) FBDEV(0): *using* *default device*
>
> > > > 
>
> > > > [684947.656] (WW) VGA arbiter: cannot open kernel arbiter, no
>
> > > > multi-card
>
> > > > 
>
> > > > support
>
> > > > 
>
> > > > [684947.656] (II) FBDEV(0): Creating default Display subsection in
>
> > > > Screen
>
> > > > 
>
> > > > section
>
> > > > 
>
> > > > "Builtin Default fbdev Screen 0" for depth/fbbpp 16/16
>
> > > > 
>
> > > > [684947.656] (==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > the log show that it use the default device, which don't help me.
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > Also, I was able to rotate the screen with the xorg.conf with :
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > Section "Device"
>
> > > > 
>
> > > > Identifier "Builtin Default fbdev Device 0"
>
> > > > 
>
> > > > Driver "fbdev"
>
> > > > 
>
> > > > Option "Rotate" "CW"
>
> > > > 
>
> > > > EndSection
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > but the screen is not anymore calibrate .....
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > Do you have some idea ?
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > Thx,
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > 
>
> > > > On Tue, Apr 30, 2013 at 10:55 AM, David Goodenough <
>
> > > > 
>
> > > > [email protected] <javascript:>> wrote:
>
> > > > > **
>
> > > > > 
>
> > > > > On Tuesday 30 Apr 2013, Micka wrote:
>
> > > > > > Well,
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Thx for the advise. But i can't find the output name for the LCD 
> 7
>
> > > 
>
> > > CAP.
>
> > > 
>
> > > > > The
>
> > > > > 
>
> > > > > > command xrandr give:
>
> > > > > Look in the X log, it will give you the relevant display name
>
> > > > > 
>
> > > > > > screen 0: minimum 800x480, current 800x480 maximum 800x480
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > default connected 800x480+0+0 0mm x 0 mm
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 800x480 62.*
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Also will it be possible with this tools ( looks like ) to rotate
>
> > > > > > the
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > screen by 90° so that the resolution will be : 480*800.
>
> > > > > 
>
> > > > > Yes,, provided the driver supports RANDR.
>
> > > > > 
>
> > > > > > Why ? Because I need to put the screen vertically, that why I 
> need
>
> > > > > > to
>
> > > > > 
>
> > > > > have
>
> > > > > 
>
> > > > > > a resolution 480*800.
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > I have an another question, it is about the xorg.conf :
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Section "Module"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "extmod"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "dbe"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "glx"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "freetype"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "type1"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "record"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Load "dri"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > EndSection
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Section "Monitor"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > $
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Identifier "Builtin Default Monitor"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > EndSection
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Section "Device"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Identifier "Builtin Default fbdev Device 0"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Driver "fbdev"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > EndSection
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Section "Screen"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Identifier "Builtin Default fbdev Screen 0"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Device "Builtin Default fbdev Device 0"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Monitor "Builtin Default Monitor"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > EndSection
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Section "ServerLayout"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Identifier "Builtin Default Layout"
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > $
>
> > > > > > 
>
> > > > > > 
>
> > > > > > 
>
> > > > > > Screen "Builtin Default fbdev Screen 0"
>
> > > > > > 
>
> > > > > >
>
> ...

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to