Re: porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
> > here are my queries on porting xfree86 to this > > platform. > > > > We are going to cross-compile xfree86-4.2.0. > > Why not 4.3 or the release candidate? > C Compiler: Based on GCC 2.95.3 Assembler: Based on GNU binutils 2.10.1 Linker: Based on GNU

reference file for driver specs

2004-01-11 Thread Joseph Syjuco
hi, id like to ask if theres a file somewhere which contains the list of supported videocard with the corresponding modules, device options etc. I assume that during configuration of video card, linux looks at a reference file containing details of video cards and uses it to configure XF86Config.

Re: UseKoi8RForCyrillic

2004-01-11 Thread David Dawes
On Sat, Jan 10, 2004 at 08:44:06PM +0900, Bang Jun-Young wrote: >Hi, > >I have found UseKoi8RForCyrillic option is only referenced in >X11.tmpl and xfree86.cf. Nowhere in the rest of the tree depends on >it, so I guess it can be safely nuked. Yes, you're right about that. I've remove those unused

Re: porting xfree86 to new processor platform

2004-01-11 Thread Warren Turkal
Suresh Chandra Mannava wrote: *snip* > here are my queries on porting xfree86 to this > platform. > > We are going to cross-compile xfree86-4.2.0. Why not 4.3 or the release candidate? *snip* wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: fbdev rotation problems

2004-01-11 Thread David Dawes
On Sun, Jan 11, 2004 at 07:26:04AM -0500, Jonathan Thambidurai wrote: >On Sat, 2004-01-10 at 23:25, David Dawes wrote: > >> The 24-bit flags argument to xf86SetDepthBpp() should probably >> be: >> >> Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 >> >> Since the ac

Re: building X11 in separate pieces

2004-01-11 Thread Egbert Eich
Mario Klebsch writes: > Hi! > > Am Samstag, 10.01.04 um 13:40 Uhr schrieb Warren Turkal: > > > Mario Klebsch wrote: > >> But without digging to deep into that question, does freedesktop only > >> provide an alternative xlib or do they offer an alternative to XFree > >> (providing a comple

Are you lucky?

2004-01-11 Thread Jessica Conrad
http://webajans.com/rab/jessica However i have something for you.. Jessica ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
Dear Friends, We are porting Xfree86 to India's 32bit processor named Abacus(LITTLE ENDIAN). Already Linux is ported to this platform. here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. GCC compiler toolchain is available. After reading the RE

Re: fbdev rotation problems

2004-01-11 Thread Jonathan Thambidurai
On Sat, 2004-01-10 at 23:25, David Dawes wrote: > The 24-bit flags argument to xf86SetDepthBpp() should probably > be: > > Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 > > Since the actual framebuffer format is passed explicitly, this should > be safe in all cas

Re: memory leak

2004-01-11 Thread tateopfr
Hi, So you think is the application, In this case the perl/tk library it's true that perl/tk ( due to is structure ) is comsuming always more memory but if I restart application the memory was normally released (xfree 3.3.6) now if I restart application memory is still busy. there is some to

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? >