SureAI

Forums covering SureAI game titles.

https://sureai.net/forum/

Topic title - [RESOLVED]Enderal with Wine on Linux?

https://sureai.net/forum/viewtopic.php?t=10109

Page 2 of 2
Re: [RESOLVED]Enderal with Wine on Linux? - by zaggynl
Posted: 21.08.2016 12:35
On savegame load Skyrim warned about running out of vram.
Set VRAM by below steps:
Check amount with
grep -i --color memory /var/log/Xorg.0.log
or
grep -i --color vram /var/log/Xorg.0.log
or
lspci -v | grep -i VGA -A 10 
or
echo $(dmesg | grep -o -P -i "(?<=vram:).*(?=M 0x)")$" Mb"
WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks settings 
Set videomemory to 2048
WINEARCH=win32 WINEPREFIX=~/.wine32 wine regedit
Browse to
HKEY_CURRENT_USER\Software\Wine\Direct3D\ and change video memory size to your videocards amount of memory in MB

Add some more performance by running:
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
and tick Enable CSMT for better graphic performance, like below:
https://raw.githubusercontent.com/wiki/ ... g-csmt.png

Start with WINEDBG=fps to show fps in terminal when game runs.
cd "/home/az/.wine32/drive_c/Program Files/Steam/steamapps/common/Skyrim/" && WINEARCH=win32 WINEPREFIX=~/.wine32 WINEDLLOVERRIDES=Scrrun=n WINEDEBUG=fps wine "/home/az/.wine32/drive_c/Program Files/Steam/steamapps/common/Skyrim/Enderal Launcher.exe"
All times are UTC
Page 2 of 2
Powered by phpBB® Forum Software © phpBB Limited