* Re: [oe-commits] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled [not found] <E1NTDIp-00055S-0r@melo.openembedded.org> @ 2010-01-12 14:03 ` Martin Jansa 2010-01-12 14:10 ` Koen Kooi 0 siblings, 1 reply; 3+ messages in thread From: Martin Jansa @ 2010-01-12 14:03 UTC (permalink / raw) To: openembedded-devel; +Cc: openembedded-commits On Fri, Jan 08, 2010 at 11:46:51AM +0000, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041 > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9b352acba24c78b562d8dc6527b774cbb86041 > > Author: Koen Kooi <koen@openembedded.org> > Date: Fri Jan 8 12:44:47 2010 +0100 > > xserver-xorg 1.7.3: fix regression where hal was disabled > > * this fixes the "my touchscreen isn't working anymore" bug Thanks, can we add hal conditionaly as XINERAMA is? Maybe for both om-gta01, om-gta02? We have input configuration in xorg.conf and with hal for input detection deprecated by xorg devs I guess we won't change that before 1.8 xserver (maybe with deviceKit or something else). Before this change hal could be removed from om-gta* I'm also willing to accept that we also need hal from reasons I don't know about yet.. Regards, > --- > > recipes/xorg-xserver/xserver-xorg_1.7.3.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb > index af01a90..edede8b 100644 > --- a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb > +++ b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb > @@ -3,7 +3,7 @@ require xorg-xserver-common.inc > DESCRIPTION = "the X.Org X server" > DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" > PE = "2" > -PR = "r3" > +PR = "r4" > > SRC_URI += "file://sysroot_fix.patch;patch=1 \ > file://dolt-fix-1.7.0.patch;patch=1 \ > @@ -20,7 +20,7 @@ do_install_prepend() { > # The NVidia driver requires Xinerama support in the X server. Ion uses it. > XINERAMA = "${@['--disable-xinerama','--enable-xinerama'][bb.data.getVar('MACHINE',d) in ['ion']]}" > > -EXTRA_OECONF += "--disable-xephyr --disable-config-hal ${XINERAMA} --disable-kdrive --disable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-dmx" > +EXTRA_OECONF += " --enable-config-hal ${XINERAMA} --disable-kdrive --disable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-dmx" > EXTRA_OECONF += " --disable-glx-tls --enable-dri2 --disable-unit-tests " > > export LDFLAGS += " -ldl " > > > _______________________________________________ > Openembedded-commits mailing list > Openembedded-commits@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits -- uin:136542059 jid:Martin.Jansa@gmail.com Jansa Martin sip:jamasip@voip.wengo.fr JaMa ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled 2010-01-12 14:03 ` [oe-commits] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled Martin Jansa @ 2010-01-12 14:10 ` Koen Kooi 2010-02-05 23:25 ` Dallas Foley 0 siblings, 1 reply; 3+ messages in thread From: Koen Kooi @ 2010-01-12 14:10 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12-01-10 15:03, Martin Jansa wrote: > On Fri, Jan 08, 2010 at 11:46:51AM +0000, git version control wrote: >> Module: openembedded.git >> Branch: org.openembedded.dev >> Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041 >> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9b352acba24c78b562d8dc6527b774cbb86041 >> >> Author: Koen Kooi <koen@openembedded.org> >> Date: Fri Jan 8 12:44:47 2010 +0100 >> >> xserver-xorg 1.7.3: fix regression where hal was disabled >> >> * this fixes the "my touchscreen isn't working anymore" bug > > Thanks, > > can we add hal conditionaly as XINERAMA is? > Maybe for both om-gta01, om-gta02? > > We have input configuration in xorg.conf and with hal for input > detection deprecated by xorg devs I guess we won't change that before > 1.8 xserver (maybe with deviceKit or something else). AIUI you can do --enable-udev to get udev based device handling (aka "The Future") working, but that would involve one of the OE devs expanding the current touchscreen0 udev rule. - --enable hal and --enable-udev are mutually exclusive, though. > Before this change hal could be removed from om-gta* > > I'm also willing to accept that we also need hal from reasons I don't know > about yet.. e.g. people wanting to use xf86-input-tslib on gta0X, like me :) regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLTILZMkyGM64RGpERAv0+AKCKBN96oE8Yvx1/dK7/y0lG82oMOgCfcgpx CHftf+HCW1kH9SHY1aKb9gI= =bmXf -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled 2010-01-12 14:10 ` Koen Kooi @ 2010-02-05 23:25 ` Dallas Foley 0 siblings, 0 replies; 3+ messages in thread From: Dallas Foley @ 2010-02-05 23:25 UTC (permalink / raw) To: openembedded-devel Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 12-01-10 15:03, Martin Jansa wrote: >> On Fri, Jan 08, 2010 at 11:46:51AM +0000, git version control wrote: >>> Module: openembedded.git >>> Branch: org.openembedded.dev >>> Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041 >>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9b352acba24c78b562d8dc6527b774cbb86041 >>> >>> Author: Koen Kooi <koen@openembedded.org> >>> Date: Fri Jan 8 12:44:47 2010 +0100 >>> >>> xserver-xorg 1.7.3: fix regression where hal was disabled >>> >>> * this fixes the "my touchscreen isn't working anymore" bug >> Thanks, >> >> can we add hal conditionaly as XINERAMA is? >> Maybe for both om-gta01, om-gta02? >> >> We have input configuration in xorg.conf and with hal for input >> detection deprecated by xorg devs I guess we won't change that before >> 1.8 xserver (maybe with deviceKit or something else). > > AIUI you can do --enable-udev to get udev based device handling (aka > "The Future") working, but that would involve one of the OE devs > expanding the current touchscreen0 udev rule. > - --enable hal and --enable-udev are mutually exclusive, though. > >> Before this change hal could be removed from om-gta* >> >> I'm also willing to accept that we also need hal from reasons I don't know >> about yet.. > > e.g. people wanting to use xf86-input-tslib on gta0X, like me :) Xorg 1.7.3 and 1.7.4 seems to get stuck somewhere for me when logging out. If I "--disable-config-hal" and put my touchscreen info back in xorg.conf then my touchscreen is Ok. Anyone else have this problem with touch screens or is it just isolated to me ? > > regards, > > Koen > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFLTILZMkyGM64RGpERAv0+AKCKBN96oE8Yvx1/dK7/y0lG82oMOgCfcgpx > CHftf+HCW1kH9SHY1aKb9gI= > =bmXf > -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-05 23:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1NTDIp-00055S-0r@melo.openembedded.org>
2010-01-12 14:03 ` [oe-commits] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled Martin Jansa
2010-01-12 14:10 ` Koen Kooi
2010-02-05 23:25 ` Dallas Foley
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.