My old DOS game (Tomb Raider I) installs and then runs fine with Wine by making use of Dosbox. Everything works (keys, audio, full screen) but I am unable to adjust the resulting screen resolution.
The display setting is always at the lowest possible resulting in heavily pixelated output. Changing the game settings has no effect. I already tried a better resolution from Wine windows configuration, and from changing settings in my ~/.dosbox/dosbox.conf but these seem not to be respected.
My system: Ubuntu 12.10 amd64, Wine 1.4, Dosbox 0.74, Nvida Gforce 6, nvidia-current-updates 304.51.
How do I make Wine to call Dosbox with my custom settings for screen resolution and geometry?
Dosboxcan run natively on Ubuntu without usingwine, then perhaps all the options in the conf would be available. The original Tomb Raider can look quite good if you remember to use the 3dfx DOS version. I would just usewineto install it and then replace the original executable with the 3dfx executable. Then you can move the folder and run the game with the native Ubuntu version of Dosbox once your conf has been set up. You can run it withdosbox -conf /my/game/conf.conf. You can even use a joypad if you useQJoypadand set up the keys. – Mar 11 '13 at 20:59winewill respect the settings properly untildosboxis integrated intowine, but I'll see if there are any possibilities. – Mar 11 '13 at 21:05