我在 Ubuntu 12.04 下的 Dosbox 中启用了 FullScreenmode。但我仍然没有在全屏模式下得到它。我的 Turbo C++ 窗口小于我的屏幕尺寸。
Sev*_*Tux 18
您需要编辑dosbox-0.74.conf如下所示
转到终端并输入 gedit /home/severus/.dosbox/dosbox-0.74.conf
并进行以下更改:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
Run Code Online (Sandbox Code Playgroud)
output=opengl #最重要的
autolock=true
Run Code Online (Sandbox Code Playgroud)
现在保存文件并打开 dosbox。它应该是全屏的,有完整的工作区。
注意:此答案的原始来源:单击此处
小智 5
可选:如果要以全屏模式启动 dosbox,请将 fullscreen 更改为 true(即 fullscreen=true)