Sergey Yanovich wrote:
> I have just dist-upgraded my Sony VGN-TX770 notebook from stable (Etch)
> to unstable. After I restarted X, my wide 1366x768 resolution is lost. I
> only get a 1024x768. However, the screen is drown on in the left, while
> this resolution used to cause a picture in the center with a previous
> version of "video-i810".
>   

The driver does not seem to detect this 1366x768 resolution at all, I
guess your screen does not report it correctly.

> Section "Screen"
>       Identifier      "Default Screen"
>       Device          "Intel Corporation Mobile 915GM/GMS/910GML Express 
> Graphics Controller"
>       Monitor         "Generic Monitor"
>       DefaultDepth    24
>       SubSection "Display"
>               Depth           24
>               Modes           "1366x768"
>       EndSubSection
> EndSection
>   

The Modes line isn't really used anymore.

You might want to try forcing a mode with the following:
* run something like 'gtf 1366 768 75' to get a ModeLine for 1366x768 at
75hz (or whatever refresh rate you want)
* add this ModeLine to your xorg.conf in the Monitor section
* add a PreferredMode line to your Monitor section
    Option "PreferredMode" "1024x768_78.00"

(or something like
http://www.tetromino.net/blog/2007/04/25/manual-modesetting-for-xf86-video-intel/)

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to