VOGONS


First post, by fsmith2003

User metadata
Rank Member
Rank
Member

I cannot get passed the incompatible vesa driver error when trying to run the original GTA in 24-bit mode on real hardware with an ATI Rage II+DVD card with Windows 95 or DOS mode. I am so unfamiliar with this vesa stuff and Im not sure what to do here. Any help would be greatly appreciated!

Reply 1 of 6, by Skalabala

User metadata
Rank Member
Rank
Member

I cant remember so good. Its about 15 years ago.
But I think you need the correct version of the game and then you can use F11 to select what you want.

Reply 2 of 6, by MAZter

User metadata
Rank Oldbie
Rank
Oldbie

gta24.exe -nounivbe
or
k.exe -nounivbe

I don't remember exactly

this key works with some graphics cards, also you may need dos32a extender

Doom is what you want (c) MAZter

Reply 3 of 6, by fsmith2003

User metadata
Rank Member
Rank
Member
MAZter wrote on 2020-06-10, 13:26:
gta24.exe -nounivbe or k.exe -nounivbe […]
Show full quote

gta24.exe -nounivbe
or
k.exe -nounivbe

I don't remember exactly

this key works with some graphics cards, also you may need dos32a extender

Tried k.exe -nounivbe and gta24.exe -nounivbe. Unfortunately still getting this error.

"Error 211.3: no suitable VESA modes available"

Reply 4 of 6, by MAZter

User metadata
Rank Oldbie
Rank
Oldbie
fsmith2003 wrote on 2020-06-10, 20:47:

"Error 211.3: no suitable VESA modes available"

Weird, cause in this case my laptop wrote:

No supported SuperVGA chip detected!

IMG-20200611-174741.jpg

and works fine with -nounivbe key

try different GTA version?

Doom is what you want (c) MAZter

Reply 5 of 6, by stsp

User metadata
Rank Newbie
Rank
Newbie
fsmith2003 wrote on 2020-06-10, 20:47:

"Error 211.3: no suitable VESA modes available"

Just for the history, GTA says
this when any mode announced
via 0x4f00 VBE fn, lacks the bit 0
in mode attrinutes (i.e. mode marked
as unsupported).
This is the usual situation on notebooks
that some of the modes are not
marked as supported, but GTA
treats this as fatal error.

Reply 6 of 6, by stsp

User metadata
Rank Newbie
Rank
Newbie

With this patch to gta24.exe
it should skip the "unsupported"
modes:
```
001AA039: E8 E9
001AA03A: A4 3F
001AA03B: FC 01
001AA03C: FF   00
001AA03D: FF   00
```