Sorry I have to correct myself (I have missed the + and - by my keyboard layout).
And now I have wait after pressing F6.
Original game bundled with 3D Blaster PCI, on real HW run it with Verite mode and
F7 crushes F6 garbaged screen for about 10 seconds than freezes with no signal
+ no effect
- no effect
F6 gives garbaged screen for about 10 seconds. If I quick + and - have effect but still garbaged.
Now I have tried my older card, the CT6240 (V1000-E) too.
Most thing similar, but F6 gives a shifted flatter image and immediately freezes.
The newer (V1000L-P) card with both the FIFO2 and FIFO3 full the same.
sharangadwrote on 2024-06-18, 12:03:Could someone with a Verité board run this and see if it produces a red square and then shuts down after 5 seconds. Dosbox-Rend […] Show full quote
Could someone with a Verité board run this and see if it produces a red square and then shuts down after 5 seconds. Dosbox-Rendition users may have to press [ENTER] after 5 s.
The older card goes no signal and at the end signal come back and it writes "DONE",
the newer card writes small garbage from up to down, than some text on the screen but not readable, like mirrored characters, finally clear screen and "DONE".
The newer (V1000L-P) card with both the FIFO2 and FIFO3 full the same.
I think I see the problem. It's related to BIOS strings. They're not being paged into protected mode address space. I can either stop logging the strings OR
page the BIOS addresses in. I'll see what I can do. It would be nice if the strings could be extracted, but for vQuake I just need the mode info.
Gonawrote on 2024-06-18, 19:26:Could someone with a Verité board run this and see if it produces a red square and then shuts down after 5 seconds. Dosbox-Rend […] Show full quote
Could someone with a Verité board run this and see if it produces a red square and then shuts down after 5 seconds. Dosbox-Rendition users may have to press [ENTER] after 5 s.
The older card goes no signal and at the end signal come back and it writes "DONE",
the newer card writes small garbage from up to down, than some text on the screen but not readable, like mirrored characters, finally clear screen and "DONE".
This should page the string addresses in. The app shouldn't crash trying to print out duff strings (pointed at by real pointers, they should be converted to proper 48-bit watcom protected mode far * (2 byte page selector, 4 byte page offset). The conversion is performed by this call https://www.delorie.com/djgpp/doc/dpmi/api/310002.html) .
The last version of "Fifo" v01 finally works. I was starting to worry that my test system or the card itself had some memory corruption problem.
It generated a one binary megabyte file that I'm attaching to this post. Card is an AGP QDI Legend V2200. I had to shelve the other PC with the Diamond Stealth PCI, so I couldn't try it with this card.
The last version of the spinning square program, on the other side, switches to a graphic mode, display some garbage text in a a green colour and it hangs.
The last version of "Fifo" v01 finally works. I was starting to worry that my test system or the card itself had some memory corruption problem.
It generated a one binary megabyte file that I'm attaching to this post. Card is an AGP QDI Legend V2200. I had to shelve the other PC with the Diamond Stealth PCI, so I couldn't try it with this card.
The last version of the spinning square program, on the other side, switches to a graphic mode, display some garbage text in a a green colour and it hangs.
Thanks MSxyz.
The spinning square needs more work. Well at least FIFO works now.
Does anyone know how to enable or disable vQuake DMA support? I know someone posted this earlier but I'm having a bit of a struggle trying to find it.
Also it would be nice to know how to change resolution from the command line.
Add -nodma to the dos prompt. To change resolution at the dos prompt you can load a custom config file in which you've added a line that says "Mode xxx" where xxx is the screen mode, same of what you type in the console.
As for VQuake, mode 0 is always 320x200 (accelerated); on my V2xxx cards, mode 4 is 512x384 and mode 6 is 640x480. The first 6-7 modes seems quite universal on all cards, others may depend on the vendor or quantity of onboard memory (for example, my 4MB card does not list anything above 800x600).
Does anyone know how to enable or disable vQuake DMA support? I know someone posted this earlier but I'm having a bit of a struggle trying to find it.
Also it would be nice to know how to change resolution from the command line.
Add -nodma to the dos prompt. To change resolution at the dos prompt you can load a custom config file in which you've added a line that says "Mode xxx" where xxx is the screen mode, same of what you type in the console.
As for VQuake, mode 0 is always 320x200 (accelerated); on my V2xxx cards, mode 4 is 512x384 and mode 6 is 640x480. The first 6-7 modes seems quite universal on all cards, others may depend on the vendor or quantity of onboard memory (for example, my 4MB card does not list anything above 800x600).