Archive:Xorg Modelines

From Official Kodi Wiki
Revision as of 23:43, 23 December 2008 by >Pike (New page: ==Xorg Modelines Database== '''Correct modelines is one crucial thing for judder free playback when you use XBMC's feature to Adjust Refreshrate. These lines belong in a specific section ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Xorg Modelines Database

Correct modelines is one crucial thing for judder free playback when you use XBMC's feature to Adjust Refreshrate. These lines belong in a specific section in this configfile: /etc/X11/xorg.conf

This first example has been created and tweaked by a XBMC Team Member specifically for Intel GM965 chipset and a Samsung series A65 TV set.

Example 1: <xml>

  1. 1920x1080p @ 23.976Hz (EIA/CEA-861B)

ModeLine "1920x1080" 74.057 1920 2558 2602 2719 1080 1084 1089 1136 +hsync +vsync #INTEL

  1. 1920x1080p @ 24Hz (EIA/CEA-861B)

ModeLine "1920x1080" 74.400 1920 2558 2602 2758 1080 1084 1089 1124 +hsync +vsync #INTEL

  1. 1920x1080p @ 25Hz (EIA/CEA-861B)

ModeLine "1920x1080" 74.400 1920 2448 2492 2622 1080 1084 1089 1135 +hsync +vsync #INTEL

  1. 1920x1080p @ 29.97Hz (EIA/CEA-861B)

ModeLine "1920x1080" 74.400 1920 2008 2052 2193 1080 1084 1089 1132 +hsync +vsync #INTEL

  1. 1920x1080p @ 30Hz (EIA/CEA-861B)

ModeLine "1920x1080" 74.400 1920 2008 2052 2185 1080 1084 1089 1135 +hsync +vsync #INTEL

  1. 1920x1080p @ 50Hz (EIA/CEA-861B)

ModeLine "1920x1080" 148.800 1920 2448 2492 2622 1080 1084 1089 1135 +hsync +vsync #INTEL

  1. 1920x1080p @ 59.94Hz (EIA/CEA-861B)

ModeLine "1920x1080" 148.800 1920 2008 2052 2193 1080 1084 1089 1132 +hsync +vsync #INTEL

  1. 1920x1080p @ 60Hz (EIA/CEA-861B)

ModeLine "1920x1080" 148.800 1920 2008 2052 2185 1080 1084 1089 1135 +hsync +vsync #INTEL

  1. 1280x720p @ 50Hz (EIA/CEA-861B)

ModeLine "1280x720" 74.400 1280 1720 1760 1984 720 725 730 750 +hsync +vsync #INTEL

  1. 1280x720p @ 59.94Hz (EIA/CEA-861B)

ModeLine "1280x720" 74.400 1280 1390 1430 1612 720 725 730 770 +hsync +vsync #INTEL

  1. 1280x720p @ 60Hz (EIA/CEA-861B)

ModeLine "1280x720" 74.400 1280 1390 1420 1623 720 725 730 764 +hsync +vsync #INTEL

</xml>

Please note, it's not in our scope to help you tweak these values or teach you how to edit xorg.conf file.