Re: [Zaurus-devel] new Xorg X server + XKB keymap for Zaurus

2010-01-21 Thread Yuri Bushmelev
Hello! > > Thank you for your work! > > Can you please measure memory load? Just to compare kdrive vs xorg. > > kdrive without args after flush cache: > 1.2MB > > Xorg with configuration on my page after flush cache: > 8.5MB > > I am not sure, what eats this memory, but disabling rotation and >

Re: [Zaurus-devel] new Xorg X server + XKB keymap for Zaurus

2010-01-21 Thread Stanislav Brabec
Yuri Bushmelev wrote: > Hello! > > > > Thank you for your work! > > > Can you please measure memory load? Just to compare kdrive vs xorg. > > > > kdrive without args after flush cache: > > 1.2MB > > > > Xorg with configuration on my page after flush cache: > > 8.5MB I just did yet another test:

[Zaurus-devel] akita irda Re: Zaurus-devel Digest, Vol 3, Issue 16

2010-01-21 Thread Pavel Machek
> i integrated it in the kernel tree, drivers/serial/pxa_uart_on_ir.c > it seems there is something wrong about something like this > > /* > * Akita IO Expander > */ > //struct platform_device akitaioexp_device = { > //.name = "akita-ioexp", > //.id = -1, >

Re: [Zaurus-devel] akita irda Re: Zaurus-devel Digest, Vol 3, Issue 16

2010-01-21 Thread Stanislav Brabec
Pavel Machek wrote: > > //EXPORT_SYMBOL_GPL(akitaioexp_device)??? why has not been exported by > > i mean the modprobe returns this error > > pxa_uart_on_ir: Unknown symbol akitaioexp_device > > Noone needed it before? > Add the export, recompile and see what happens? > Sound codec and backli