-
Get Video Driver
How to get raw video driver? I need to draw the screen. We need fast access for radar.
---------------------------------------------------------------------------------
Network Management | Military Communications
Comand, Control, Communictions & Intelligence Division
Defence Science & technology Organization
-
Re: Get Video Driver
What do you mean by raw? Access the GPU and video RAM directly?
In a NT OS you can't access anything in kernel space from user space. To access the video board directly you either have to do it from kernel space or use an OS that not run in protected mode. Maybe it's possible in Win95/98/Me but I even doubt that.