Archive:Xorg Modelines

From Official Kodi Wiki
Revision as of 16:11, 27 April 2013 by >NedBot (Robot: Cosmetic changes)
Jump to navigation Jump to search

 Xorg: Resolution configuration xorg.conf Xorg Modelines Minimal NVidia xorg.conf Creating and using edid.bin via xorg.conf 


Information: This page contains explanation about modelines in xorg.conf
Advanced: The information contained in this page is considered advanced.
Warning: The information contained herein can cause issues with your X if any errors or incorrect information is entered.



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

Intel Modelines

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:

# 1920x1080p @ 23.976Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 74.057 1920 2558 2602 2719 1080 1084 1089 1136 +hsync +vsync #INTEL

# 1920x1080p @ 24Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 74.400 1920 2558 2602 2758 1080 1084 1089 1124 +hsync +vsync #INTEL

# 1920x1080p @ 25Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 74.400 1920 2448 2492 2622 1080 1084 1089 1135 +hsync +vsync #INTEL

# 1920x1080p @ 29.97Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 74.400 1920 2008 2052 2193 1080 1084 1089 1132 +hsync +vsync #INTEL

# 1920x1080p @ 30Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 74.400 1920 2008 2052 2185 1080 1084 1089 1135 +hsync +vsync #INTEL

# 1920x1080p @ 50Hz (EIA/CEA-861B) 
	ModeLine "1920x1080" 148.800 1920 2448 2492 2622 1080 1084 1089 1135 +hsync +vsync #INTEL

# 1920x1080p @ 59.94Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 148.800 1920 2008 2052 2193 1080 1084 1089 1132 +hsync +vsync #INTEL

# 1920x1080p @ 60Hz (EIA/CEA-861B)
	ModeLine "1920x1080" 148.800 1920 2008 2052 2185 1080 1084 1089 1135 +hsync +vsync #INTEL

# 1280x720p @ 50Hz (EIA/CEA-861B)
	ModeLine "1280x720" 74.400 1280 1720 1760 1984 720 725 730 750 +hsync +vsync #INTEL 

# 1280x720p @ 59.94Hz (EIA/CEA-861B)
	ModeLine "1280x720" 74.400 1280 1390 1430 1612 720 725 730 770 +hsync +vsync #INTEL

# 1280x720p @ 60Hz (EIA/CEA-861B)
	ModeLine "1280x720" 74.400 1280 1390 1420 1623 720 725 730 764 +hsync +vsync #INTEL

Nvidia Modelines

These Modelines are based on NVidia drivers 30x.x and are dependant on proper validation in xorg so they can be effectively used.

This second example is general for most NVidia cards and TV's that dont mangle edid modes

Example 2: See also|Minimal_NVidia_xorg.conf}}

# 1920x1080p @ 23.976Hz (EIA/CEA-861B)
	ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync #NVidia

# 1920x1080p @ 24Hz (EIA/CEA-861B)
	ModeLine "1920x1080_24"     74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync #NVidia

# 1920x1080p @ 25Hz (EIA/CEA-861B)
	Modeline "1920x1080_25"	74.25  1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync #NVidia

# 1920x1080p @ 60Hz (EIA/CEA-861B)
	Modeline "1920x1080_60"	148.35 1920 2008 2052 2200 1080 1084 1089 1125 -hsync +vsync #NVidia