> Hi all,I found that the Meego Netbook UX could auto resize to fit the >resolution changing, how does it implement? in the sources of mutter-moblin? >which part I could try to find?Any information to me? Thanks in advanced.
If you mean how does the screen automatically resize when a monitor is plugged in, the flow of control is like this: VGA port -> i915 kernel module -> udev hotplug event -> X XRANDR event -> gnome- settings-daemon display module The g-s-d module changes the resolution to the preferred size of the external monitor and disables the internal display. At this point Mutter will notice that the root window has resized and resize fullscreen windows/panels and move any windows that are now off the side of the screen. Ross _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
