diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-24 16:30:31 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-24 16:30:31 +0100 |
| commit | ebfc798b2621a94283a20e3094bd4f0a5afc81ee (patch) | |
| tree | 7ef5e87026b266f55f23ac61d25863f0b83524a9 | |
| parent | b69163acd261eec8f833f76cfd9be2a49d669d62 (diff) | |
| download | poky-ebfc798b2621a94283a20e3094bd4f0a5afc81ee.tar.gz | |
xserver-xf86-config: Clean up xorg conf file
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf | 72 | ||||
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb | 2 |
2 files changed, 7 insertions, 67 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf index 5e5a79b6f3..0827e26bae 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf | |||
| @@ -1,63 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | Section "Files" | ||
| 3 | EndSection | ||
| 4 | |||
| 5 | Section "InputDevice" | ||
| 6 | Identifier "Generic Keyboard" | ||
| 7 | Driver "kbd" | ||
| 8 | Option "CoreKeyboard" | ||
| 9 | Option "XkbRules" "xorg" | ||
| 10 | Option "XkbModel" "pc105" | ||
| 11 | Option "XkbLayout" "us" | ||
| 12 | EndSection | ||
| 13 | |||
| 14 | Section "InputDevice" | ||
| 15 | Identifier "Configured Mouse" | ||
| 16 | Driver "mouse" | ||
| 17 | Option "CorePointer" | ||
| 18 | Option "Device" "/dev/input/mice" | ||
| 19 | Option "Protocol" "ImPS/2" | ||
| 20 | Option "ZAxisMapping" "4 5" | ||
| 21 | Option "Emulate3Buttons" "true" | ||
| 22 | EndSection | ||
| 23 | |||
| 24 | Section "InputDevice" | ||
| 25 | Identifier "Synaptics Touchpad" | ||
| 26 | Driver "synaptics" | ||
| 27 | Option "SendCoreEvents" "true" | ||
| 28 | Option "Device" "/dev/psaux" | ||
| 29 | Option "Protocol" "auto-dev" | ||
| 30 | Option "HorizEdgeScroll" "0" | ||
| 31 | EndSection | ||
| 32 | |||
| 33 | Section "InputDevice" | ||
| 34 | Driver "wacom" | ||
| 35 | Identifier "stylus" | ||
| 36 | Option "Device" "/dev/input/wacom" | ||
| 37 | Option "Type" "stylus" | ||
| 38 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
| 39 | EndSection | ||
| 40 | |||
| 41 | Section "InputDevice" | ||
| 42 | Driver "wacom" | ||
| 43 | Identifier "eraser" | ||
| 44 | Option "Device" "/dev/input/wacom" | ||
| 45 | Option "Type" "eraser" | ||
| 46 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
| 47 | EndSection | ||
| 48 | |||
| 49 | Section "InputDevice" | ||
| 50 | Driver "wacom" | ||
| 51 | Identifier "cursor" | ||
| 52 | Option "Device" "/dev/input/wacom" | ||
| 53 | Option "Type" "cursor" | ||
| 54 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
| 55 | EndSection | ||
| 56 | |||
| 57 | Section "Device" | 2 | Section "Device" |
| 58 | Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" | 3 | Identifier "Intel Graphics Driver" |
| 59 | Driver "intel" | 4 | Driver "intel" |
| 60 | BusID "PCI:0:2:0" | ||
| 61 | EndSection | 5 | EndSection |
| 62 | 6 | ||
| 63 | Section "Monitor" | 7 | Section "Monitor" |
| @@ -67,7 +11,7 @@ EndSection | |||
| 67 | 11 | ||
| 68 | Section "Screen" | 12 | Section "Screen" |
| 69 | Identifier "Default Screen" | 13 | Identifier "Default Screen" |
| 70 | Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" | 14 | Device "Intel Graphics Driver" |
| 71 | Monitor "Generic Monitor" | 15 | Monitor "Generic Monitor" |
| 72 | DefaultDepth 24 | 16 | DefaultDepth 24 |
| 73 | EndSection | 17 | EndSection |
| @@ -75,13 +19,9 @@ EndSection | |||
| 75 | Section "ServerLayout" | 19 | Section "ServerLayout" |
| 76 | Identifier "Default Layout" | 20 | Identifier "Default Layout" |
| 77 | Screen "Default Screen" | 21 | Screen "Default Screen" |
| 78 | InputDevice "Generic Keyboard" | ||
| 79 | InputDevice "Configured Mouse" | ||
| 80 | Option "AllowEmptyInput" "no" | ||
| 81 | # Uncomment if you have a wacom tablet | ||
| 82 | # InputDevice "stylus" "SendCoreEvents" | ||
| 83 | # InputDevice "cursor" "SendCoreEvents" | ||
| 84 | # InputDevice "eraser" "SendCoreEvents" | ||
| 85 | InputDevice "Synaptics Touchpad" | ||
| 86 | EndSection | 22 | EndSection |
| 87 | 23 | ||
| 24 | Section "ServerFlags" | ||
| 25 | Option "DontZap" "0" | ||
| 26 | Option "AllowEmptyInput" "0" | ||
| 27 | EndSection | ||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb index 5492a25134..d2f894725e 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "X.Org X server configuration file" | |||
| 2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
| 3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
| 4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
| 5 | PR = "r3" | 5 | PR = "r4" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://xorg.conf" | 7 | SRC_URI = "file://xorg.conf" |
| 8 | 8 | ||
