Jorge Luis Zapata wrote: > Hi all, > > Ive been trying to test the new glamo xorg driver, but there are several > things missing on the OE recipes. > > We need xf86-input-tslib (or xf86-input-evdev in case we use only > /dev/input/eventX devices) also installed on the device or we wont have > any input. As i dont know where to patch if someone can point me to the > place i'll be glad to send a patch. > > Hah, no-one ever looks back in the mailing lists :-D
Here are the first two patches of my patch series repeated again. Graeme (XorA)
>From ca1baee2d9f81cd0ec9ad2e41fc67b8f9bbe1c13 Mon Sep 17 00:00:00 2001 From: Graeme Gregory <[email protected]> Date: Fri, 14 Nov 2008 10:25:17 +0000 Subject: [PATCH] om-gta02.conf : switch to Xorg instead of kdrive glamo --- conf/machine/om-gta02.conf | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index c31828a..b10e217 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -6,8 +6,8 @@ TARGET_ARCH = "arm" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.28" -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" UBOOT_ENTRYPOINT = "30008000" MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" @@ -15,7 +15,10 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "285" -XSERVER = "xserver-kdrive-glamo xserver-kdrive-fbdev" +XSERVER = "xserver-xorg \ + xf86-video-fbdev \ + xf86-input-tslib \ + xf86-input-keyboard" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ -- 1.5.6.5
>From 0260877571432f2dfa177a8b3da3c47feb4d98f2 Mon Sep 17 00:00:00 2001 From: Graeme Gregory <[email protected]> Date: Tue, 25 Nov 2008 07:51:51 +0000 Subject: [PATCH] om-gta02.conf : install the glamo driver as well --- conf/machine/om-gta02.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index b10e217..d35da04 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -17,6 +17,7 @@ MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "285" XSERVER = "xserver-xorg \ xf86-video-fbdev \ + xf86-video-glamo \ xf86-input-tslib \ xf86-input-keyboard" -- 1.5.6.5
_______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
