home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1996 February
/
MG_0296.ISO
/
diamond
/
viper
/
viperpv
/
os2
/
vpvo112.exe
/
PROO112.ZIP
/
P9XREMOV.DSP
< prev
next >
Wrap
Text File
|
1994-11-09
|
3KB
|
138 lines
*****************************************************************************
* FILENAME: P9XREMOV.DSP
* REVISION: 1.00
* DATE: June 20, 1994
*****************************************************************************
:TITLE
Remove P9x00 Driver
:KEY
Remove_P9x00_Driver
:DEL_CONFIG_LINE :MODE=PRIMARY
DEVICE=\OS2\POWER_9K\P9100.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9100.SYS
DEVICE=\OS2\POWER_9K\P9000.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9000.SYS
SET VIDEO_DEVICES=VIO_P9100
SET VIDEO_DEVICES=VIO_P9000
SET VIDEO_DEVICES=VIO_P9X00
SET VIO_P9100=DEVICE(BVHVGA,BVHP9100)
SET VIO_P9000=DEVICE(BVHVGA,BVHP9000)
SET VIO_P9X00=DEVICE(BVHVGA,BVHP9100)
DEVICE=\OS2\POWER_9K\VP91VGA.SYS
DEVICE=\OS2\POWER_9K\VP9100.SYS
DEVICE=\OS2\POWER_9K\VP9VGA.SYS
DEVICE=\OS2\POWER_9K\VP9000.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP91VGA.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9100.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9VGA.SYS
DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9000.SYS
:CONFIG :MODE=PRIMARY
SET VIDEO_DEVICES=VIO_VGA
SET VIO_VGA=DEVICE(BVHVGA)
:CONFIG :MODE=PRIMARY :MODE=DOS
DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
:WININI :MODE=PRIMARY :MODE=WINDOWS
SYSTEM.INI
*
* Set the seamless Windows driver to VGA.
* This will only work on the Full-Pack. OS/2 for Windows needs this set
* to "VGA.DRV" but can't do both so only do one.
*
boot sdisplay.drv swinvga.drv
boot.description sdisplay.drv "VGA Seamless Windows Driver"
*
* Set the full screen Windows driver to VGA.
* display.drv is used for the Full-Pack.
* fdisplay.drv is used for OS/2 for Windows.
*
boot display.drv vga.drv
boot.description display.drv "VGA Windows Driver"
boot fdisplay.drv vga.drv
boot.description fdisplay.drv "VGA Windows Driver"
*
* Set the VGA system fonts.
* fonts.fon is used for the Full-Pack.
* os2fonts.fon is used for OS/2 for Windows.
*
boot fonts.fon vgasys.fon
boot os2fonts.fon vgasys.fon
*
* Set the rest of the VGA fonts.
* These are common to both the Full-Pack and OS/2 for Windows.
*
boot fixedfon.fon vgafix.fon
boot oemfonts.fon vgaoem.fon
boot.description aspect 100,96,96
*
* Set the VGA grabbers and vdd.
*
boot 286grabber
boot 386grabber
386Enh display *vddvga
*
* Remove the Power 9100 specific entries.
*
SP9100.DRV Font
SP9100.DRV
P9100.DRV Resolution
P9100.DRV Refresh
P9100.DRV Font
P9100.DRV Cursors
P9100.DRV DevBits
P9100.DRV MemClkInDecaKHz
P9100.DRV BusType
P9100.DRV BoardType
P9100.DRV MemAddr
P9100.DRV wBase
P9100.DRV DacType
P9100.DRV CursorUpdate
P9100.DRV Cursor
P9100.DRV Speed
P9100.DRV Monitor
P9100.DRV DefMode
P9100.DRV CfgBA
P9100.DRV OEMString
P9100.DRV Version
P9100.DRV TmgFileName
P9100.DRV ClockType
P9100.DRV IBM525PLL
P9100.DRV
*
* Remove the Power 9000 specific entries.
*
SP9000.DRV Font
SP9000.DRV
P9000.DRV Resolution
P9000.DRV Refresh
P9000.DRV Font
P9000.DRV Cursors
P9000.DRV Palette
P9000.DRV DevBits
P9000.DRV
P9000.OEM BusType
P9000.OEM DacType
P9000.OEM MemSize
P9000.OEM CursorUpdate
P9000.OEM Cursor
P9000.OEM Speed
P9000.OEM Monitor
P9000.OEM DefMode
P9000.OEM
:OS2INI :MODE=PRIMARY
OS2.INI
PM_DISPLAYDRIVERS CURRENTDRIVER IBMVGA32
*End of file*