-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 4 Feb 2004 05:41 am, Ryan Underwood wrote:
> It usually
> works pretty well for simple stuff and especially things connected to
> e.g. serial and parallel ports, because you can get a log of all the port
> writes for a given function and work backwards from there.  This didn't
> work for more complicated drivers because they won't run in a v86
> session.  So for those things I had to resort to dead listing.  Again,
> for simple stuff like "read this value from this port, set this bit,
> write it to this other port" where the intent is obvious and there are
> few interdependencies, it works great.  If you don't get lucky or choose
> your battles wisely, dead listing can waste a lot of time and effort.
Is it possible to insert a "shim" in the Windows video call chain? We have 
something like that for USB (http://sourceforge.net/projects/usbsnoop/) and 
it works pretty well.

Alternatively, are there tools (even for pay) that can monitor certain 
addresses/IO ports under Windows? My needs are not so extravagant (I just 
want to be able turn on dual head mirror on my i830 based laptop, without 
rebooting), and that would likely be enough to get the missing info.

Brad
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAIJxcGwwszQ/PZzgRAuhcAJ9GSlHhbHJxOKdZa1HLAYiH7XS+UwCeO3yl
+gi9Fer6HABWM/E46IkXU58=
=B+Al
-----END PGP SIGNATURE-----

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

Reply via email to