How can we XGI share our Linux 2D driver with the open source community? Thanx

2004-01-12 Thread Yukun Chen
Hi All

  I am a developer from XGI Technology which is a new company stem from graphic 
dpt. of Trident and graphic dpt. of Sis.  Now we want to share our linux 2D driver 
with open 

source community. Then what should we do? Pls give some advice or suggestions.

  Thanx a lot.

Bst.,rgds

Yukun,Chen


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


Re: How can we XGI share our Linux 2D driver with the open source community? Thanx

2004-01-12 Thread Thomas Winischhofer
Yukun Chen wrote:

Hi All

  I am a developer from XGI Technology which is a new company stem from graphic dpt. of Trident and graphic dpt. of Sis.  Now we want to share our linux 2D driver with open 

source community. Then what should we do? Pls give some advice or suggestions.

  Thanx a lot.
Hi,

welcome to open-source development!

It's pretty easy. Have a look at the existing drivers to find out about 
the internals of the driver model. And publish the source. Someone will 
pick it up, review it and eventually merge it with XFree86 CVS (as has 
happended with the via driver recently).

Please, please, please DO NOT produce a driver which is a patch for an 
already existing driver. This means especially that I (as the author and 
maintainer of the SiS driver) will not merge XGI support into the SiS 
driver, despite the fact that some of your current hardware might be 
compatible to existing SiS hardware. The SiS driver is already big 
enough. But of course, nobody says that you can't base your driver on 
the SiS driver (as an example for that matter).

For more general issues, somebody else might stand up and speak?

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  *** http://www.winischhofer.net/
twini AT xfree86 DOT org


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


Re: How can we XGI share our Linux 2D driver with the open source community? Thanx

2004-01-12 Thread Alan Hourihane
On Mon, Jan 12, 2004 at 03:39:22PM +0800, Yukun Chen wrote:
 Hi All
 
   I am a developer from XGI Technology which is a new company stem from graphic 
 dpt. of Trident and graphic dpt. of Sis.  Now we want to share our linux 2D driver 
 with open 
 
 source community. Then what should we do? Pls give some advice or suggestions.

Please send all submissions through our bugzilla interface at

http://bugs.xfree86.org

and use the attachment features to attach your patch/driver. Additionally
mark the submission as an enhancement.

The CVS committers will pick that up and make any suggestions related
to it and later commit the code.

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


Re: porting xfree86 to new processor platform

2004-01-12 Thread Warren Turkal
Suresh Chandra Mannava wrote:

  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 binutils 2.10.1
 Disassembler: Based on GNU binutils 2.10.1
 Archiver: Based on GNU binutils 2.10.1
 Standard C library:   GLIBC 2.2.5
 
 Client requested us specifically port Xfree86-4.2.0,
 If above toolchain supports Xfree86-4.3.0, I will be
 happy to port that because, I read Xfree86
 cross-compile system has been changed after the
 release of 4.2.0.
 

I would try it if I were you.

wt
-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org

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


Re: How can we XGI share our Linux 2D driver with the open source community? Thanx

2004-01-12 Thread Alex Deucher
Thank you for producing an opensource driver!  Any possibility of a
open source 3D driver down the road? even a lite version?

Welcome to the Community!

Alex

--- Yukun Chen [EMAIL PROTECTED] wrote:
 Hi All
 
   I am a developer from XGI Technology which is a new company
 stem from graphic dpt. of Trident and graphic dpt. of Sis.  Now we
 want to share our linux 2D driver with open 
 
 source community. Then what should we do? Pls give some advice or
 suggestions.
 
   Thanx a lot.
 
 Bst.,rgds
 
 Yukun,Chen
 
 
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Compatibility between HP-UX 10.3 Xfree86 on Freebsd 4.8

2004-01-12 Thread Peter Gervais
I've developed code on the HPUX platform using the native X11R6 windowing 
supplied using g++
2.95.2. In the code there are public domain widget such as a Notebook 
widget and XgComboBoxWidget.

The identical code compiled on both systems unchanged produces strange 
results on the FreeBsd box.  HP box is running CDE and FreeBsd KDE.

For example, the  XgComboBoxWidget will not drop down the list on the 
FreeBsd box but works properly on the HP UX box.   Is this a KDE window 
manager difference?

How compatible is Xfree86 to what would normally be found on commercial box 
such as HP UX?
I've checked the obvious places such as code specific for a platform. The 
widgets i have
are pretty simple and really have no system dependencies in them .

Where can i  start looking ? Has anyone ever experienced these kinds of 
anomalies and if so what where they caused by?

Looking for any clue at this point.
Thanks
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel