[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Matrox Millennium (I) mit 1920x1200 Punkten?



Nachtrag für's Archiv, damit auch an diesem Thread die Lösung hängt:
Jawoll, die Karte kann 1920x1200x8, und sie kann 1920x1080x16 oder 1920x1092x16, wenn man ihr eine Modeline bastelt.

Meine Monitor und Screen Section der Xorg-conf:
Die Modeline passt für meinen Monitor, ob sie allgemein gültig ist, weiss ich nicht.

Hartmut
 
Section "Monitor"
        Identifier      "Configured Monitor"
        ModeLine "1920x1080" 154 1920 1968 2000 2080 1080 1203 1209 1235
        ModeLine "1920x1092" 154 1920 1968 2000 2080 1092 1203 1209 1235
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
   DefaultDepth 16   
   #DefaultDepth 8  

   SubSection "Display"
      Depth 8
   EndSubSection
   SubSection "Display"
      Depth 16
        Modes   "1920x1092" "1920x1080" "1600x1200"
   EndSubSection
EndSection


Reply to: