New i915 graphic and WXGA

Andrey Fesenko f0andrey at gmail.com
Sat Mar 5 10:21:40 UTC 2016


On Sun, Feb 21, 2016 at 9:56 PM, Jean-Sébastien Pédron
<jean-sebastien.pedron at dumbbell.fr> wrote:
> Le 05/01/2016 15:37, Andrey Fesenko a écrit :
>> Hello, i'm test new driver
>> https://wiki.freebsd.org/Graphics/Update%20i915%20GPU%20driver%20to%20Linux%203.8
>>
>> My monitor have WXGA+ 16:10 1440 900, not correct detected, only 4:3
>> Modeline. Full log https://bsdnir.info/files/Xorg.i915_01-16.log
>
> Hi!
>
> Could you please post the output of dmesg, once i915kms is loaded, and
> with drm.debug=7 in your /boot/loader.conf?
>
> Also, can you confirm your monitor is plugged to the VGA connector? Does
> Linux query monitor modes correctly?
>



Sory, false alarm benq fp92w have wrong EDID, or problem my VGA cabel

After search modelines
http://rony-yeung.blogspot.se/2006/08/benq-fp92w-19-widescreen.html

And write # cat /usr/local/etc/X11/xorg.conf.d/40-monitor.conf
Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "BenQ"
        ModelName       "FP92W"
        Option          "DPMS"
        VertRefresh     56-76
        HorizSync       31-81
        Modeline        "1440x900"      106.47  1440 1520 1672 1904
900 901 904 932  -HSync +Vsync
        Modeline        "1440x900"      116.56  1440 1528 1680 1920
900 901 904 934  -HSync +Vsync
        Modeline        "1440x900"      126.98  1440 1536 1688 1936
900 901 904 937  -HSync +Vsync
        Modeline        "1440x900"      136.49  1440 1536 1688 1936
900 901 904 940  -HSync +Vsync
#       Modeline        "1440x900"      138.31  1440 1536 1688 1936
900 901 904 940  -HSync +Vsync
EndSection

(last modeline crash Xorg)

Now i'm have
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1440x900      75.00*+  70.00    65.00    60.00
   1024x768      60.00
   800x600       60.32    56.25
   848x480       60.00
   640x480       59.94


More information about the freebsd-x11 mailing list