Jump to content

XVDI driver: Difference between revisions

From GeekDotWiki
m Geekdot moved page XVDI to XVDI driver
No edit summary
 
Line 13: Line 13:
Of course you can also install the drive manually. In that case, copy all files from the “DATA” folder to your local AUTO folder and rename one of the files named XVDI.000 or XVDI.030 to XVDI.PRG.
Of course you can also install the drive manually. In that case, copy all files from the “DATA” folder to your local AUTO folder and rename one of the files named XVDI.000 or XVDI.030 to XVDI.PRG.
Then make sure that the running order is
Then make sure that the running order is
#  XVDI_RES.PRG
# XVDI_R.PRG  
# XVDI_R.PRG  
# XVDIMENU.PRG  
# XVDIMENU.PRG  
# XVDI.PRG
# XVDI.PRG
XVDI_R is the redirector, so after that ran, you should see a bouncing logo on the screen connected to the ATW800/2 – press a key to resume.
 
XVDIMENU gives you the choice of changing resolution etc.. It’s the same system used on other NOVA drivers.
'''XVDI_RES''' is a (optional) reset-handler, which blanks the ATW800/2 screen when you reset your ATARI - this has a purely "cosmetic" functionality. Without this, the contents of the screen will be kept until your ATARI fully rebooted and XVDI was re-initialized.
 
'''XVDI_R''' is the redirector, so after that ran, you should see a bouncing logo on the screen connected to the ATW800/2 – press a key to resume.
 
'''XVDIMENU''' gives you the choice of changing resolution etc.. It’s the same system used on other NOVA drivers.
 
'''XVDI''' is, where the magic(tm) happens ;)


===== Usage =====
===== Usage =====


TBC
This should be pretty self-explanatory. Choose your favorite resolution in the menu. Optionally adjust the timers for the "bouncing logo" and how log the menu should be displayed before XVDI will be loaded. Save your setting entering "0". <br>
 
'''''NB:''' The list of available resolutions is longer than the available screen size, so use your cursor keys to scroll through the complete list.''

Latest revision as of 15:07, 26 March 2026

XVDI is a native, independent video driver for the ATW800/2, written and maintained by Wolfgang (“Idek”) Hiestand and will be able to boot your ATW800/2 graphics from scratch.

Installation

Wolfgang wrote an installer tool which makes the whole setup very simple.

Download the most recent basic installation archive from the GeekDot website. Inside you’ll find a folder XVDIDRVR which contents you can copy to your floppy(image) or Atari hard drive and run the “INSTALL.PRG” program. This will install the needed files for your platform (68000 vs. 68030) into your AUTO folder.

Hint
You might recheck a previously existing AUTO folder running order after that, because XVDI will be put into the very front of the boot queue.

Of course you can also install the drive manually. In that case, copy all files from the “DATA” folder to your local AUTO folder and rename one of the files named XVDI.000 or XVDI.030 to XVDI.PRG. Then make sure that the running order is

  1. XVDI_RES.PRG
  2. XVDI_R.PRG
  3. XVDIMENU.PRG
  4. XVDI.PRG

XVDI_RES is a (optional) reset-handler, which blanks the ATW800/2 screen when you reset your ATARI - this has a purely "cosmetic" functionality. Without this, the contents of the screen will be kept until your ATARI fully rebooted and XVDI was re-initialized.

XVDI_R is the redirector, so after that ran, you should see a bouncing logo on the screen connected to the ATW800/2 – press a key to resume.

XVDIMENU gives you the choice of changing resolution etc.. It’s the same system used on other NOVA drivers.

XVDI is, where the magic(tm) happens ;)

Usage

This should be pretty self-explanatory. Choose your favorite resolution in the menu. Optionally adjust the timers for the "bouncing logo" and how log the menu should be displayed before XVDI will be loaded. Save your setting entering "0".

NB: The list of available resolutions is longer than the available screen size, so use your cursor keys to scroll through the complete list.