embedded (GPL)Xfree86

2003-09-26 Thread jassi brar
Dear all, I m working on porting the X11 onto an embedded environment. The regular XFree86 is obviously MUCH MORE than needed. I need some "trimmed" version of XFree86 for embedded linux(mizi), that too under GPL(i can't buy any comercial s/w). Cud you plz suggest me some suggestion or link

Re: Re: embedded (GPL)Xfree86

2003-09-27 Thread jassi brar
to ALL. regards, jassi On Fri, 26 Sep 2003 Tim Roberts wrote : On 26 Sep 2003 11:05:02 -, jassi brar wrote: > >Dear all, > I m working on porting the X11 onto an embedded environment. >The regular XFree86 is obviously MUCH MORE than needed. Why do you think so? If you just t

Re: how to build an embedded X-window

2003-10-13 Thread jassi brar
Hi joseph, > I'm new in embedded Linux and XFree86 world. Now I have built a embedded linux on > my CF card (32MB). Welcome to the community. > ThenI want to build a embedded platform with X window. What paper should I read > first? I think you need "GUI", not particularly X windows. Clarify

Re: how to build an embedded X-window

2003-10-13 Thread jassi brar
Hi joseph, > I'm new in embedded Linux and XFree86 world. Now I have built a embedded linux on > my CF card (32MB). Welcome to the community. > ThenI want to build a embedded platform with X window. What paper should I read > first? I think you need "GUI", not particularly X windows. Clarify

X11 on S3C2410??

2003-10-17 Thread jassi brar
Hi all, I have to put X-server on my s3c2410 board. I have tried compiling the tinyX without sucess. i would be grateful if someone could help me out. I m using mizi-linux kernel. 1). If you know which "X" should i use, please tell me. 2). What changes to the code, would i have to mak

Re: Re: X11 on S3C2410??

2003-10-19 Thread jassi brar
Hi all, Thanx to tim and alex for advice. everyone else for reading my mail :) I have infact google'd extensively for tinyX... i did find a lot about tinyX but no good howto about compiling/installing it (yes yes i've seen the handheld.org -> Notes on Developing using Cross Compiler but i m us

png.h not found!!!

2003-10-23 Thread jassi brar
Hi all, i m trying to crosscompile XFree86(TinyX). Everything works fine but ... when compilation enters the xc/programs/xcursorgen dir it says png.h found nowhere!!! along with many errors. png.h is nowhere present in XFree86 source tree ...not even in the whole filesystem ;) Any help wu

Re: Re: png.h not found!!!

2003-10-23 Thread jassi brar
Hi david, Noo, i m crosscompiling XFree86. By the way, can't i do without it? jassi On Thu, 23 Oct 2003 david mattatall wrote : >Do you have libpng installed? >___ >Devel mailing list >[EMAIL PROTECTED] >http://XFree86.Org/mailman/listinfo/devel

Re: Re: Re: png.h not found!!!

2003-10-24 Thread jassi brar
hanx again, Jassi On Fri, 24 Oct 2003 David Dawes wrote : >On Thu, Oct 23, 2003 at 03:46:34PM -, jassi brar wrote: > >Hi david, > > Noo, i m crosscompiling XFree86. By the way, can't i do without it? > >Yes, just add the following line to your xc/config/cf/host.def fi

X library not found error

2003-10-28 Thread jassi brar
Hi all, i m trying to port X-server on s3c2410 board. I successfully crosscompiled the tinyX and put it in the filesystem. But when i give any command like "xinit" or "X" or "Xfbdev" its says :: example:_ # ./Xfbdev ./Xfbdev: error while loading shared libraries

Xfbdev problem

2003-10-29 Thread jassi brar
Hi all, I m trying to run Xfbdev(tinyX) on s3c2410... but when i try to execute it, it says _ # startx hostname: (none): Unknown host mcookie: No such file or directory xauth: timeout in locking authority file //.Xauthority xauth: timeout in locking a

Xfbdev fails.....

2003-11-02 Thread jassi brar
Hi all, I m trying to run Xfbdev(tinyX) on my arm-board. But I m facing the error:: ___ # xterm xterm: error while loading shared libraries: libXft.so.2: cannot load shared object file: No such file or directory # xinit _XSERVTransSocketOpenCOT

Xfbdev error

2003-11-07 Thread jassi brar
Hi all, I m building kdrive/Xfbdev,Xipaq (XFree86-4.3.99.14) server. I just amaze why its size is so big(Xfbdev-3.2MB, Xipaq-3.3MB)... when it is supposed to be light-weight. here are my host.def and cross.def file. host.def

Re: Re: Xfbdev error

2003-11-08 Thread jassi brar
Hi David, I _do_ have shared libraries. Can u please tell me the OPTION, to give while compiling Xfbdev, by which it knows of the shared libs being present already. I mean something to be define'd or undef'd in the any .def file.? All these libs libX*.so.* also get compipled with the Xfbdev.

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.

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 th

Touchscreen Problem

2003-11-19 Thread jassi brar
Hi all, I am facing problem configuring the touchscreen for my development board. I have cross-compiled the Xipaq (XFree-4.3.99.14) sucessully. When i try to run the Xipaq it gives messages like:: Switching to mouse protocol "exps/2" Switching to mouse protocol "bus" Switching to mouse protoco

freetype2 problems with cvs

2003-12-11 Thread jassi brar
Hi all, http://www.mail-archive.com/[EMAIL PROTECTED]/msg04101.html In reference to the above link where david suggested some changes in the XFree86 source. Index: lib/Xft/Xft.h === RCS file: /home/x-cvs/xc/lib/Xft/Xft.h,v retriev

Re: Re: freetype2 problems with cvs

2003-12-11 Thread jassi brar
Your second reply satisfies me. -jassi On Thu, 11 Dec 2003 David Dawes wrote : >On Thu, Dec 11, 2003 at 10:21:21AM -0500, David Dawes wrote: > >On Thu, Dec 11, 2003 at 01:58:03PM -0000, jassi brar wrote: > >>Hi all, > >> http://www.mail-archive.com/[EMAIL PROTE

Re: help on configure the X window System X11R6

2004-01-06 Thread jassi brar
Hi, Use some existing architecture port (say iPaq), as the starting point. Study it and then make parallel changes. thats the best way to do it. -jassi On Tue, 06 Jan 2004 Suresh Chandra Mannava wrote : >Dear Friends, > >We are going to port Xfree86 to new processor platform >which is running l

Re: C++ code in Xfree86?

2004-01-11 Thread jassi brar
Hi, >1)for cross compiling, does we need to modify >cross.def and save as host.def? No, you have to make a new file host.def where you put in all the configuration define's > >2)In Cross.def there is a line > #define CplusplusCmd > >Is there any C++ code in Xfree86-4.2.0 source? >

Re: previously cannot find -lfl now cannot find -ltermcap

2004-01-23 Thread jassi brar
simply get the corresponding libtermcap for ur arch and put it in proper lib dir in ur LD_LIBRARY_PATH -Jassi On Fri, 23 Jan 2004 Suresh Chandra Mannava wrote : >Dear Friends, > >I build Xfree86 TinyX for new architecture Abacus, >Now I am facing problem while installing(make install) > >I requ

Re: compile error 4.3.0

2004-02-02 Thread jassi brar
you shud download 4.3.0, change host.def(may be), do "make World" -jassi On Tue, 03 Feb 2004 [EMAIL PROTECTED] wrote : >hi folks, > >i had a xf86sym compile error using the 4.1.0 sources that i patched with >the 4.2.0 and 4.3.0 diff files. i also compiled and installed atk and pango >before runnin