Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
Description
compiled from git msvc build at 23. dec 2017 at ~18.00
The debug log from windbg with stacktrace
deleting ati2mtag.sys lets the system start, but the driver is not loaded.
the driver: ati radeon x1050 windows xp 32 bit
http://www2.ati.com/drivers/10-2_legacy_xp32-64_dd_ccc.exe
mjansen recommended in the irc to do these steps:
in the function IntVideoPortMapMemory, in the file win32ss/drivers/videoprt/resource.c
find the line: /* user space */
above that, add: NumberOfUchars = MAX(NumberOfUchars, 1);
~ line 334
i will try that too and report the result.
Attachments
Issue Links
- clones
-
ROSBE-128 Ati Display Driver fails to load
- Resolved
- relates to
-
CORE-8325 Various fails of "ATI Catalyst 10.2 Legacy" driver installation
- Resolved
-
CORE-19026 [DRIVERS] Epic meta graphic cards bugs
- Untriaged