diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 14:32:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:29 +0100 |
| commit | cdf878387ad460f7c6b7a58dcc996918bcd07a0a (patch) | |
| tree | b8962ec003760b36fc1ead9c0a5ad38c0c4d0f4a /meta/recipes-graphics/xorg-xserver | |
| parent | 5331f471045459a496f829cb747447e8f196d26e (diff) | |
| download | poky-cdf878387ad460f7c6b7a58dcc996918bcd07a0a.tar.gz | |
Remove machine-specific metadata for machines no longer in oe-core
(From OE-Core rev: 72567733033347b662d9baa07432985fd2da3efa)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf | 26 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/igep0020/xorg.conf | 47 |
2 files changed, 0 insertions, 73 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf deleted file mode 100644 index e18b911199..0000000000 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Section "Device" | ||
| 2 | Identifier "Intel Graphics Driver" | ||
| 3 | Driver "intel" | ||
| 4 | EndSection | ||
| 5 | |||
| 6 | Section "Monitor" | ||
| 7 | Identifier "Generic Monitor" | ||
| 8 | Option "DPMS" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Screen" | ||
| 12 | Identifier "Default Screen" | ||
| 13 | Device "Intel Graphics Driver" | ||
| 14 | Monitor "Generic Monitor" | ||
| 15 | DefaultDepth 24 | ||
| 16 | EndSection | ||
| 17 | |||
| 18 | Section "ServerLayout" | ||
| 19 | Identifier "Default Layout" | ||
| 20 | Screen "Default Screen" | ||
| 21 | EndSection | ||
| 22 | |||
| 23 | Section "ServerFlags" | ||
| 24 | Option "DontZap" "0" | ||
| 25 | Option "AutoAddDevices" "False" | ||
| 26 | EndSection | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/igep0020/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/igep0020/xorg.conf deleted file mode 100644 index ae8a395a05..0000000000 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/igep0020/xorg.conf +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 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 "Device" | ||
| 25 | Identifier "OMAPFB Graphics Controller" | ||
| 26 | Driver "omapfb" | ||
| 27 | EndSection | ||
| 28 | |||
| 29 | Section "Monitor" | ||
| 30 | Identifier "Generic Monitor" | ||
| 31 | Option "DPMS" | ||
| 32 | EndSection | ||
| 33 | |||
| 34 | Section "Screen" | ||
| 35 | Identifier "Default Screen" | ||
| 36 | Device "OMAPFB Graphics Controller" | ||
| 37 | Monitor "Generic Monitor" | ||
| 38 | EndSection | ||
| 39 | |||
| 40 | Section "ServerLayout" | ||
| 41 | Identifier "Default Layout" | ||
| 42 | Screen "Default Screen" | ||
| 43 | InputDevice "Generic Keyboard" | ||
| 44 | InputDevice "Configured Mouse" | ||
| 45 | Option "AllowEmptyInput" "no" | ||
| 46 | EndSection | ||
| 47 | |||
