Pour le même écran, le Iiyama ProLite B2403WS, avec le driver xserver-xorg-video-i810, j'ai du mettre 915resolution pour ajouter le mode 1920x1200 qui est mal détecté et cà :
[...]
Section "Device"
Identifier "950GM"
Driver "i810"
# This is required to allow HDTV playback, and this value of 8160 is
# used instead of what is in the manual page (6144) because this has
# been corrected in subsequent versions of the i810 driver, see
# http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-inte(...)
Option "LinearAlloc" "8160"
EndSection
Section "Monitor"
Identifier "B2403WS"
Option "DPMS"
# Manual : Specs : H 31.0-83.0, V 56.0-75.0
# 1920x1200 : H 74.038 , V 59.950
# DDC gives us bad refresh rates, and then HorizSync and VertRefresh
# get ignored, so we want to disable DDC.
Option "DDC" "false"
HorizSync 30.0-81.0
VertRefresh 56.0-76.0
Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 12
42 -hsync +vsync
EndSection
[...]
Ca marche très très bien, même avec un connecteur VGA.
Re: quel est ton modèle d'écran ?
Pour le même écran, le Iiyama ProLite B2403WS, avec le driver xserver-xorg-video-i810, j'ai du mettre 915resolution pour ajouter le mode 1920x1200 qui est mal détecté et cà :
[...] Section "Device" Identifier "950GM" Driver "i810" # This is required to allow HDTV playback, and this value of 8160 is # used instead of what is in the manual page (6144) because this has # been corrected in subsequent versions of the i810 driver, see # http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-inte(...) Option "LinearAlloc" "8160" EndSection Section "Monitor" Identifier "B2403WS" Option "DPMS" # Manual : Specs : H 31.0-83.0, V 56.0-75.0 # 1920x1200 : H 74.038 , V 59.950 # DDC gives us bad refresh rates, and then HorizSync and VertRefresh # get ignored, so we want to disable DDC. Option "DDC" "false" HorizSync 30.0-81.0 VertRefresh 56.0-76.0 Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 12 42 -hsync +vsync EndSection [...]Ca marche très très bien, même avec un connecteur VGA.[ Répondre ]