]> xenbits.xen.org Git - xenclient/build.git/commitdiff
don't use the GPU in dom0
authorJames Mckenzie <jamesmck@taoand.cam.xci-test.com>
Sat, 12 Dec 2009 00:57:05 +0000 (00:57 +0000)
committerJames Mckenzie <jamesmck@taoand.cam.xci-test.com>
Sat, 12 Dec 2009 00:57:05 +0000 (00:57 +0000)
target/generic/target_xenclient_skeleton/etc/X11/xorg.conf [new file with mode: 0644]

diff --git a/target/generic/target_xenclient_skeleton/etc/X11/xorg.conf b/target/generic/target_xenclient_skeleton/etc/X11/xorg.conf
new file mode 100644 (file)
index 0000000..515bf79
--- /dev/null
@@ -0,0 +1,71 @@
+
+# Xorg configuration created by system-config-display
+
+Section "ServerLayout"
+       Identifier     "Layout0"
+       Screen      0  "Screen0" 0 0
+       InputDevice    "Keyboard0" "CoreKeyboard"
+        InputDevice    "Mouse0" "CorePointer"
+EndSection
+
+Section "ServerFlags"
+        Option "BlankTime" "35000"
+        Option "StandbyTime" "35000"
+        Option "SuspendTime" "35000"
+        Option "OffTime" "35000"
+       Option "AllowMouseOpenFail"     "on" 
+       Option "AllowEmptyInput"        "false"
+       Option "AutoAddDevices"         "false"        
+EndSection
+
+Section "InputDevice"
+       Identifier  "Keyboard0"
+       Driver      "kbd"
+       Option      "XkbModel" "pc105"
+       Option      "XkbLayout" "us+inet"
+EndSection
+
+Section "InputDevice"
+        Identifier  "Mouse0"
+        Driver      "mouse"
+        Option      "Protocol" "auto"
+        Option      "Device" "/dev/input/mice"
+        Option      "ZAxisMapping" "4 5 6 7"
+EndSection
+
+Section "Monitor"
+       Identifier   "Monitor0"
+       ModelName    "Monitor0"
+       Option      "dpms" "off"
+EndSection
+
+Section "Monitor"
+        Identifier   "Monitor1"
+        ModelName    "Monitor1"
+        Option      "dpms" "off"
+        Option      "Clone" "True"
+EndSection
+
+Section "Device"
+       Identifier  "intel"
+       Driver      "intel"
+        Option      "FramebufferCompression" "Off"
+        Option      "Tiling" "Off"
+        Option      "Clone" "True"
+        Option      "Monitor-LVDS" "Monitor0"
+        Option      "Monitor-VGA"  "Monitor1"
+        Option     "NoAccel" "true"
+       Option      "SWCursor" "boolean"
+        BusID      "PCI:0:2:0"
+EndSection
+
+Section "Screen"
+       Identifier "Screen0"
+       Device     "intel"
+       Monitor    "Monitor0"
+       DefaultDepth     24
+       SubSection "Display"
+               Viewport   0 0
+               Depth     24
+       EndSubSection
+EndSection