TFT screen settings

From: Christian Christmann (plfriko_at_yahoo.de)
Date: 10/31/04

  • Next message: Henrik Carlqvist: "Re: TFT screen settings"
    Date: Sun, 31 Oct 2004 13:48:34 +0100
    
    

    Hi,

    in the manual of my new TFT screen I have the table:

    Display Mode Hori. Sync Vert. Sync Pixel Clock
    1280x1024 48.363 60.004 65.000
                            56.476 70.069 75.00
                            60.023 75.029 78.750
    1280x1024 63.981 60.020 108.000
                            79.976 75.025 135.000

    My current /etc/X11/XF86Config-4 says:

    Section "Monitor"
            Identifier "Monitor0"
            Option "DPMS" "true"
            VendorName "HWP"
            ModelName "HWP0af6"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
            HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
            VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
            # These are the DDC-probed settings reported by your monitor.
            # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
            ModeLine "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
            # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
            ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
            # 1024x768, 60.0Hz; hfreq=48.36, vfreq=60.00
            ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
            # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
            ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
            # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
            ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
            # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
            ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
            # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
            ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
            # Extended modelines with GTF timings
            [...]

    How should I modify the config file to get best performance with my screen?

    Thanks

    Christian


  • Next message: Henrik Carlqvist: "Re: TFT screen settings"