RE: [DOS] graphics problem
- Posted by tacitus <indorlaw at zdnetonebox.com> Sep 05, 2001
- 453 views
OH JOY! OH RAPTURE! THANX, BRIAN AND BERNIE!! I now have the best-looking widgets in town. The dos driver indicated by brian works. It is a TSR specifically designed to allow various ati ragepro cards to use the vesa standard in dos. The documentation details the advanced switches to use in various situations. for my card, the switches 's' (for single-window only mode) and 'vga' were correct. the 'vga' switch is a default so i didn't need to actually type that. these switches are specifically documented for problems with pointer devices. running the program at the end of execution with the 'u' switch unloads it from memory. if you don't want to load this driver every boot, i've tested it in both bat files and as the first argument of a system() call, and both work. cheers tacitus Bernie Ryan wrote: > > Vincegg at AOL.COM wrote: > > Bernie: > > My graphics chip is built into the motherboard (I know, me=idiot) so > > swapping > > cards (had I one to swap) won't help... I think. :o) > > > > Brian: > > Thanks for the link. The chip is Rage IIC and the driver is current so > > no > > help there. > > > > Tacitus: > > I have several games including Rollercoaster Tycoon which use that > > resolution > > and color depth and they work fine so I know there has to be some kind > > of > > solution to this problem. Maybe I'll have to wait until the Euphoria > > source > > code is available in order to find the correct answer. > > > > > Vince: > When you run Rollercoaster Tycoon you are using a WINDOW's > DRIVER, Your problem is with DOS VESA DRIVER which is not > the same driver so check for a DOS VESA DRIVERat the WEB Site. > On most motherboards it is possible to disable the on-board > video and insert a videocard in a slot. > Bernie > >