[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with default resolution starting Debian Lenny



On Sun, Feb 22, 2009 at 03:59, Carlos Fernandez <mrstvx@gmail.com> wrote:
> I am using Debian Lenny Stable, and the xorg.conf is:
>
> Section "InputDevice"
>        Identifier      "Generic Keyboard"
>        Driver          "kbd"
>        Option          "XkbRules"      "xorg"
>        Option          "XkbModel"      "pc105"
>        Option          "XkbLayout"     "es"
> EndSection
>
> Section "InputDevice"
>        Identifier      "Configured Mouse"
>        Driver          "mouse"
> EndSection
>
> Section "Device"
>        Identifier      "Configured Video Device"
> EndSection
>
> Section "Monitor"
>        Identifier      "Configured Monitor"
> EndSection
>
> Section "Screen"
>        Identifier      "Default Screen"
>        Monitor         "Configured Monitor"
> EndSection
>
> Thank you very much, I appreciate your help.

Try:

Section "Monitor"
       Identifier      "Configured Monitor"
       Option          "PreferredMode"          "1280x1024 "
 EndSection


Cheers,
Kelly Clowers


Reply to: