Comment 85 for bug 151311

Revision history for this message
anespor (alois-nespor-gmail) wrote : Re: DDC report some ridiculous physical screen size (Mostly on Intel driver, and some ATI)

@ Jacques-Louis KREISS :

you must right set your Xorg.conf :

Add the following line to the "Device" section of xorg.conf:
    Option "Monitor-LVDS" "<Monitor Identifier>"

Then add the following line to the "Monitor" section of xorg.conf:
    DisplaySize <WIDTH in mm> <HEIGHT in mm>

Replace the <...> with your own values.

Here is an example...

Section "Device"
    Identifier "Intel Corporation Mobile GM945 Integrated Graphics Controller"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "monitor-LVDS" "DCLCD"
EndSection

Works fine that way ...

Section "Monitor"
    Identifier "DCLCD"
    Option "DPMS" "true"
    HorizSync 64.7-65.29
    VertRefresh 59.883-59.954
    DisplaySize 433 271
EndSection