[Durian-svn] [4068] xorg.conf file for running without a graphics card

campbell institute at blender.org
Fri May 28 14:22:26 CEST 2010


Revision: 4068
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4068
Author:   campbell
Date:     2010-05-28 14:22:16 +0200 (Fri, 28 May 2010)
Log Message:
-----------
xorg.conf file for running without a graphics card

Added Paths:
-----------
    frm/xorg.conf.nogpu

Added: frm/xorg.conf.nogpu
===================================================================
--- frm/xorg.conf.nogpu	                        (rev 0)
+++ frm/xorg.conf.nogpu	2010-05-28 12:22:16 UTC (rev 4068)
@@ -0,0 +1,42 @@
+Section "ServerLayout"
+	Identifier     "X.org Configured"
+	Screen      0  "Screen0" 0 0
+#	InputDevice    "Mouse0" "CorePointer"
+#	InputDevice    "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+	ModulePath   "/usr/lib/xorg/modules"
+	FontPath     "/usr/share/fonts/X11/misc"
+	FontPath     "built-ins"
+EndSection
+
+Section "Module"
+	Load  "glx"
+	Load  "dri2"
+	Load  "dbe"
+	Load  "extmod"
+	Load  "dri"
+EndSection
+
+Section "Monitor"
+	Identifier   "Monitor0"
+	VendorName   "Monitor Vendor"
+	ModelName    "Monitor Model"
+EndSection
+
+Section "Device"
+	Identifier  "Card0"
+	Driver      "dummy"
+EndSection
+
+Section "Screen"
+	Identifier "Screen0"
+	Device     "Card0"
+	Monitor    "Monitor0"
+	SubSection "Display"
+		Viewport   0 0
+		Depth     24
+	EndSubSection
+EndSection
+



More information about the Durian-svn mailing list