A thousand apologies if this is the wrong place for such a post. 
Maybe this should go directly to my OS vendor as a request.  If
so, I'd appreciate a relevant pointer.  I'm running,<br>
<br>
1012 monolith:~$ rpm -qa|grep server-X<br>
xorg-x11-server-Xorg-1.0.1-9.fc5<br>
<br>
1015 monolith:~$ uname -a<br>
Linux monolith 2.6.16-1.2096_FC5smp #1 SMP Wed Apr 19 05:31:55 EDT 2006 i686 i686 i386 GNU/Linux<br>
<br>
Noticed that there is currently no monitor definition for the Samsung
SyncMaster 214T.  There is a 213T which I used for starters, but
the modelines aren't exactly right which causes muddiness and
bleeding.  After a bit of xvidtune, this seems to work perfectly:<br>
<br>
Section "Monitor"<br>
        Identifier   "Monitor1"<br>
        VendorName   "Monitor Vendor"<br>
#        ModelName    "Samsung SyncMaster 213T/CX210T"<br>
        ModelName    "Samsung SyncMaster 214T"<br>
#       HorizSync    30.0 - 81.0<br>
#       VertRefresh  56.0 - 85.0<br>
        HorizSync    45.0 - 75.5<br>
        VertRefresh  56.0 - 62.0<br>
        Option      "dpms"<br>
EndSection<br>
<br>
The 213T's "30.0 - 81.0" HorizSync values look horrible, but dialing
things in a bit more results in a crisp display.  My hopes is to
get the 214T model officially included.<br>
<br>
Thanks,<br>
--Mike<br>