Aion Online - fps improvement

On windows 7 machine i had 140+ fps on max settings
here on ubuntu 18.10 x64 its 60fps and below on max settings (1680x1050)
attached log from game debug:
https://paste.ubuntu.com/p/SC7B2MNg45/

Question: can i modify/tweak any settings to make it better?

Try enabling esync under runner options. You can also try installing esync-staging-pba-3.16 and using the env PBA_ENABLE

checked in pandemonium - triniel coliseum (idle test) - max details 1680x1050
tkg-3.21-x86_64 max 51fps
esync + esync-staging-pba-3.18 + pba max 71fps
esync + esync-staging-pba-3.16 + pba max 75fps
esync + esync-staging-pba-3.16 max 53fps
esync-staging-pba-3.16 + pba max 71fps

Sorry i went little overboard saying it was on medium details in first post - it was on max (edited first post)

@cxf could you edit installer please? i dont know how to add esync and pba in installer

I’m not cxf, but I can help
you can add esync like this (just add it where the wine the wine version is defined):

wine:
  esync: true

pba should work like that (just add to the bottom of the installer):

system:
  env:
    PBA_ENABLE: 1

You don’t need to be afraid to make a mistake. A moderator will check the script before it is published, so nothing will break even when you do something wrong.

Installer changes submited to moderation, thanks @cxf @Medath