I found out the cause of the problems with nub-input in dosbox. See this post in the appropriate thread.
I also came across a thought while playing around with the dosbox config: on the dosbox wiki it sais that the rendering part of the dosbox is a very cpu intensive part of the dos emulation. The logfile posted in dosBoxFE tells me that the svga_s3 mode is used which seems to be a (at least) high res capable mode. Do we lose any cpu time here because we are running a mode that we actually aren't really needing? There is also a vgaonly mode that was introduced with dosbox 0.73 (called just vga mode in older dosbox versions) that seems to be more suitable for our needs:
The dosbox frontend doesn't allow to set this mode because it was plainly not available until recently. I tried to manually edit the config file and see if it makes a difference but the logfile doesn't say anything about the vga-mode as soon as I set 'vgaonly' instead of 'vga'. Now I'm puzzled if I did something wrong or if it plainly doesn't make any difference, performance wise...
Could someone else have a look as well pls?
I also came across a thought while playing around with the dosbox config: on the dosbox wiki it sais that the rendering part of the dosbox is a very cpu intensive part of the dos emulation. The logfile posted in dosBoxFE tells me that the svga_s3 mode is used which seems to be a (at least) high res capable mode. Do we lose any cpu time here because we are running a mode that we actually aren't really needing? There is also a vgaonly mode that was introduced with dosbox 0.73 (called just vga mode in older dosbox versions) that seems to be more suitable for our needs:
vgaonly (previously vga) is VGA (Video Graphics Array): IBM's graphics system introduced with the PS/2. True VGA supports 16 colors at 640x480 resolution, or 256 colors at 320x200 resolution (and not 256 colors at 640x480, even though many people think it does). VGA colors are chosen from a palette of 262,144 colors (not 16.7 million) because VGA uses 6 bits to specify each color, instead of the 8 that is the standard today [copied from http://www.dosbox.com/wiki/Dosbox.conf]
The dosbox frontend doesn't allow to set this mode because it was plainly not available until recently. I tried to manually edit the config file and see if it makes a difference but the logfile doesn't say anything about the vga-mode as soon as I set 'vgaonly' instead of 'vga'. Now I'm puzzled if I did something wrong or if it plainly doesn't make any difference, performance wise...
Could someone else have a look as well pls?
Last edited by a moderator: