Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newest gfxlib CVS snapshot (updated 5/2/2005)
#11
[quote]


New GDI driver for Win32; this is used automatically if the DirectX one fails to initialize (DX not installed on the system) and only supports windowed mode.

But on my old computer at home (with Win98) it runs still "only" in fullscreenmode.
But here in the internetcafé with WinXP the programs can run in window- and fullscreen-mode.

Greatings
theuserbl
Reply
#12
Try to update your Direct X to v. 8.1 (the last (to my knowledge) to work with Win98). I suggest you to update your video card drivers as well. Go to your manufacturer homepage and look from them. If you have problems, post here your video card brand and model and I'll fetch them for you: I have an account at several drivers download sites.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#13
Quote:Try to update your Direct X to v. 8.1 (the last (to my knowledge) to work with Win98).

Hmm.. I think I have at the moment 8.0 on it.
Before I have had problems with fullscreen in tinyptc. But after updating the ptc-problem no loger existis

Quote:I suggest you to update your video card drivers as well. Go to your manufacturer homepage and look from them. If you have problems, post here your video card brand and model and I'll fetch them for you: I have an account at several drivers download sites.

Hmm... I will look myself at it.
Thanks for your help.
Reply
#14
Angelo:
What version of direct X are you compiling for?


I think W98 can be updated for DirectX 9, it's W95 that stopped at DX 8
Antoni
Reply
#15
The gfxlib DirectX driver requires DX 3.0 to run, at least in fullscreen mode. I don't really know the requirements to run DX in windowed mode, sorry; this may depend on the gfx card driver.
Anyway, I've just adjusted the SCREEN driver selection policy, now it does the following (in pseudo code):
Code:
If FBGFX environmental variable is set:
  Try FBGFX driver in requested mode (fullscreen or windowed)
  If not success, try all drivers in requested mode
  If not success, try FBGFX driver in opposite mode (if fullscreen was requested, now try windowed; if windowed was requested, now try fullscreen)
  If not success, try all drivers in opposite mode
else
  Try all drivers in requested mode
  If not success, try all drivers in opposite mode
end if
This should ensure that if you request a windowed mode, all drivers are tested first in windowed mode (and GDI will succeed if under Win32), then fullscreen mode will be tried.
Change on next gfxlib snapshot.

I am running WinXP Pro SP1a with DX 9.0c btw.
ngelo Mottola - EC++
Reply
#16
Just tried the new gfxlib out. Very quickly realized that I needed to add "S4" in my draw routine in order to have the scale set properly. Apparently is was defaulting to a 1-to-1 (S4) originally.

What is the default now if not set? The images were fairly large on the screen...
ature has its way of warning a person away from danger: The distinct black and white coloration on a skunk, the chilling buzz of a rattlesanke, a redneck handing you his beer and saying "Watch this!"
Reply
#17
Uhm, another thing Lillo, Should WAIT &H3DA not slow the program down to an ideal speed of 60 fps, not 30?
Reply
#18
steven_basic: the default scale is 4, as in QB.

dark_prevail: I think you're using an old gfxlib snapshot, aren't you? That thing got fixed some days ago...
ngelo Mottola - EC++
Reply
#19
ah yes, I hadnt read any of the new updates, sorry I am indeed still using the integrated version with v.11
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)