VOGONS


First post, by willywonka

User metadata
Rank Newbie
Rank
Newbie

ok, so i got dosbox up and running with police quest now!!!

so, how do i make the graphics look better? they are really blotchy and and fuzzy, nothing really crisp. i know they can look somewhat better, i played this game back in the day

Reply 1 of 5, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Try running without any scaler. Try using output=surface or overlay.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 2 of 5, by willywonka

User metadata
Rank Newbie
Rank
Newbie

how do i do that?
i'm a huge n00n w/ dosbox

Reply 3 of 5, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

You must edit a file called dosbox.conf (inside your dosbox folder) with a text editting tool as notepad. Then look for an output=xxxx setting and change it to output=surface (not advisable) or output=overlay. I have found out than the remaining types are somewhat blurry due to bilinear filtering being used.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 4 of 5, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Are you also a huge n00b when it comes to reading?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 5 of 5, by Norton Commander

User metadata
Rank Member
Rank
Member

You probably are gonna have to experiment since I've had mixed results with different games. output=surface is good for general use but as you mentioned the graphics are sometimes fuzzy. Best thing to do is open the dosbox.conf file, change the output= parameter to a different setting, save it then launch your game. Keep trying different ones till you find one that you're happy with. I find that ddraw works good for some games while others work best with surface.

BTW I would avoid modifying the dosbox.conf itself and instead create a separate .conf file for games that require different settings other than the default. For example, Lemmings requires that the CPU cyles be set to lower than 3000 for sound to work so I have a separate conf file for lemmings which I launch with a batch file:

dosbox.exe -conf lemmings.conf "C:\DOSBox-0.72\lemmings\lemvga.exe"

I find this method preferrable since it makes it easier to tweak dosbox for individual games and if you make a mistake while editing you still have the original dosbox.conf as a backup.