Ich hab in Debianforum das Problem von Via mit dem 22" Bildschirm (gelöst) verlinkt.
Put the correct modeline in your /etc/X11/xorg.conf file in your monitor section. For example:
...and use it in your screen section:
Put the correct modeline in your /etc/X11/xorg.conf file in your monitor section. For example:
Code: |
Section "Monitor" Identifier "Belinea 10 20 30W" HorizSync 31-83 VertRefresh 56-75 Option "DPMS" Modeline "custom" 122.00 1680 1684 1700 1803 1050 1052 1064 1082 +hsync +vsync EndSection |
...and use it in your screen section:
Code: |
Section "Screen" Identifier "Default Screen" Device "VIA cle266" Monitor "Belinea 10 20 30W" DefaultDepth 24 SubSection "Display" Depth 24 Modes "custom" EndSubSection EndSection |
Kommentare