Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Installing EVE on Linux: Difference between revisions

From EVE University Wiki
No edit summary
Undo revision 26110 by Ran kildar (talk)
Line 136: Line 136:
<pre>sh winetricks corefonts vcrun2005sp1</pre>  
<pre>sh winetricks corefonts vcrun2005sp1</pre>  
<br>  
<br>  
==== Modify the wine registry for EVE ====
Add the following registry keys to regedit by running the following:
<pre>winetricks regedit</pre>
You can copy and paste the test below into a text file and name it with a .reg extension. Then import it into the registry by using regedit's import feature.
<pre>[Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"VertexShaderMode"="hardware"</pre>


= Installing EVE  =
= Installing EVE  =