Error Message: VFBACKUP Could Not Load VFD.VXDLast reviewed: September 3, 1997Article ID: Q150164 |
The information in this article applies to:
SYMPTOMSWhen you start your computer, you may receive the following error message:
VFBACKUP could not load VFD.VXD CAUSEThe error message can be caused by one of the following:
RESOLUTIONFollow these steps to enable double-buffering support for Windows 95:
NOTE: If your boot drive is compressed, make sure you edit the copy of the Msdos.sys file located on the host drive for drive C.
MORE INFORMATIONIf Windows Setup determines that your controller may need double- buffering, it will add a DoubleBuffer=1 (or 2) entry to the [Options] section of the Msdos.sys file, which will automatically load Dblbuff.sys. To manually enable double-buffering, you can either add the entry described in the "Resolution" section to the Msdos.sys file, or add the following line to the Config.sys file:
DEVICE=<drive>:\<path>\DBLBUFF.SYS [/D+]The optional /D+ parameter instructs Dblbuff.sys to double-buffer all disk I/O all the time. By default, it will only double-buffer I/O to upper memory blocks (UMBs), and it will automatically stop double-buffering if it appears to be unnecessary. Failures related to a need for double-buffering usually occur first during read operations, but the computer may eventually write incorrect data to the drive resulting in file corruption.
|
Additional query words: 95 buffering doublebuffer
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |