Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE301545D8A@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Vsync! Date: Tue, 3 Aug 1999 09:52:31 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Knutte writes: > The thing is that i do work when I compile using watcom.... Your Watcom code is probably using some other way to detect the retrace, perhaps just reading the VGA hardware registers directly (in which case it won't work on some modern cards that don't have those registers). > should I use Autodetect on initialization,... ? Will it help > if I take for instance VESA instead ? Allegro has a lot of different graphics drivers. Try them all: if one doesn't work, there is a good chance that another one will. This is what the config file is for. Shawn Hargreaves.