Date: Sun, 17 Nov 1996 09:49:00 +0200 (IST) From: Eli Zaretskii To: lazer Cc: djgpp AT delorie DOT com Subject: Re: Smoothness in W95 In-Reply-To: <3288e9cf.68908@news.demon.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 12 Nov 1996, lazer wrote: > I am writing a game in 360*240, Mode X , With Triple Buffering > and it is very smooth in dos, however when i run under W95 it is very > jerky, i have same problem with every other mode I have tried under > W95 even plain mode 13h. > Can anyone help me out! If the graphics stuff uses I/O ports to talk to the SVGA, then Windows might slow it down because it intercepts port accesses. You should profile your program to see where the slow-down happens.