Configuration de l'écran HANNS-G HW191A 19" wide

La configuration suivante fonctionne avec le Transtec Senyo 610 et Ubuntu Jaunty (9.04).

Dans la configuration par défaut, le système détecte deux écrans :

- 1 "Inconnu"

- 1 "HSD 19p"

Le problème est que l'écran n'est pas très bien reconnu car la configuration repose sur l'écran inconnu qui affiche une mauvaise résolution.

Pour cela il faut modifier le xorg.conf de la façon suivant :

Section "Monitor"
        Identifier "HW191A"
        Vendorname "Generic LCD Display"
        Modelname "LCD Panel 1440x900"
        Horizsync 31.5-56.0
        Vertrefresh 56.0 - 65.0
        modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
        modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
        modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
        modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
        Gamma 1.0
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Configured Video Device"
        Monitor "HW191A"
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Modes "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
                Virtual 2880 900
        EndSubSection
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

ZEO/Paris/Bureautique/ClientUbuntu/Ecran (dernière édition le 2012-04-09 02:59:04 par JeanChristopheAndré)