VOGONS

Common searches


Search results

Display options

Re: output=Opengl for nVIDIA cards ONLY?

Well, finally I'm no longer the only one who has opengl working just fine... One thing I have noticed which may be of some use: I once had problems with GL_RGBA_888 (or whatever it was, don't remember exactly), it was slow, while using plain GL_RGBA was fast. In both cases I fed the same data into …

Re: Screen tearing in DOS games running through DOSBox

... and then I'd forgotten that the description of 'fullfixed' in the conf file is reversed. So, saying you don't want it fixed in fullscreen makes it stay the same fixed size... and saying you do want it fixed lets it be scaled to fit the screen Fullscreen is always [meant to be] scaled to fit the …

Re: Shift key doesn't work.

DOSBox works like real DOS, i.e. unless you load a keyboard driver, you will get the US layout which differs in some more places AFAIK. You can use the "keyb" utility from the FreeDos project, it works in DOSBox. DOSBox should reset your screen mode after it is done, though it might differ with each …

Re: Screen tearing in DOS games running through DOSBox

Of course it will make DOSBox sleep. That's the point of vsync-wait (and the reason why it's called "wait"). You can't work around that one easily, unless your video hardware can do triple-buffering. And even if inside-dosbox and outside-dosbox refresh rates (seem to) match, it won't avoid delays, …

Re: config suggestion

I have had very nice results with batch files and DOSBoxens new config commands, for example: z:\config -set cpu cycles 300 This can't set all options yet, some must be set via dosbox.conf or environment, but all important game-specific settings work (all cpu and memory related, frameskip and the …

Re: can I add a file to the Z drive?

Files on Z are _not_ loaded internally or anything else. It's not special in any way, except that it is a read-only drive that's always available. Many programs look for their registration information in the path, so you might want to set %PATH% to a suitable value. See a DOS manual for details.

Page 26 of 52