Posted February 02, 2018
This is more of a note to myself but perhaps will help someone else too:
I just Bought blood 1 for Linux but seems you have to setup sound and graphics yourself if your not on mac or windows. On a hi-res laptop I get a huge black border round the game and no music. The game setup menu doesn't help.
Edit dosbox settings in dosboxBlood.conf
Scale the display:
# set fullresolution to your screen native resolution
fullresolution=2560x1440
output=openglnb
Fix the music
1. sudo aptitude install timidity
2. Add these settings under [midi] - the key names listed in the comments are wrong - use mididevice not device
mpu401=intelligent
mididevice=default
midiconfig=128:0
Bonus: if you get audio sync issues and your using a bluetooth speaker... its because your using a bluetooth speaker. You can adjust the offset in pavucontrol somewhat but its still kinda crappy
...Well that was my playing time for the day gone on fixing this - have lots of funs
I just Bought blood 1 for Linux but seems you have to setup sound and graphics yourself if your not on mac or windows. On a hi-res laptop I get a huge black border round the game and no music. The game setup menu doesn't help.
Edit dosbox settings in dosboxBlood.conf
Scale the display:
# set fullresolution to your screen native resolution
fullresolution=2560x1440
output=openglnb
Fix the music
1. sudo aptitude install timidity
2. Add these settings under [midi] - the key names listed in the comments are wrong - use mididevice not device
mpu401=intelligent
mididevice=default
midiconfig=128:0
Bonus: if you get audio sync issues and your using a bluetooth speaker... its because your using a bluetooth speaker. You can adjust the offset in pavucontrol somewhat but its still kinda crappy
...Well that was my playing time for the day gone on fixing this - have lots of funs