From 00997d3bbe870814956b01575211885e0a57af00 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 30 Apr 2014 10:34:47 +0200 Subject: xorg-xserver: fix comments in xorg.conf files Fix comments in xorg.conf files for the Tegras. --- .../xserver-xf86-config/apalis-t30/xorg.conf | 17 +++++++++-------- .../xserver-xf86-config/colibri-t20/xorg.conf | 19 ++++++++++--------- .../xserver-xf86-config/colibri-t30/xorg.conf | 19 ++++++++++--------- 3 files changed, 29 insertions(+), 26 deletions(-) (limited to 'recipes') diff --git a/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf index 9c8d28d..9aa54a4 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf @@ -1,10 +1,10 @@ -# This is an optimized configuration for Xorg for the Toradex Tegra based -# Colibri and Apalis modules +# This is an optimised configuration for Xorg on the Toradex Tegra based Apalis +# and Colibri modules # -# In order to disable unneeded monitor outputs, use Option "Ignore" "true" -# (in the monitor section). By defining a prefered resolution mode one -# can choose a prefered mode for all monitors. However, this mode is only -# used if the monitor reports it as being supported (through EDID). +# In order to disable unused monitor outputs, apply the Option "Ignore" "true" +# (in the monitor section). By defining a particular resolution one can choose +# a preferred mode for all monitors. However, this mode is only used if the +# monitor reports it as being supported (via EDID on DVI-D aka HDMI). # # Please refer to the xorg.conf man page for more configuration @@ -98,7 +98,8 @@ Section "Monitor" Option "Ignore" "false" Option "DPMS" "off" -# Note: Its not possible to use explicit modes here. Mode is inherited from framebuffer +# Note: It is not possible to use explicit modes here as the mode is inherited +# from the Linux framebuffer # Check Framebuffer documentation: # http://developer.toradex.com/knowledge-base/framebuffer-(linux) @@ -106,7 +107,7 @@ EndSection Section "Screen" # NVIDIA uses only one screen, even in dual head mode -# the gluing logic is in the device secition +# the gluing logic is in the device section Identifier "Common Screen" Device "Tegra" diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf index 70dd584..9aa54a4 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf @@ -1,10 +1,10 @@ -# This is an optimized configuration for Xorg for the Toradex Tegra based -# Colibri and Apalis modules +# This is an optimised configuration for Xorg on the Toradex Tegra based Apalis +# and Colibri modules # -# In order to disable unneeded monitor outputs, use Option "Ignore" "true" -# (in the monitor section). By defining a prefered resolution mode one -# can choose a prefered mode for all monitors. However, this mode is only -# used if the monitor reports it as being supported (through EDID). +# In order to disable unused monitor outputs, apply the Option "Ignore" "true" +# (in the monitor section). By defining a particular resolution one can choose +# a preferred mode for all monitors. However, this mode is only used if the +# monitor reports it as being supported (via EDID on DVI-D aka HDMI). # # Please refer to the xorg.conf man page for more configuration @@ -88,7 +88,7 @@ Section "Monitor" # Option "Position" "0 0" # Explicitly choose a Resolution (check xrandr for available modes) -# Option "PreferredMode" "720x400" +# Option "PreferredMode" "1280x720" EndSection @@ -98,7 +98,8 @@ Section "Monitor" Option "Ignore" "false" Option "DPMS" "off" -# Note: Its not possible to use explicit modes here. Mode is inherited from framebuffer +# Note: It is not possible to use explicit modes here as the mode is inherited +# from the Linux framebuffer # Check Framebuffer documentation: # http://developer.toradex.com/knowledge-base/framebuffer-(linux) @@ -106,7 +107,7 @@ EndSection Section "Screen" # NVIDIA uses only one screen, even in dual head mode -# the gluing logic is in the device secition +# the gluing logic is in the device section Identifier "Common Screen" Device "Tegra" diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf index 70dd584..9aa54a4 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf @@ -1,10 +1,10 @@ -# This is an optimized configuration for Xorg for the Toradex Tegra based -# Colibri and Apalis modules +# This is an optimised configuration for Xorg on the Toradex Tegra based Apalis +# and Colibri modules # -# In order to disable unneeded monitor outputs, use Option "Ignore" "true" -# (in the monitor section). By defining a prefered resolution mode one -# can choose a prefered mode for all monitors. However, this mode is only -# used if the monitor reports it as being supported (through EDID). +# In order to disable unused monitor outputs, apply the Option "Ignore" "true" +# (in the monitor section). By defining a particular resolution one can choose +# a preferred mode for all monitors. However, this mode is only used if the +# monitor reports it as being supported (via EDID on DVI-D aka HDMI). # # Please refer to the xorg.conf man page for more configuration @@ -88,7 +88,7 @@ Section "Monitor" # Option "Position" "0 0" # Explicitly choose a Resolution (check xrandr for available modes) -# Option "PreferredMode" "720x400" +# Option "PreferredMode" "1280x720" EndSection @@ -98,7 +98,8 @@ Section "Monitor" Option "Ignore" "false" Option "DPMS" "off" -# Note: Its not possible to use explicit modes here. Mode is inherited from framebuffer +# Note: It is not possible to use explicit modes here as the mode is inherited +# from the Linux framebuffer # Check Framebuffer documentation: # http://developer.toradex.com/knowledge-base/framebuffer-(linux) @@ -106,7 +107,7 @@ EndSection Section "Screen" # NVIDIA uses only one screen, even in dual head mode -# the gluing logic is in the device secition +# the gluing logic is in the device section Identifier "Common Screen" Device "Tegra" -- cgit v1.2.3