VOGONS


dosbox.conf under Linux

Topic actions

First post, by ionmich

User metadata
Rank Newbie
Rank
Newbie

I have just installed DosBox and it's running under Linux.

When I try to "config -writeconf test" no file is produced.

When I try to speed up using the F-keys nothing happens. However the ALT-ENTER does change the screen size.

I read the dosbox guides but Linux is not covered. Any help would be much appreciated. My application is running but very slowly. The CPU cycles box indicates 3000.

Thanks

Reply 1 of 7, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Works fine here.

Reply 2 of 7, by bugs_bugger

User metadata
Rank Member
Rank
Member

Maybe you need to create the file test first, do touch test on your console.

Reply 3 of 7, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

touch'ing should not be necessary. ionmich is probably looking for the file in the wrong place.

Try this before write-conf'ing:

mount X "."
X:
dir test
config -writeconf test
dir test
dir

Is the file there?

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 4 of 7, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

nah won't work
dosbox writes when no file is given in to your current working directory.

so try
config -writeconf /tmp/test.conf

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 7, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Well Qbix - that is why I asked to have "." mounted as X 😀

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 6 of 7, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Yeh and if he's using dosbox 0.58 both things won't work. Same for some
hardened textmode close-but-not-yet-linux.

Reply 7 of 7, by ionmich

User metadata
Rank Newbie
Rank
Newbie

Thanks everyone. I found it in my Linux home directory. I wasn't looking very logically. Working on the speed problem now. I am sure I will have more questions later.