Felix, D. Hageman,

On Wed, Feb 19, 2003 at 09:52:47AM +0100, Felix Kühling wrote:
> Hello list,
> 
> D. Hageman and I have been bouncing a design document for the new
> configuration infrastructure back and forth in private mail for the past
> week. Now we think it's ready for public discussion.
> 
> You may notice that the structure is quite similar to Ians texmem
> design. This is the first time I'm writing such a document so I took
> Ian's work as a good example.
> 
> The document is attached in plain text format.

Nice work. You've covered alot of ground.

[...]
>
> 2.2 Advertising available options
>
[...]
>
> In order to get access to available options a GUI tool would first
> have to find the driver associated with a particular screen
> number. The DRI extension provides calls which determine whether
> direct rendering is supported on a screen and by which driver. Then it
> can ldopen the driver and obtain the address of a symbol which
> contains the information about available options in XML format.
> 
> A GUI written in a scripting language like perl or python may not have
> bindings for the X protocol and it may not be able to ldopen a shared
> object file. In this case the GUI could call a small command line
> program which dumps the available options on its standard output. This
> program would be part of the DRI/XFree86 distribution.

I don't if it is possible at all, but it surely would be nice if we
didn't have to rely on having X access at all - e.g., in remote
administration or single user mode. Is there any way to avoid this
depency?

The most complicated step in that sense would be to determine the driver
shared library. If the path of the driver shared library was cached in
the configuration files, or the parameters description was duplicated in
the configuration files, then the GUI/script could use this cached info 
and do his thing in "off-line" mode...

[...]
>
> 3.5 Where would the DTDs be stored so that they are available to the
>   driver and the GUI?

Is validating parsing a must?

Regards,

José Fonseca
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to