freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

Aranym screen driver does not honour offscreen bitmap handle #35

Open mfro0 opened 2 years ago

mfro0 commented 2 years ago

all drivers (tested with firebee.sys and bitmap.sys) appear to support offscreen bitmaps opened with v_opnbm() just fine. GDP output is redirected to that bitmap and can be copied from there to the screen.

While the aranym.sys driver also opens a bitmap using v_opnbm() without error, it does not draw to the bitmap representing the passed bitmap handle with any output function, but what appears to be the physical screen workstation instead (output overwriting the XaAES menu bar items).