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

Bug#442909: xorg upgrade i810->intel driver broke 1600x1200 resolution on Intel 865G chipset



On Tue, Sep 18, 2007 at 05:49:42 -0400, Justin Piszcz wrote:

>> Section "Screen"
>>        Identifier      "Default Screen"
>>        Device          "Generic Video Card"
>>        Monitor         "Generic Monitor"
>>        DefaultDepth    24
>>
>>        SubSection "Display"
>>                Depth           24
>>                Modes           "1600x1200"
>>                Virtual         1600 1600
>>        EndSubSection
>> EndSection
>>
>> Will let you know tomorrow, thanks!
>>
>> Justin.
>>
>
> Yes this works, hmm, what is the recommended way to make this happen at KDM 
> time?
>
In the Screen section, add:
        Option "Monitor-VGA" "my vga monitor"
Then add a new section like this:
Section "Monitor"
        Identifier "my vga monitor"
        Option  "PreferredMode" "1600x1200"
EndSection

This is from memory, so I might have misremembered something; see
xorg.conf(5) for the details.

Cheers,
Julien




Reply to: