2009/12/9 Sebastian Reichel <elektra...@gmail.com>

> On Wed, Dec 09, 2009 at 07:28:30AM +0200, Timo Jyrinki wrote:
> > 2009/12/8 A.A. <a...@email.it>
> > > Why navit on debian is much more slow that shr?
> >
> > A good question, if it's indeed so (are you running the latest update
> > svn2755 from 9 days ago?). There is:
> >
> > ifeq ($(DEB_HOST_ARCH), armel)
> >   CONFFLAGS += --enable-avoid-float
> > endif
> >
> > in debian/rules, so at least that part should be correct. Does anyone
> > have any other ideas? There is a whole lot of compilation options, and
> > also of course the navit.xml might be the culprit.
> >
> > -Timo
>
> Perhaps you are using Xorg framebuffer driver instead of glamo
> driver?
>
> -- Sebastian
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAksfa/UACgkQH0JwilpTmKiwIwCfaZO95VOwgUckPPOBqcTlvPJ0
> SJ8An1KC2PaU320wl6hybt0sJGRbhUQl
> =wHyx
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Smartphones-userland mailing list
> Smartphones-userland@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
>
>
My xorg.conf is :

cat /etc/X11/xorg.conf
Section "Device"
       Identifier      "Configured Video Device"
       Driver          "glamo"
EndSection
Section "InputDevice"
        Identifier      "Configured Touchscreen"
        Driver          "tslib"
        Option          "CorePointer"           "true"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/event1"
        Option          "Protocol"              "Auto"
EndSection

-- 
A.A.
_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to