ptitSeb / box86-compatibility-list

Box86 Compatibility List (Games and Software)
MIT License
58 stars 2 forks source link

Deus Ex 1 - almost ok, around 10 fps #62

Open olivergrosche opened 3 years ago

olivergrosche commented 3 years ago

I changed the renderer to OpenGL (updated driver https://www.cwdohnal.com/utglr/) and started with the dynarec option via shell. now it runs at decent 40 fps


It´s almost ok playable in 640x480 all quality sliders to the lowest, runs slow Use a preinstalled copy of deus ex, turn of the vtmx slider in lutris - game settings

runs also fine with mods, except high textures mods

Tested on RP 400 Stock with TwisterOS

Tested on

Status

Previous behavior:

Current behavior:

Screenshots

OpenGL

Additional Information

ptitSeb commented 3 years ago

Make sure to use OpenGL renderer (it will use Dx9 by default) for a bit better speed. Also, using BOX86_DYNAREC_SAFEMMAP=1 might help the speed.

olivergrosche commented 3 years ago

where shall i set this: BOX86_DYNAREC_SAFEMMAP=1 ???

ptitSeb commented 3 years ago

like this BOX86_DYNAREC_SAFEMMAP=1 wine DeusEx.exe for example

olivergrosche commented 3 years ago

ah ok, actually i´m just using lutris vor configuring... is there also an option for this?

olivergrosche commented 3 years ago

you were right: with: BOX86_DYNAREC_SAFEMMAP=1 wine /home/pi/Games/DeusEx/System/DeusEx.exe it ran a tiny little bit better...