After I had installed the guest tools,
I had qabsolutely no problem in using
/usr/bin/system-config-display
to set things to 1280x800 on my laptop.
But then, I had this working for a long time now.
This is the resulting xorg.config file:

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us+inet"
EndSection

Section "InputDevice"
        Identifier  "VBoxMouse"
    Driver      "vboxmouse"
    Option      "CorePointer"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x800"
        HorizSync    31.5 - 70.0
        VertRefresh  50.0 - 92.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
    Driver      "vboxvideo"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport        0 0
                Depth           24
                modes           "1280x800" "1024x768" "800x600"
        EndSubSection
EndSection



_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to