Unless I'm way off base, it looks like the LCD driver is using the frame 
buffer to determine the resolution of the screen.
Here is my xorg.conf file:

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"

        DefaultDepth    16

 EndSection


Section "ServerLayout"

        Identifier      "Builtin Default Layout"

        Screen          "Builtin Default fbdev Screen 0"

EndSection

>From what I can find, the resolution is set by uboot when it starts up. 
(Based on this 
page 
http://developer.toradex.com/knowledge-base/framebuffer-(linux)#Framebuffer_Boot_Configuration)

The screen displays properly, so it knows the resolution of the LCD cape.
However, the dialogs are just too big to fit and there appears to be no way 
to scroll the display.
Do I need to configure a virtual display?  Will that pop up the scrollbars? 
 Or allow the hot keys to move the window in the virtual space?





 

-- 
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