From: "Get'Fix" Newsgroups: comp.os.msdos.djgpp Subject: Re: vsync Date: Sat, 17 Oct 1998 12:32:25 +0200 Organization: The South African Internet Exchange Lines: 20 Message-ID: <70a7q5$8m3$1@news2.saix.net> References: <6vp6lh$g71$2 AT otis DOT netspace DOT net DOT au> NNTP-Posting-Host: jupiter.discover.co.za X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark Tsui wrote in message <6vp6lh$g71$2 AT otis DOT netspace DOT net DOT au>... >when I use vsync in my program, the maximum frame rate is only about 60 >frames per second. when I remove the vsync, the program runs at 3000 and >something frames per second, however, the graphics looked all flickered, how >do I solve this problem? > >Any help will be appreciated. Why would you want to run a such a high frame rate? When you do 3000 frames per second, only every 5'th frame actually shows on the screen (not entirely correct but so sue me...) so drop your frame rate by adding more visual FX or go for a higher resolution! My few bits... gfx.