[ros-bugs] [Bug 2073] ReactOS does not work on VGA display

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Jan 8 20:53:17 CET 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=2073





--- Comment #16 from Colin Finck <mail at colinfinck.de>  2008-01-08 20:53:15 CET ---
Reviewed the patch. Unfortunately, it doesn't help.

Instead of using WRITE_PORT_UCHAR, you use VideoPortWritePortUchar and link to
"videoprt".
But a correct GDI driver may only link to win32k. The kernel will check that
and denies all drivers, which also link to other libraries (see
ntoskrnl/mm/sysldr.c:843, actually it also allows linking to dxapi, but I don't
know if this is correct as I know no driver who does this).

So we have to find another solution for vgaddi.dll, which only needs to link
against win32k.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list