How do I make DOSBox show in full screen mode?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have enable FullScreenmode in Dosbox under Ubuntu 12.04 . But still i am not getting it in Fullscreen. My turbo c++ windows is less than my screen size.
dosbox
add a comment |
I have enable FullScreenmode in Dosbox under Ubuntu 12.04 . But still i am not getting it in Fullscreen. My turbo c++ windows is less than my screen size.
dosbox
add a comment |
I have enable FullScreenmode in Dosbox under Ubuntu 12.04 . But still i am not getting it in Fullscreen. My turbo c++ windows is less than my screen size.
dosbox
I have enable FullScreenmode in Dosbox under Ubuntu 12.04 . But still i am not getting it in Fullscreen. My turbo c++ windows is less than my screen size.
dosbox
dosbox
edited Aug 14 '12 at 15:18
Jorge Castro
37.3k107422617
37.3k107422617
asked Aug 14 '12 at 15:06
BigSackBigSack
1,65252332
1,65252332
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
First, press ctrl + F10
to lock mouse to dosbox and then try alt + Enter
.
add a comment |
You need to edit dosbox-0.74.conf as given below
Go to terminal and type gedit /home/severus/.dosbox/dosbox-0.74.conf
and make these changes:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
output=opengl
#MOST IMPORTANT
autolock=true
Now save the file and open dosbox. It should be fullscreen with full workspace.
NOTE : Original source of this answer : Click Here
add a comment |
- Goto /home/user/dosbox.conf
- Find resolution
- Change fullresolution from original to your choice (eg.
fullresolution=640x480) - Leave windowresolution intact (i.e, windowresolution=original) as you
might want a smaller sized window.
Optional:
change fullscreen to true (i.e, fullscreen=true) if you want to start dosbox in fullscreen mode
add a comment |
I think the Alt-Enter command makes DOSBox go full-screen. That might not be your problem, though.
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
add a comment |
fullresolution=auto
windowresolution=auto
for me auto setting on these two functions, works better.
Ctrl+F10 is for accessing mouse
Alt+Enter is to switch from full screen to small.
add a comment |
Severus Tux solution worked on my raspberry pi, but took up far too much computing power. Extreme lag and overheating followed from just rendering the dos prompt.
Another solution is to change the "scaler" parameter to a size that fits your screen the best. you can either double, or tripple the number of pixels used:
scaler=normal2x forced
or
scaler=normal3x forced
pick the one that fits your fullscreen mode the best.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f175763%2fhow-do-i-make-dosbox-show-in-full-screen-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
First, press ctrl + F10
to lock mouse to dosbox and then try alt + Enter
.
add a comment |
First, press ctrl + F10
to lock mouse to dosbox and then try alt + Enter
.
add a comment |
First, press ctrl + F10
to lock mouse to dosbox and then try alt + Enter
.
First, press ctrl + F10
to lock mouse to dosbox and then try alt + Enter
.
answered Oct 31 '12 at 19:08
gsedejgsedej
3,17822645
3,17822645
add a comment |
add a comment |
You need to edit dosbox-0.74.conf as given below
Go to terminal and type gedit /home/severus/.dosbox/dosbox-0.74.conf
and make these changes:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
output=opengl
#MOST IMPORTANT
autolock=true
Now save the file and open dosbox. It should be fullscreen with full workspace.
NOTE : Original source of this answer : Click Here
add a comment |
You need to edit dosbox-0.74.conf as given below
Go to terminal and type gedit /home/severus/.dosbox/dosbox-0.74.conf
and make these changes:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
output=opengl
#MOST IMPORTANT
autolock=true
Now save the file and open dosbox. It should be fullscreen with full workspace.
NOTE : Original source of this answer : Click Here
add a comment |
You need to edit dosbox-0.74.conf as given below
Go to terminal and type gedit /home/severus/.dosbox/dosbox-0.74.conf
and make these changes:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
output=opengl
#MOST IMPORTANT
autolock=true
Now save the file and open dosbox. It should be fullscreen with full workspace.
NOTE : Original source of this answer : Click Here
You need to edit dosbox-0.74.conf as given below
Go to terminal and type gedit /home/severus/.dosbox/dosbox-0.74.conf
and make these changes:
fullscreen=true
fulldouble=true
fullresolution=1366x768
windowresolution=1366x768
output=opengl
#MOST IMPORTANT
autolock=true
Now save the file and open dosbox. It should be fullscreen with full workspace.
NOTE : Original source of this answer : Click Here
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Feb 10 '16 at 0:42
Severus TuxSeverus Tux
5,85943982
5,85943982
add a comment |
add a comment |
- Goto /home/user/dosbox.conf
- Find resolution
- Change fullresolution from original to your choice (eg.
fullresolution=640x480) - Leave windowresolution intact (i.e, windowresolution=original) as you
might want a smaller sized window.
Optional:
change fullscreen to true (i.e, fullscreen=true) if you want to start dosbox in fullscreen mode
add a comment |
- Goto /home/user/dosbox.conf
- Find resolution
- Change fullresolution from original to your choice (eg.
fullresolution=640x480) - Leave windowresolution intact (i.e, windowresolution=original) as you
might want a smaller sized window.
Optional:
change fullscreen to true (i.e, fullscreen=true) if you want to start dosbox in fullscreen mode
add a comment |
- Goto /home/user/dosbox.conf
- Find resolution
- Change fullresolution from original to your choice (eg.
fullresolution=640x480) - Leave windowresolution intact (i.e, windowresolution=original) as you
might want a smaller sized window.
Optional:
change fullscreen to true (i.e, fullscreen=true) if you want to start dosbox in fullscreen mode
- Goto /home/user/dosbox.conf
- Find resolution
- Change fullresolution from original to your choice (eg.
fullresolution=640x480) - Leave windowresolution intact (i.e, windowresolution=original) as you
might want a smaller sized window.
Optional:
change fullscreen to true (i.e, fullscreen=true) if you want to start dosbox in fullscreen mode
answered Sep 4 '15 at 13:36
inexplainable grammarinexplainable grammar
915
915
add a comment |
add a comment |
I think the Alt-Enter command makes DOSBox go full-screen. That might not be your problem, though.
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
add a comment |
I think the Alt-Enter command makes DOSBox go full-screen. That might not be your problem, though.
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
add a comment |
I think the Alt-Enter command makes DOSBox go full-screen. That might not be your problem, though.
I think the Alt-Enter command makes DOSBox go full-screen. That might not be your problem, though.
answered Aug 14 '12 at 19:27
dingo_kinznerhookdingo_kinznerhook
1426
1426
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
add a comment |
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
This is the right answer for my problem (which was escaping full screen after alt tab)
– George Dimitriadis
Jul 21 '17 at 10:27
add a comment |
fullresolution=auto
windowresolution=auto
for me auto setting on these two functions, works better.
Ctrl+F10 is for accessing mouse
Alt+Enter is to switch from full screen to small.
add a comment |
fullresolution=auto
windowresolution=auto
for me auto setting on these two functions, works better.
Ctrl+F10 is for accessing mouse
Alt+Enter is to switch from full screen to small.
add a comment |
fullresolution=auto
windowresolution=auto
for me auto setting on these two functions, works better.
Ctrl+F10 is for accessing mouse
Alt+Enter is to switch from full screen to small.
fullresolution=auto
windowresolution=auto
for me auto setting on these two functions, works better.
Ctrl+F10 is for accessing mouse
Alt+Enter is to switch from full screen to small.
edited Feb 23 '17 at 20:07
George Udosen
21.7k104572
21.7k104572
answered Feb 23 '17 at 19:00
Alamjit SinghAlamjit Singh
56648
56648
add a comment |
add a comment |
Severus Tux solution worked on my raspberry pi, but took up far too much computing power. Extreme lag and overheating followed from just rendering the dos prompt.
Another solution is to change the "scaler" parameter to a size that fits your screen the best. you can either double, or tripple the number of pixels used:
scaler=normal2x forced
or
scaler=normal3x forced
pick the one that fits your fullscreen mode the best.
add a comment |
Severus Tux solution worked on my raspberry pi, but took up far too much computing power. Extreme lag and overheating followed from just rendering the dos prompt.
Another solution is to change the "scaler" parameter to a size that fits your screen the best. you can either double, or tripple the number of pixels used:
scaler=normal2x forced
or
scaler=normal3x forced
pick the one that fits your fullscreen mode the best.
add a comment |
Severus Tux solution worked on my raspberry pi, but took up far too much computing power. Extreme lag and overheating followed from just rendering the dos prompt.
Another solution is to change the "scaler" parameter to a size that fits your screen the best. you can either double, or tripple the number of pixels used:
scaler=normal2x forced
or
scaler=normal3x forced
pick the one that fits your fullscreen mode the best.
Severus Tux solution worked on my raspberry pi, but took up far too much computing power. Extreme lag and overheating followed from just rendering the dos prompt.
Another solution is to change the "scaler" parameter to a size that fits your screen the best. you can either double, or tripple the number of pixels used:
scaler=normal2x forced
or
scaler=normal3x forced
pick the one that fits your fullscreen mode the best.
answered Mar 24 at 22:02
guestus maximusguestus maximus
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f175763%2fhow-do-i-make-dosbox-show-in-full-screen-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown