Re: Re: devices Xfbdev

2003-11-10 Thread jassi brar
Hi Friends,
  I am a bit confused ... I understand, if i crosscompiple(Xipaq) When we do "make 
World" (I mean only the order of files)::
   host.def -> linux.cf -> kdrive.cf -> {xitsy.cf|tinyX.cf ; cross.def}
 The file iPAQH3600.cf says define KDriveServer and XiPAQH3500Server in host.def, but 
there is no conditional inclusion of iPAQH3600.cf in kdrive.cf (like its for tinyX.cf 
and itsy.cf).
  How wud this file(iPAQH3600.cf)get involved inthe process, if its not mentioned in 
kdrive.cf? So... either this has to be _hardwired_ in the compilation process or WE 
have put conditional inclusion entry in the kdrive.cf like ::
#if XiPAQH3500Server
#include 
#endif
 I think the latter case... what say, experts?
 I wud like to write my complete cross-compilation experience ..if i get to know all 
these detail... so that the _big_ guys wud have time to do more rewarding things than 
answering new-bie questions like mine :)
 Maybe thats the only way for me to express my gratitude.
Regards,
Jassi



Re: devices Xfbdev

2003-11-10 Thread Donnie Berkholz
On Mon, 2003-11-10 at 07:59, Juliusz Chroboczek wrote:
> >> server is now 866KB, which is still a wee bit over what I'd expect.]
> 
> DD> I got about that for an IA32 build.
> 
> So am I.  Something happened, I used to get almost 100KB less than that.
> 
> Unfortunately, I won't have time to track it down anytime soon.
> Anyone have time to try out Keith's tree on http://pdx.freedesktop.org/ ?

I built this from there about a week and a half ago, without any attempt
to make it small (-Os optimization or uclibc or anything like that).
-rwsr-xr-x1 root root   687576 Nov  1 03:28
/usr/X11R6/bin/Xfbdev



signature.asc
Description: This is a digitally signed message part


Re: devices Xfbdev

2003-11-10 Thread Juliusz Chroboczek
>> server is now 866KB, which is still a wee bit over what I'd expect.]

DD> I got about that for an IA32 build.

So am I.  Something happened, I used to get almost 100KB less than that.

Unfortunately, I won't have time to track it down anytime soon.
Anyone have time to try out Keith's tree on http://pdx.freedesktop.org/ ?

Juliusz

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: devices Xfbdev

2003-11-09 Thread David Dawes
On Sun, Nov 09, 2003 at 05:24:02PM +0100, Juliusz Chroboczek wrote:
>[size problem solved over private e-mail; it was due to using X-TT,
> which links against all of its ``encoding converters''; Jessi's X

Hmm, that should only happen if XTTInLibXFont is turned on.

> server is now 866KB, which is still a wee bit over what I'd expect.]

I got about that for an IA32 build.

Keeping the TinyX servers small is important.

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: devices Xfbdev

2003-11-09 Thread Juliusz Chroboczek
[size problem solved over private e-mail; it was due to using X-TT,
 which links against all of its ``encoding converters''; Jessi's X
 server is now 866KB, which is still a wee bit over what I'd expect.]

JB>   can anyone plz tell me what devices does Xfbdev(and Xipaq)
JB>   expect in the /dev/ directory, to work properly?

>From memory, it should need /dev/fb0, /dev/mem, and one of /dev/mouse,
/dev/psaux or some other pointing device (see hw/kdrive/linux/mouse.c
for the complete list of devices probed).

I think its simplest to try out experimentally:

  strace -e open Xfbdev

Juliusz




___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


devices Xfbdev

2003-11-08 Thread jassi brar
Hi,
  can anyone plz tell me what devices does Xfbdev(and Xipaq) expect in the /dev/ 
directory, to work properly? I mean, apart from fb0.
  There is no documentation availble :( ..if u know any, plz tell that also.
Regards.
Jassi.