Re: [XFree86] Help with Adding New Option To Driver

2005-07-17 Thread Marc Aurele La France

On Wed, 13 Jul 2005, DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA) wrote:


I am trying to add a new option to xf86Elo.c (elographics_drv.o) so that I
can set up the driver to deal with twin view monitors.  I am not sure where
I can add the option in the source code so that when the XF86Config file is
parsed it recognizes the option as a valid option, and then how I reference
that option once I find it.


I'm not sure I understand the question, given that surely you've looked at 
xf86EloInit() by now.


Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Help with Adding New Option To Driver

2005-07-13 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)








I am trying to add a new option to xf86Elo.c
(elographics_drv.o) so that I can set up the driver to deal with twin view
monitors. I am not sure where I can add the option in the source code so that
when the XF86Config file is parsed it recognizes the option as a valid option,
and then how I reference that option once I find it.



Thanks,

Matt