Re: How to run the X xserver in a chroot environment

2009-06-12 Thread Li, Yan
Option XkbModel pc104 Option XkbLayout us EndSection Section InputDevice Identifier Configured Mouse Driver mouse EndSection -- Li, Yan ___ xorg mailing list xorg@lists.freedesktop.org http

[PATCH] XKB: cache xkbcomp output for fast start-up v4 for 1.6.0

2009-04-10 Thread Li, Yan
); -(void) unlink (fileName); return (need|want)(~missing); } -- 1.5.6.5 -- Li, Yan signature.asc Description: Digital signature ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] XKB: cache xkbcomp output for fast start-up v3 for 1.6.0

2009-04-08 Thread Li, Yan
this into another patch (I can make it), since I don't know how to test the change to render/glyph.c. By putting this into another patch we can test the impact to render/glyph.c separately. -- Li, Yan ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Recommended X versions for Mobile IntelĀ® GM45 Express Chipset

2009-04-06 Thread Li, Yan
expect best stability and performance. But Moblin v2.0 is still in alpha stage so there might still be some problems with it. -- Li, Yan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] Cache xkbcomp output for fast start-up v2

2009-04-03 Thread Li, Yan
On Wed, Apr 01, 2009 at 11:40:02AM +1000, Peter Hutterer wrote: On Mon, Mar 30, 2009 at 08:03:25PM +0800, Li, Yan wrote: snip this should be ${localstatedir}/cache/xkb instead. Yes. note that when you're doing this change, you also need to remove the part that checks for XKM_OUTPUT_DIR

[PATCH] Cache xkbcomp output for fast start-up v2

2009-03-30 Thread Li, Yan
code path. -- Li, Yan From bd2cef32bafffb76ba1aa570f6a716cfe4b5ca15 Mon Sep 17 00:00:00 2001 From: Yan Li yan.i...@intel.com Date: Mon, 30 Mar 2009 19:32:27 +0800 Subject: [PATCH] Cache xkbcomp output for fast start-up v2 xkbcomp outputs will be cached in files with hashed keymap as names

Re: [PATCH] Patch to not fork/exec xkbcomp on X Server initialization

2009-03-30 Thread Li, Yan
to follow on this until people is happy with it. It's looking good from a first pass, but I'd really like to see the patches split into one containing just the actual changes. I'm happy to test it then. Thanks. I'm sending the v2 patch soon replying this mail. -- Li, Yan

[PATCH] Patch to not fork/exec xkbcomp on X Server initialization

2009-03-25 Thread Li, Yan
like this into mainstream. Or if we need to add an option to make this behaviour optional, rather than enabled by default. I'd like to follow on this until people is happy with it. Welcome comments. -- Li, Yan From e7046c26d7ac970bfd75cae16262845bef72423b Mon Sep 17 00:00:00 2001 From: Yan Li