summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2769-5000/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: xorg-minimal-fonts is responsible for this symlinkRichard Purdie2010-08-182-7/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: add qemux86-64 xorg.confKevin Tian2010-08-062-1/+69
| | | | | | | copy from qemux86 to make xserver works on qemu x86-64 platform. However full GUI doesn't pop up yet due to other keycode/theme problems in matchbox. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* xserver-xf86-config: netbook - merge the two ServerFlags sectionsJeff Dike2010-07-301-4/+1
| | | | | | | | | | A previous commit added AutoAddDevices as a separate ServerFlags section. This is apparently overridden by the one at the end of the file, so they need to be merged. [BUGID #141] Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* xserver-xf86-config: Add a netbook xorg.conf with an extra optionJeff Dike2010-07-271-0/+29
| | | | | | | | | | | The X server on some netbooks don't interact well with HAL with their keyboard or mouse and consequently one or both is unusable. This patch adds AutoAddDevices = False to a new netbook-specific xorg.conf. If this breaks any systems which currently work, we'll have to figure out what's really going on with hotplug and the X server. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* x86-64: Fix up COMPATIBLE_HOST defintions for x86-64Richard Purdie2010-07-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: upgrade to 1.8.99.904 (1.9 RC4)Yu Ke2010-07-084-22/+53
| | | | | | | Also update the releated x driver PR value, since they need recompile to match the new xserver ABI Signed-off-by: Yu Ke <ke.yu@intel.com>
* xorg-xserver: move older xserver's to meta-extrasJoshua Lock2010-06-2930-8789/+0
| | | | | | Move xservers which are only used by retired machines to meta-extras Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemux86/xorg.conf: no DefaultDepth for VMware SVGA driverKevin Tian2010-06-292-2/+1
| | | | | | | | | | VMware SVGA driver needs to have same depth between the host and the guest. Or put in other word, the depth read by the guest is the value read from host. The guest is not allowed to change virtual depth to other value. With DefaultDepth option xorg.conf, vmware driver rejects to work with suggestion "Please do not specify a depth on the command line or via the config file". Signed-off-by Kevin Tian <kevin.tian@intel.com>
* xserver-kdrive: Disable dolt to fix build failuresRichard Purdie2010-06-112-2/+15
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive-xomap: Bandaid for configure issues and modern autotoolsRichard Purdie2010-06-092-0/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fixes for Qemu to use VGA and Touch ScreenSaul Wold2010-06-072-4/+20
| | | | | | | Added usb tablet options to poky-qemu-internal script, and adjusted the xorg.conf script for x86 to use VGA screen and tablet input device Signed-off-by: Saul Wold <saul.wold@intel.com>
* xserver-kdrive-glamo: Fix broken SRC_URIScott Garman2010-05-241-2/+2
| | | | Signed-off-by: Scott Garman <sgarman@zenlinux.com>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-271-1/+1
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-071-0/+0
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* xserver-xf86-config: Do not set default depth to 16 for IGEP v2.Enric Balletbo i Serra2010-03-032-2/+1
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-lite: Fix compilation break for ARM architecture.Enric Balletbo i Serra2010-03-036-3/+313
| | | | | | | | | | This patch syncs the patches used in xserver-xf86-dri-lite and adds a new patch that fixes a compilation break for ARM architecture. (http://www.mail-archive.com/xorg-devel@lists.x.org/msg04137.html) Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add keyboard fix (partially from OE.devRichard Purdie2010-02-113-3/+32
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86: Drop old versions and update xserver-xf86-lite versionRichard Purdie2010-02-113-35/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add 1.7.99.2Richard Purdie2010-02-1131-6866/+1294
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2010-02-052-5/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xorg: Bulk version upgradesRichard Purdie2010-02-032-0/+37
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri: Fix for recent autoconf+automakeRichard Purdie2010-02-022-2/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add m4_pattern_allowRichard Purdie2009-11-272-4/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix typoRichard Purdie2009-11-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix macro in .m4 fileRichard Purdie2009-11-262-1/+20
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive-1.3.0.0: Add randr12 fix from OERichard Purdie2009-11-262-1/+31
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-lite.inc: Make sure the correct RDEPENDS variable is appended ↵Richard Purdie2009-10-181-1/+1
| | | | | | too (thanks Enric) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix RDEPENDS as RDEPENDS_PN is set and this overrides ↵Richard Purdie2009-10-141-1/+1
| | | | | | the base variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Add version for IGEP v2 boardEnric Balletbo i Serra2009-10-141-0/+48
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update patchesRichard Purdie2009-08-142-5/+11
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update patchesRichard Purdie2009-08-145-2/+801
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: The simplified xorg.conf shouldn't use legacy drivers, ↵Richard Purdie2009-07-092-2/+1
| | | | | | it confuses the xserver with multiple keyboards Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Convert to SRCPVRichard Purdie2009-07-021-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite_git: Drop DEFAULT_PREFERENCERichard Purdie2009-06-301-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* drm/mesa/xorg-video-inte/xorg-xserver: Update PV revisionsRichard Purdie2009-06-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xorg: Add RDEPENDS on xkeyboard-config since the world is kxb centricRichard Purdie2009-06-242-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Clean up xorg conf fileRichard Purdie2009-06-242-67/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Set a netbook suitable resolutionRichard Purdie2009-06-092-1/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xorg.conf: Use vmmouse for qemux86Richard Purdie2009-06-091-31/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and ↵Richard Purdie2009-06-041-2/+3
| | | | | | need to enable dga for the intel 2D driver Signed-off-by: Richard Purdie <richard@ted.(none)>
* xserver-xf86-common.inc: Make sure directory exists before installingRichard Purdie2009-06-041-0/+1
| | | | Signed-off-by: Richard Purdie <richard@ted.(none)>
* xserver-xf86-config: Set AllowEmptyInput to no fixing chaned defaults in ↵Richard Purdie2009-06-043-2/+3
| | | | | | modern xservers Signed-off-by: Richard Purdie <richard@ted.(none)>
* xserver-xf86: Split xorg.conf from main xserver packageRichard Purdie2009-05-316-21/+25
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add missing DEPENDS on bigreqsproto xcmiscprotoRichard Purdie2009-05-291-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add missing DEPENDS on dri2protoRichard Purdie2009-05-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add missing DEPENDS on dri2protoRichard Purdie2009-05-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-dri-lite: Drop dri2 version and enable dri2 by defaultRichard Purdie2009-05-192-24/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-dri-lite: Add version 1.6.0Richard Purdie2009-04-281-0/+15
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Use the virtual mesa dependency instead of hardcoded ↵Richard Purdie2009-04-141-1/+1
| | | | mesa-dri