[Debconf-video-commits] r619 - in fai-config: class files/etc/X11/xorg.conf package_config

Holger Levsen holger at alioth.debian.org
Sun Aug 1 17:09:19 UTC 2010


Author: holger
Date: 2010-08-01 17:09:11 +0000 (Sun, 01 Aug 2010)
New Revision: 619

Added:
   fai-config/files/etc/X11/xorg.conf/NVIDIA
Modified:
   fai-config/class/20-debconf10-classes
   fai-config/package_config/VIDEO
Log:
configure nvidia crap

Modified: fai-config/class/20-debconf10-classes
===================================================================
--- fai-config/class/20-debconf10-classes	2010-08-01 17:01:18 UTC (rev 618)
+++ fai-config/class/20-debconf10-classes	2010-08-01 17:09:11 UTC (rev 619)
@@ -31,6 +31,12 @@
    		echo "STORAGE ENCODING";;
 esac
 
+case $HOSTNAME in
+   selma|scratchy) 
+   		echo "NVIDIA";;
+esac
+
+
 #case $HOSTNAME in
 #   selma) 
 #   		echo "BRIDGE";;

Added: fai-config/files/etc/X11/xorg.conf/NVIDIA
===================================================================
--- fai-config/files/etc/X11/xorg.conf/NVIDIA	                        (rev 0)
+++ fai-config/files/etc/X11/xorg.conf/NVIDIA	2010-08-01 17:09:11 UTC (rev 619)
@@ -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.
+#
+# 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 "InputDevice"
+	Identifier	"Generic Keyboard"
+	Driver		"kbd"
+	Option		"CoreKeyboard"
+	Option		"XkbRules"	"xorg"
+	Option		"XkbModel"	"pc105"
+EndSection
+
+Section "InputDevice"
+	Identifier	"Configured Mouse"
+	Driver		"mouse"
+EndSection
+
+Section "Device"
+	Identifier	"Configured Video Device"
+	Driver "nvidia"
+EndSection
+
+Section "Monitor"
+	Identifier	"Configured Monitor"
+EndSection
+
+Section "Screen"
+	Identifier	"Default Screen"
+	Monitor		"Configured Monitor"
+        SubSection "Display"
+                Depth     24
+#               Modes "1400x900"
+#                Virtual 3360 1200
+#                Virtual 3840 1200
+        EndSubSection
+
+EndSection
+
+

Modified: fai-config/package_config/VIDEO
===================================================================
--- fai-config/package_config/VIDEO	2010-08-01 17:01:18 UTC (rev 618)
+++ fai-config/package_config/VIDEO	2010-08-01 17:09:11 UTC (rev 619)
@@ -50,6 +50,10 @@
 PACKAGES install lisa
 fail2ban
 
+PACKAGES install NVIDIA
+linux-headers-2.6.32-5-all
+nvidia-kernel-dkms nvidia-glx
+
 #unused:
 PACKAGES install BRIDGE
 bridge-utils




More information about the Debconf-video-commits mailing list