Re: strange: ATI display card has no "DrvEnablePDEV" function?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Tim Roberts (timr_at_probo.com)
Date: 08/26/04


Date: Wed, 25 Aug 2004 21:15:27 -0700


"lucy" <losemind@yahoo.com> wrote:
>
>Thank you guys so much, Brian and Vipin...
>
>Is there any way that I can find this DLL file out by programming, since I
>am now just programming on one PC but it needs to be able to work on various
>of PCs...

Lucy, you CANNOT arbitrarily call from a mirror driver into another display
driver. The other driver has already been initialized and assign a driver
object. You don't know that, and you don't want to pass YOUR driver object
to the other driver. A mirror driver is the WRONG solution for the problem
you need to solve.

What you need is a display filter driver, which is not a formally supported
concept. You need the operating system to load YOUR driver as the primary
driver, and they YOU load the original driver and filter the results. If
you do a little web searching, you might be able to find some documents
describing how to do this. It isn't easy. It's going to require a reboot
to install, and another to uninstall.

-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc


Relevant Pages

  • Re: What have you tried?
    ... When we had the Device Driver book published in 1999, ... The only bad rating I got in my Systems Programming course was from a student who, ... The problem really starts in introductory programming courses. ... kernel thread was stupid. ...
    (microsoft.public.vc.mfc)
  • Re: this JTAG thing is a joke
    ... The 200KHz signal dies after eight or nine. ... Standard driver interface. ... write(mycard, "c:\my programming file.bit") ... Firewire, parallel port, serial port, etc. ...
    (comp.arch.fpga)
  • [PATCH 8/8] docs: use misc-devices/ dir for drivers
    ... -C2 Interface used for in-system programming of micro controllers. ... -By using this driver you can reprogram the in-system flash without EC2 ... -This chip has 4 clock outputs--a base clock for the CPU (which is likely ...
    (Linux-Kernel)
  • [PATCH 6/6] docs: use misc-devices/ dir for drivers
    ... -C2 Interface used for in-system programming of micro controllers. ... -By using this driver you can reprogram the in-system flash without EC2 ... -This chip has 4 clock outputs--a base clock for the CPU (which is likely ...
    (Linux-Kernel)
  • Re: Message queues (IPC)
    ... > I am very new to Linux programming. ... Since you're writing that you want to port a driver I don't know ... "UNIX Network Programming", Vol. 2. ...
    (comp.os.linux.development.system)