]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: Clean up xorg conf file
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 24 Jun 2009 15:30:31 +0000 (16:30 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 24 Jun 2009 15:30:31 +0000 (16:30 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf
meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb

index 5e5a79b6f343f0020283ed0adabe95a3e3619270..0827e26baebc6f8c1bff3a5ad4a948da629b0bfb 100644 (file)
@@ -1,63 +1,7 @@
 
-Section "Files"
-EndSection
-
-Section "InputDevice"
-    Identifier    "Generic Keyboard"
-    Driver        "kbd"
-    Option        "CoreKeyboard"
-    Option        "XkbRules"    "xorg"
-    Option        "XkbModel"    "pc105"
-    Option        "XkbLayout"    "us"
-EndSection
-
-Section "InputDevice"
-    Identifier    "Configured Mouse"
-    Driver        "mouse"
-    Option        "CorePointer"
-    Option        "Device"        "/dev/input/mice"
-    Option        "Protocol"        "ImPS/2"
-    Option        "ZAxisMapping"        "4 5"
-    Option        "Emulate3Buttons"    "true"
-EndSection
-
-Section "InputDevice"
-    Identifier    "Synaptics Touchpad"
-    Driver        "synaptics"
-    Option        "SendCoreEvents"    "true"
-    Option        "Device"        "/dev/psaux"
-    Option        "Protocol"        "auto-dev"
-    Option        "HorizEdgeScroll"    "0"
-EndSection
-
-Section "InputDevice"
-    Driver        "wacom"
-    Identifier    "stylus"
-    Option        "Device"    "/dev/input/wacom"
-    Option        "Type"        "stylus"
-    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
-EndSection
-
-Section "InputDevice"
-    Driver        "wacom"
-    Identifier    "eraser"
-    Option        "Device"    "/dev/input/wacom"
-    Option        "Type"        "eraser"
-    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
-EndSection
-
-Section "InputDevice"
-    Driver        "wacom"
-    Identifier    "cursor"
-    Option        "Device"    "/dev/input/wacom"
-    Option        "Type"        "cursor"
-    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
-EndSection
-
 Section "Device"
-    Identifier    "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
+    Identifier    "Intel Graphics Driver"
     Driver        "intel"
-    BusID        "PCI:0:2:0"
 EndSection
 
 Section "Monitor"
@@ -67,7 +11,7 @@ EndSection
 
 Section "Screen"
     Identifier    "Default Screen"
-    Device        "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
+    Device        "Intel Graphics Driver"
     Monitor        "Generic Monitor"
     DefaultDepth    24
 EndSection
@@ -75,13 +19,9 @@ EndSection
 Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
-    InputDevice    "Generic Keyboard"
-    InputDevice    "Configured Mouse"
-    Option         "AllowEmptyInput" "no" 
-# Uncomment if you have a wacom tablet
-#    InputDevice     "stylus"    "SendCoreEvents"
-#    InputDevice     "cursor"    "SendCoreEvents"
-#    InputDevice     "eraser"    "SendCoreEvents"
-    InputDevice    "Synaptics Touchpad"
 EndSection
 
+Section "ServerFlags"
+    Option        "DontZap"  "0"
+    Option        "AllowEmptyInput" "0"
+EndSection
index 5492a251345ac488ed77032939417f8318ba8b94..d2f894725ea3d8280a28ca9df4316c3f768e6d5b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
 HOMEPAGE = "http://www.x.org"
 SECTION = "x11/base"
 LICENSE = "MIT-X"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "file://xorg.conf"