On 22/02/11, saurabh chakrabarty wrote:
> On MeeGo 'xdpyinfo | grep dim' gives as output 1024x600 pixels
> and 214 mm x 127 mm. On Ubuntu we get 1024x600 pixels and
> 270 mm x 158 mm.
> 
> Due to this many windows overshoot the screen in MeeGo running
> on netbooks. Is there a way to change screen geometry size in
> MeeGo?

I'm not sure if this is related but there is a uxlaunch config
file in /etc/sysconfig/uxlaunch that has these defaults...

# defaults:
# user=meego
# tty=2
tty=7
# dpi=120
# session=/usr/bin/mutter --sm-disable

so the dpi value could perhaps be tweaked. I also have this X
config that /etc/X11/xorg.con symlinks to (I think I'm running
from trunk)...

~ cat /etc/X11/xorg.conf-netbook
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "catalogue:/etc/X11/fontpath.d"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri2"
        Load  "dbe"
        Load  "glx"
        Load  "dri"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
#        Driver      "vesa"
        Driver      "intel"
        VendorName  "Technical Corp."
        BoardName   "Unknown Board"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
#                Modes    "1024x600"
                Modes    "1366x768"
        EndSubSection
EndSection


--markc
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to