Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
Description
I'm testing the following ReactOS build:
https://iso.reactos.org/livecd/reactos-livecd-0.4.15-dev-5943-g93dface-x86-gcc-lin-dbg.7z
on a HP EliteDesk 800 G3 DM
the problem with this computer is while vesa modes are supported it reverts to vga
the following portion of the debug log seems to point to the problem:
(ntoskrnl/mm/ARM3/sysldr.c:169) Loading: \SystemRoot\system32\drivers\vgapnp.sys at F7379000 with d pages |
(ntoskrnl/mm/ARM3/sysldr.c:169) Loading: \SystemRoot\system32\drivers\videoprt.sys at F734C000 with 2d pages |
(win32ss/drivers/videoprt/registry.c:315) Failed to open device software key. Status 0xc0000034 |
(ntoskrnl/io/pnpmgr/pnpres.c:648) Resource conflict: IRQ (0xb 0xb vs. 0xb 0xb) |
(hal/halx86/legacy/bus/pcibus.c:787) HAL: No PCI Resource Adjustment done! Hardware may malfunction |
(ntoskrnl/io/pnpmgr/pnpres.c:112) Satisfying memory requirement with 0xa0000 (length: 0x20000) |
(ntoskrnl/io/pnpmgr/pnpres.c:648) Resource conflict: IRQ (0xb 0xb vs. 0xb 0xb) |
(hal/halx86/legacy/bus/sysbus.c:109) Translation of 1ffe000000 failed! |
(ntoskrnl/io/pnpmgr/pnpres.c:1073) Failed to translate memory resource (Start: 0x1ffe000000) |
(ntoskrnl/io/pnpmgr/pnpres.c:1189) Failed to translate resources for PCI\VEN_8086&DEV_1912&SUBSYS_829A103C&REV_06\2&b3ac4ede&02 |
i've also included a full debug log in case it can help.