home *** CD-ROM | disk | FTP | other *** search
- Modifications necessary to run the combined windows drivers:
- Edit SYSTEM.INI to add:
-
- In the [boot.description] entry:
- display.drv=<resolution> <font size> <memory> <chip type>
- sdisplay.drv=<resolution> <font size> <memory> <chip type>
-
- Where <resolution> can be: 1024x768x256
- 800x600x256
- 640x480x256
-
- Where <font size> can be: Large fonts
- Small fonts
-
- NOTE: Use Large fonts for 1024x768x256 FS (WSPDBF.DRV) Seamless (WSPDSBF.DRV)
- Use Small fonts for 800x600x256 FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
- 640x480x256 FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
-
- Where <memory> can be: 1M
- 512K
-
- Where <chip type> can be: ET4000
- ATI
- IBMVGA256c
- Paradise
- Video7
- Trident
-
- Example of 1024x768x256 for Trident with 1 Meg:
-
- [boot]
- sdisplay.drv=wspdsbf.drv
- display.drv=wspdbf.drv
-
- [boot.description]
- display.drv=1024x768x256 Large fonts 1M Trident
- sdisplay.drv=1024x768x256 Large fonts 1M Trident
-
- ...
-
- display.drv=640x480x256 Small fonts 1M ET4000
- sdisplay.drv=640x480x256 Small fonts 1M ET4000
-
- display.drv=800x600x256 Small fonts 1M ET4000
- sdisplay.drv=800x600x256 Small fonts 1M ET4000