Problem with 1280x800 Dapper Drake on Acer Aspire 3000

Ian Soutar soutar at horizon.bc.ca
Sun Mar 26 05:37:11 BST 2006


I must congratulate the developers on getting the ACPI for this very 
popular laptop the Acer Aspire 3000 correct.    This is the first distro 
to get it right and I have tried many many distros.

I do have a problem with 1280x800 screen resolution.   This worked on 
all the other distros.   I had to edit the X11 file xorg.conf as shown 
below ... this has always worked before.

How do I get this to work??

Ian Soutar


Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection



More information about the ubuntu-devel mailing list