These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Fedora 26 Upgraders: Guide

Author
Undefined Destiny
One Man Tax Evasion Holdings
#1 - 2017-07-25 15:01:44 UTC  |  Edited by: Undefined Destiny
After doing a dnf-system-upgrade, here is what I needed to get stuff working:

Fixing the launcher:
In your EVE Launcher directory, you'll need to symlink the crypto libraries used by the launcher:

  • ln -s /usr/lib64/libcrypto.so.10 libcrypto.so
  • ln -s /usr/lib64/libssl.so.10 libssl.so

Fixing the insane CPU use and 2FPS problem:
If you use an Nvidia card with nvidia drivers, you will have ABYSMAL performance (120% CPU use, 2 FPS on a GTX1080) until you recompile the driver and 32bit libs - DKMS is not enough. My personal approach here is:

  • systemctl set-default mulit-user.target
  • reboot
  • # Login to root,
  • # Re-run "./NVIDIA-Linux-x86_64-375.66.run", re-install it all.
  • systemctl set-default graphical.target
  • reboot

Fixing the "black squares" issue (blocks appearing over in-game models like stations and gates):

  • Change "Settings -> Display and Graphics -> Post-processing" to "None" in game, then click "Apply".