diff options
author | Jaroslav Hensl <emulator@emulace.cz> | 2023-04-10 14:53:37 +0200 |
---|---|---|
committer | Jaroslav Hensl <emulator@emulace.cz> | 2023-04-10 14:53:37 +0200 |
commit | 503e91046f60a86823629d43e64e2d0fcc006549 (patch) | |
tree | 7f4815da1ae1a94ede4d35aeb32b7ec2b32427e2 /readme-orig.txt | |
download | vmdisp9x-503e91046f60a86823629d43e64e2d0fcc006549.tar.gz |
public release
Diffstat (limited to 'readme-orig.txt')
-rw-r--r-- | readme-orig.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/readme-orig.txt b/readme-orig.txt new file mode 100644 index 0000000..7eb8e8f --- /dev/null +++ b/readme-orig.txt @@ -0,0 +1,13 @@ +This is a display minidriver for the Windows 9x family of operating systems,
+designed to run on the virtual hardware provided by VirtualBox.
+
+The driver can be installed through the Display Settings dialog or through
+the Device Manager.
+
+Supported color depths are 8/16/24/32 bits per pixel. The driver supports
+many common resolutions, limited by the available video memory (VRAM).
+
+The driver does not have a built in list of modes. It will set more or less
+any resolution between 640x480 and 5120x3840. The INF file determines the
+set of predefined modes. By editing the INF file or the resolution information
+copied into the Registry, users can add or remove available modes.
|