VOGONS

Common searches


where is dosbox.conf file in Linux ???

Topic actions

  • This topic is locked. You cannot reply or edit posts.

First post, by pcuser4

User metadata
Rank Newbie
Rank
Newbie

where is dosbox.conf file in Linux ? I can not find it... help me to find it ...

Thanks!
Jack

Reply 5 of 8, by dougdahl

User metadata
Rank Member
Rank
Member

You need to create it from inside dosbox.
Read the README, focusing on the CONFIG section combined with -writeconf.

And the dosbox.conf will only be in the directory that it is created in. If you run dosbox from another directory, it will not find or use it.

If you want to use the same .conf from anywhere than you need to copy your dosbox.conf to /home/USERNAME/.dosboxrc where USERNAME is what you log in as.

(~ is the same as /home/USERNAME under Linux. My apologies if you already knew that)

Reply 6 of 8, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

If you are lost in the Unix file system, try this:

$ find / -name "some-file-name" -ls

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 7 of 8, by tymek

User metadata
Rank Newbie
Rank
Newbie

For anyone who reads this, here's a solution that worked for me:
1 - Open dosbox
2 - From within, type the following to generate the rc file:
config -writeconf .dosboxrc

Now you have a generated .dosboxrc file in your home directory which you can then edit to taste.