Posts

Showing posts from August, 2020

Dosobx-x config for Civ1

 dosbox-x-0.83.2.conf # This is the configuration file for DOSBox-X 0.83.2. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. [sdl] # sensitivity: Mouse sensitivity. The optional second parameter specifies vertical sensitivity (e.g. 100,-50). sensitivity = 100 windowresolution = 1680x1050 output = openglnb [autoexec] # Lines in this section will be run at startup. # You can put your MOUNT lines here.

Ubuntu 18.04 ttf-mscorefonts-installer failures

I was getting the same error as this dude: http://people.uleth.ca/~daniel.odonnell/Blog/fixing-failure-to-download-extra-fonts-error-in-ubuntu-1910 I used the manual procedure with some minor tweaks: #!/usr/bin/env bash wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.7_all.deb sudo apt purge ttf-mscorefonts-installer -y sudo gdebi ttf-mscorefonts-installer_3.7_all.deb