Documentation updates.

This commit is contained in:
Volker Ruppert 2024-01-12 16:12:26 +01:00
parent 081f3aa349
commit 71d9b7e720
4 changed files with 11 additions and 5 deletions

View File

@ -453,7 +453,9 @@ vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
# UPDATE_FREQ
# This parameter specifies the number of display updates per second.
# The VGA update timer by default uses the realtime engine with a value
# of 10 (valid: 1 to 75). This parameter can be changed at runtime.
# of 10 (valid: 1 to 75). The special value 0 enables support for using
# the frame rate of the emulated graphics device. This parameter can be
# changed at runtime.
#
# REALTIME
# If set to 1 (default), the VGA timer is based on realtime, otherwise it

View File

@ -25,8 +25,8 @@ Brief summary :
- Disk images: Allows large VHD image files
- Fixed and enhanced the Floppy Disk emulation, VGA emulation fixes
- Expand maximum resolution for Banshee and Voodoo 3 from 1600x1280 to 1920x1440
- Documentation updates and fixes
- LGPL'd VGABIOS updated to version 0.8c (several VBE fixes / additions)
- Documentation updates and fixes
Detailed change log :
@ -92,6 +92,7 @@ Detailed change log :
- VGA text mode: implemented secondary charmap support
- mem_write(): in text mode don't mark graphics tiles for update
- Increase maximum VGA update frequency to 75 and set default to 10
- VGA update frequency value 0 enables support for using frame rate of emulated gfx device
- Fixes for emulated CGA mode
- SVGA Cirrus:

View File

@ -3895,7 +3895,8 @@ as VGA BIOS) and 'voodoo' for Voodoo Graphics support (needs
<para>
The VGA update frequency specifies the number of display updates per second.
The VGA update timer by default uses the realtime engine with a value of 10
(valid: 1 to 75). This parameter can be changed at runtime.
(valid: 1 to 75). The special value 0 enables support for using the frame rate
of the emulated graphics device. This parameter can be changed at runtime.
</para>
<para>
The 'realtime' option specifies the operation mode of the VGA update timer.

View File

@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "7 Jan 2024" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "12 Jan 2024" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
@ -493,7 +493,9 @@ update_freq:
This parameter specifies the number of display updates per second.
The VGA update timer by default uses the realtime engine with a value
of 10 (valid: 1 to 75). This parameter can be changed at runtime.
of 10 (valid: 1 to 75). The special value 0 enables support for using the
frame rate of the emulated graphics device. This parameter can be changed
at runtime.
realtime: