summaryrefslogtreecommitdiff
path: root/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
AgeCommit message (Collapse)AuthorFiles
2010-03-28xserver-kdrive-common : Xserver: add support xorg for buglabs's bug 1.x an ↵Denis 'GNUtoo' Carikli1
bump PR Handle the case where we have Xorg on a bug device (kdrive support was not present and not added): The bug device has 3 framebuffer devices nodes: /dev/fb0 : 160x105 monochrome lcd screen, on bugbase /dev/fb1 : 320x240 first color lcd screen (bug module) /dev/fb2 : 320x240 second color lcd screen (bug module) if we don't add this commit,Xserver would be running the following command at the end: xinit /etc/X11/Xsession -- /usr/bin/Xorg :0 -pn -screen 160x105x1 which will produce the following result for xorg: (EE) No Screen section called "160x105x1" (EE) Unable to determine the screen layout (EE) Error parsing the config file Fatal server error: no screens found Note that here "bug" is the machine defined in conf/machine/bug.conf
2010-03-18xserver-kdrive-common: simplify cmdline generation for GTA0(1|2), use ↵Martin Jansa1
DPI=280 also for Xglamo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-17xserver-kdrive-common: add trout board to Xserver start script (kdrive)David Lanzendörfer1
This patch should allow kdrive to use the touchscreen if you are booting SHR on trout bases devices like htcdream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23xserver-kdrive-common: SHR - don't force user to calibrate his screen after ↵Martin Jansa1
first boot, but restore calibration if available. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-31xserver-kdrive-common: missing ;; after GTA01 caseMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-31xserver-kdrive-common: use xinput_calibrator_once.sh for SHR in 89xTs_CalibrateMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-31xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 ↵Martin Jansa1
config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-05-18xserver-kdrive-common: Run calibration script before window manager and ↵Florian Boor1
change names in bb accordingly.
2009-05-13xserver-kdrive-common: Run display calibration later to make sure the device ↵Florian Boor1
node for the touchscreen has been created already so that the touchscreen test succeeds.
2009-04-15xserver-kdrive-common: fix Xserver script to detect overo and run xorgCarsten Haitzler (Rasterman)1
2009-04-14xserver-kdrive-common: fix start script to suport background opt and up pkgrevCarsten Haitzler1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>