[oe-commits] Leon Woestenberg : xserver-xorg-conf: Added config for MACHINE ion.

git version control git at git.openembedded.org
Sat Jan 2 01:02:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6e408e735d6d14aee14b5e2def47eea3118e96d3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6e408e735d6d14aee14b5e2def47eea3118e96d3

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sat Jan  2 02:00:58 2010 +0100

xserver-xorg-conf: Added config for MACHINE ion.

Not quite final. Works for me, need to test for different
configurations.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 .../xorg-xserver/xserver-xorg-conf/ion/xorg.conf   |   51 ++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/ion/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/ion/xorg.conf
new file mode 100644
index 0000000..95a1523
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/ion/xorg.conf
@@ -0,0 +1,51 @@
+# xorg.conf (X.Org X Window System server configuration file)
+#
+# This file was generated by dexconf, the Debian X Configuration tool, using
+# values from the debconf database.
+#
+# Edit this file with caution, and see the xorg.conf manual page.
+# (Type "man xorg.conf" at the shell prompt.)
+#
+# This file is automatically updated on xserver-xorg package upgrades *only*
+# if it has not been modified since the last upgrade of the xserver-xorg
+# package.
+#
+# Note that some configuration settings that could be done previously
+# in this file, now are automatically configured by the server and settings
+# here are ignored.
+#
+# If you have edited this file but would like it to be automatically updated
+# again, run the following command:
+#   sudo dpkg-reconfigure -phigh xserver-xorg
+
+Section "Device"
+	Identifier	"NVidia"
+	Driver	"nvidia"
+#	Option	"NoLogo"	"True"
+EndSection
+
+Section "Monitor"
+        Identifier      "DELL 2007WFP"
+#        Option          "DPMS"
+        HorizSync       30.0-83.0
+        VertRefresh     56.0-76.0
+	ModeLine	"1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 -HSync +VSync
+EndSection
+
+Section "Screen"
+	Identifier	"Default Screen"
+	Device		"NVidia"
+	Monitor		"DELL 2007WFP"
+	DefaultDepth	24
+	SubSection "Display"
+		Depth		24
+		Modes		"1680x1050"
+		ViewPort	0 0
+	EndSubSection
+EndSection
+
+Section "Module"
+	Load	"glx"
+EndSection
+
+





More information about the Openembedded-commits mailing list