On 9/21/07, Marius ROMAN <[EMAIL PROTECTED]> wrote:
> Like Darrin suggested try matching Modelines and Modes :
>
> On xorg.conf
>
> Enable only this  (comment the rest of the modellines) :
> Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051
> 1054 1087  -HSync +Vsync
>
> Modify the screen section :
>
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         DefaultDepth 24
>         SubSection "Display"
>                 Depth   24
>                 Modes   "1680x1050_60.00"
>         EndSubSection
> EndSection
>

How many times should I repeat that the current i810 and vesa drivers
can only use the modes that the BIOS knows about?
You need to use the i915resolution from ports to "fix" your bios for now.

In the future, Xenocara will be updated to use the intel 2.x driver
which doesn't rely on the BIOS for defining the modes anymore, it
should make things easier. (Although the BIOS is still needed for
other informations, and it turns out that there are also lots of
quirks there,,,)

Reply via email to