summaryrefslogtreecommitdiff
path: root/meta/packages/xserver-kdrive-common
Commit message (Collapse)AuthorAgeFilesLines
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-2210-501/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* xserver-nodm: Remove another fork, no need to use cat hereRichard Purdie2008-08-192-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5081 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Add in support for shbg files, shell scripts to be ↵Richard Purdie2008-08-192-1/+4
| | | | | | started in the background git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5072 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm-init: make the init script depend on dbus, because the session ↵Ross Burton2008-07-312-2/+2
| | | | | | needs it git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4989 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm-init: rdepend on dbus-wait and wait for the desktop signal ↵Ross Burton2008-07-252-2/+4
| | | | | | before continuing boot git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4961 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm-init: fixed start level to 9 as 09 was treated as octalMarcin Juszkiewicz2008-07-161-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4850 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: change 12keymap and 90XWindowManager to .shRoss Burton2008-07-043-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4815 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: don't use run-parts but instead exec or source scriptsRoss Burton2008-07-042-4/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4812 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm-init: add init script dependsRoss Burton2008-07-032-1/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4807 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm: sleep for 20s after X11 start to give time for x11 userland to ↵Marcin Juszkiewicz2008-07-032-1/+2
| | | | | | boot git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4793 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm: do not run itself in backgroundMarcin Juszkiewicz2008-07-032-7/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4792 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm: start at rc5.d/S09 not S99Marcin Juszkiewicz2008-07-031-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4791 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common, xtscal: move the X session script from former to latterRoss Burton2008-06-242-11/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4725 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: remove the xrdb session script, the xrdb package has ↵Ross Burton2008-06-242-5/+1
| | | | | | it now git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4724 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: do not load xmodmap - it breaks on 1.3.0.0Marcin Juszkiewicz2008-04-242-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4330 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: merged KDrive 1.4 support from OEMarcin Juszkiewicz2008-04-234-1/+270
| | | | | | | | - KDrive 1.4 require "-mouse tslib" to use touchscreen - KDrive 1.4 does not provide internal keymap so we need to load it git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4319 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: check for execute bit on dbus-launch, not just presenceRoss Burton2008-04-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4180 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: always start a session bus when X starts, as X is the ↵Ross Burton2008-04-072-7/+4
| | | | | | session git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4179 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: try running x-session-manager on startup before ↵Ross Burton2008-04-072-3/+3
| | | | | | x-window-manager git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4177 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-nodm-init: use pidof instead of ps|grep|grep|sed to get PID of xinitMarcin Juszkiewicz2008-03-052-5/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3949 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Remove xserver flags for cm-x270 since its using ↵Richard Purdie2008-02-142-4/+4
| | | | | | standard Xfbdev git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3810 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Added a Nokia 770 entry.Samuel Ortiz2007-08-132-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2489 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Change do_install logic to clean unwanted files betterRoss Burton2007-08-081-4/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2387 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: run calibration only on machines with touchscreenMarcin Juszkiewicz2007-06-112-6/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1904 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix order of arguments when constructing the screen, fixing rotation on ZaurusRoss Burton2007-05-292-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1808 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Switch to use formfactorRichard Purdie2007-05-232-42/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1774 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Set nokia800 dpi to 150 (should be 225 in theory)Richard Purdie2007-05-172-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1743 311d38ba-8fff-0310-9ca6-ca027cbcb966
* export HOME from Xsession script (see bug 292)Tomas Frydrych2007-04-252-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1549 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-kdrive-common: Add nokia800 supportRichard Purdie2007-01-302-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1224 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add XServer fallback settings for unknown machineMatthew Allum2006-10-032-1/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@786 311d38ba-8fff-0310-9ca6-ca027cbcb966
* clean up some unneeded references/variablesRichard Purdie2006-09-211-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@732 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Check /proc/cmdline for 'x11=false' to disable X server startupMatthew Allum2006-09-032-1/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@695 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add basic support for cmx270 mxfb XMatthew Allum2006-08-312-3/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@686 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Clean up X start up scripts. Remove uneeded files. Use xinit to more safely ↵Matthew Allum2006-08-2317-165/+28
| | | | | | launch Xserver and XSession scripts git-svn-id: https://svn.o-hand.com/repos/poky/trunk@632 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-2120-0/+358
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966