[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'debian-experimental'



 debian/changelog             |    7 ++-
 debian/local/xorg.conf       |   96 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules                 |    1 
 debian/xserver-xorg.examples |    1 
 4 files changed, 104 insertions(+), 1 deletion(-)

New commits:
commit 4cce2dabb2c6d4d31ac501c9d1c928d44697f7d9
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Feb 15 21:46:01 2009 -0500

    Add an example xorg.conf to /usr/share/doc/xserver-xorg/examples.  This will give people something to copy from and modify for their own configurations

diff --git a/debian/changelog b/debian/changelog
index f00ca5d..a0f78a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,7 +25,12 @@ xorg (1:7.4~6) UNRELEASED; urgency=low
     detection), so stop adding Recommends on them.
   * dexconf: don't write empty Monitor and Screen sections.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 23 Jan 2009 14:53:45 +0200
+  [ David Nusinow ]
+  * Add an example xorg.conf to /usr/share/doc/xserver-xorg/examples. 
+    This will give people something to copy from and modify for their own
+    configurations
+
+ -- David Nusinow <dnusinow@debian.org>  Sun, 15 Feb 2009 21:36:49 -0500
 
 xorg (1:7.4~5) experimental; urgency=low
 
diff --git a/debian/local/xorg.conf b/debian/local/xorg.conf
new file mode 100644
index 0000000..d46634a
--- /dev/null
+++ b/debian/local/xorg.conf
@@ -0,0 +1,96 @@
+# This is a sample xorg.conf. All sections are commented out, but may
+# be uncommented in order to enable them. You'll almost definitely
+# need to edit the values given here to suit your own system. 
+#
+# It is not recommended to uncomment any more than is necessary, as
+# the server will choose good defaults in most cases. Thus, your
+# xorg.conf should only be used to override the server when those
+# defaults are incorrect for your system.
+#
+# For full documentation see xorg.conf(5)
+
+# Section "Files"
+#     FontPath	"/usr/share/fonts/X11/100dpi"
+#     FontPath	"/usr/share/fonts/X11/75dpi"
+#     FontPath	"/usr/share/fonts/X11/cyrillic"
+#     FontPath	"/usr/share/fonts/X11/misc"
+#     FontPath	"/usr/share/fonts/Type1"
+#     ModulePath "/usr/lib/xorg/modules"
+# EndSection
+
+# Section "ServerFlags"
+#     Option "DontZap" "False"
+#     Option "DefaultServerLayout"	"Layout"
+#     Option "AllowMouseOpenFail"	"False"
+#     Option "AllowEmptyInput"		"True"
+#     Option "AutoAddDevices"		"True"
+# EndSection
+
+# Section "Module"
+#     Load	"glx"
+# EndSection
+
+# Section "Extensions"
+#     Option	"Composite"	"Enable"
+# EndSection
+
+# Section "InputDevice"
+#     Identifier	"Keyboard"
+#     Driver	"kbd"
+#     Option	"CoreKeyboard"
+#     Option	"XkbRules"	"xorg"
+#     Option	"XkbModel"	"pc105"
+#     Option	"XkbLayout"	"us"
+# EndSection
+
+# Section "InputDevice"
+#     Identifier	"Mouse"
+#     Driver	"mouse"
+#     Option	"CorePointer"
+#     Option	"Device"	"/dev/input/mice"
+#     Option	"Protocol"	"ExplorerPS/2"
+# EndSection
+
+# Section "Device"
+#     Identifier	"Video Card"
+#     Driver		"vesa"
+#     Option		"AccelMethod"	"EXA"
+#     Option		"Monitor-LVDS"	"Monitor1"
+#     Option		"Monitor-VGA"	"Monitor2"
+# EndSection
+
+# Section "Device"
+#     Identifier	"Internal Graphics Card We Disable"
+#     Option		"Ignore"  "true"
+#     BusID		"PCI:1:0:0"
+# EndSection
+
+# Section "Monitor"
+#     Identifier	"Monitor1"
+#     DisplaySize	304 228
+# EndSection
+
+# Section "Monitor"
+#     Identifier	"Monitor2"
+#     HorizSync		24-82
+#     VertRefresh	55-77
+#     Option		"RightOf"	"Monitor1"
+# EndSection
+
+# Section "Screen"
+#     Identifier	"Screen"
+#     Device	"Video Card"
+#     Monitor	"Monitor"
+#     DefaultDepth	24
+#     SubSection "Display"
+#         Depth	 24
+#	  Virtual 3072 1200
+#     EndSubSection
+# EndSection
+
+# Section "ServerLayout"
+#     Identifier	"Layout"
+#     Screen		"Screen"
+#     InputDevice	"Keyboard"
+#     InputDevice	"Mouse"
+# EndSection
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ec81418..ded8856 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,6 +109,7 @@ binary-arch: build install
 	dh_installdebconf
 	dh_installdirs
 	dh_installdocs
+	dh_installexamples
 	dh_installman
 	dh_installchangelogs
 	dh_link
diff --git a/debian/xserver-xorg.examples b/debian/xserver-xorg.examples
new file mode 100644
index 0000000..7b56391
--- /dev/null
+++ b/debian/xserver-xorg.examples
@@ -0,0 +1 @@
+debian/local/xorg.conf


Reply to: