summaryrefslogtreecommitdiffstats
path: root/meta/packages/x11-common
Commit message (Collapse)AuthorAgeFilesLines
* x11-common: change license from GPL to GPLv2Yu Ke2010-06-171-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-nodm-init: Make sure kdrive servers have the console keyboard enabledRichard Purdie2010-02-112-8/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* x11-common: Disable mipmapped text for now until problems with mesa are resolvedRichard Purdie2009-08-142-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-nodm-init: Add ability to run X as a non-root userRichard Purdie2009-05-272-3/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* x11-common: Remove unused Xinit file, remove hardcoded user assumptionsRichard Purdie2009-05-274-27/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* x11-common: Add support for starting xdg autostart .desktop filesRichard Purdie2009-05-173-2/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-2210-0/+505
of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966