Results 1 to 5 of 5

Thread: How to enlarge a Dosbox window without fullscreen?

  1. #1
    Join Date
    May 2009
    Beans
    67
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question [SOLVED] How to enlarge a Dosbox window without fullscreen?

    Hi, I'm trying to play some games in Dosbox in windowed mode, but with a larger window. I don't want to use fullscreen because then I can't switch between the Dosbox session and email and web browser without a lot of hassle.

    I did some searching for advice such as http://www.reloaded.org/forum/index.php?showtopic=753 and http://www.gog.com/en/forum/tex_murp..._dosbox_window but tweaking scaler, output or hwscale options doesn't seem work on my machine. So what settings do I need to change? :\ Thanks.
    Last edited by learningcurb; March 3rd, 2010 at 11:56 PM. Reason: solved

  2. #2
    Join Date
    Mar 2010
    Beans
    1

    Wink Re: How to enlarge a Dosbox window without fullscreen?

    Have you consulted the DosBox Wiki? Maybe you can find it there?

    http://www.dosbox.com/wiki/Dosbox.conf#Sections

    Since you're not specifying what computer you're using, I guess not much help can be given, sorry. Here is another page that may help (see "VIDEO" section):

    http://vogons.zetafleet.com/viewtopic.php?t=10739

    I hope that works with your machine, good luck!

    Liliana
    Last edited by molokaicreeper; March 3rd, 2010 at 12:11 PM. Reason: specific instructions

  3. #3
    Join Date
    May 2009
    Beans
    67
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to enlarge a Dosbox window without fullscreen?

    Hey again. Thanks for the http://vogons.zetafleet.com/viewtopic.php?t=10739 link. I took another look at the configuration file after using config -writeconf to write it out a fresh file. It turns out that windowresolution was the variable I forgot to change. I changed the following settings and now it works:

    Code:
    windowresolution=1024x768
    output=opengl
    hwscale=2.00
    And here's the full [sdl] section of my .dosboxrc:

    Code:
    [sdl]
    # fullscreen -- Start dosbox directly in fullscreen.
    # fulldouble -- Use double buffering in fullscreen.
    # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
    # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
    # output -- What to use for output: surface,overlay,opengl,openglnb.
    # autolock -- Mouse will automatically lock, if you click on the screen.
    # sensitiviy -- Mouse sensitivity.
    # waitonerror -- Wait before closing the console if dosbox has an error.
    # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pause (when not focussed).
    #             Second entry behind the comma is for when dosbox is not focused/minimized.
    # mapperfile -- File used to load/save the key/event mappings from.
    # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
    
    fullscreen=false
    fulldouble=false
    fullresolution=1024x768
    windowresolution=1024x768
    output=opengl
    hwscale=2.00
    autolock=true
    sensitivity=100
    waitonerror=true
    priority=higher,normal
    mapperfile=mapper.txt
    usescancodes=true

  4. #4
    Join Date
    May 2009
    Beans
    67
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to enlarge a Dosbox window without fullscreen?

    Hmm, actually hwscale seems to be unnecessary. I was wondering why it didn't appear in the default configuration file. Anyway, it seems that windowresolution is the main variable. Also, output needs to be set to overlay or opengl. Scaling won't work when output is set to surface.

    Another related link: http://vogons.zetafleet.com/viewtopi...16945445edf3de

  5. #5
    Join Date
    Dec 2007
    Beans
    8

    Thumbs up Re: How to enlarge a Dosbox window without fullscreen?

    This thread is gold. I was looking for this answer for quite a while! Thanks, everyone. Love from Israel! :love:

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •