These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Debian 9 NVIDIA Proprietary + Old AMD rig = Awesome; Nice job dude!
# My clean install w/ Xfce task, old hardware (GT740/AMD KN8-SLI)# nvidia.com / dx9 / prebuilt wine cd ~/wget https://us.download.nvidia.com/XFree86/Linux-x86_64/375.66/NVIDIA-Linux-386_64-x75.66.run; wget https://binaries.eveonline.com/evelauncher-11x4891.tar.gztar zxf evelauncher-11x4891.tar.gzcd ~/evelauncherwget https://binaries.eveonline.com/EveLauncher-11x6237.exesudo dpkg --add-architecture i386sudo apt-get updatesudo apt-get install dkms build-essential linux-headers-$(uname -r); # Alwayssudo apt-get qt5-default:i386 # Blacklist nouveau#sudo nano /etc/modprobe.d/blacklist-nouveau.confblacklist nouveaublacklist lbm-nouveauoptions nouveau modeset=0alias nouveau offalias lbm-nouveau off#sudo echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.confsudo update-initramfs -u# reboot to cli### NVIDIA Proprietary #### Fixes: # debug "libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so"# debug "libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so"# debug "ATTENTION: default value of option force_s3tc_enable overridden by environ# ldconfig -p | grep -i gl.soservice lightdm stop#oops dont do this tho: #no: apt-get purge xserver-xorg-video-nouveau#ok if no: sudo apt-get autoremovesudo apt-get remove nvidia-*sudo chmod u+x NVIDIA-Linux-x86_64-375.66.run./NVIDIA-Linux-x86_64-375.66.run# sudo nvidia-xconfig # Redundant# sudo /etc/X11/xorg.conf # Double Redundant### Winetricks ### sudo apt-get install winetricks;winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010 vcrun2013# winecfg settings list-all# Don't run eve yet thoWINEDLLOVERRIDES="*msvcrt,*msvcr100,*msvcr80=b,n" wine "/home/user/evelauncher/EveLauncher-1156237.exe" # Get old SSL, extract (file only, you could do backports prob)cd ~/evelauncherwget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.debdpkg --fsys-tarfile libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb | tar xOf - ./usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > libssl.sodpkg --fsys-tarfile libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb | tar xOf - ./usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 > libcrypto.sorm libssl1.0.0_1.0.1t-1+deb8u6_amd64.debcp libssl.so ~/; cp libcrypto.so ~/;### Otherwise, dpkg -i and Roj's script: #### We need 1.0.0 from somewhere tho.. # /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 is oldestnano eveset.sh#!/bin/bashCRYPTLIB="/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0"SSLLIB="/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0"# Change the paths to wherever you have installed evelauncherEVECRYPT="/home/user/evelauncher/libcrypt.so"EVESSL="/home/user/evelauncher/libssl.so"# Check if libcrypt.so exist in evelauncher directory, if not create it.if [ ! -f "$EVECRYPT" ] ; thenln -s "$CRYPTLIB" "$EVECRYPT"fi# Check if libssl.so exist in evelauncher directory, if not create it.if [ ! -f "$EVESSL" ] ; thenln -s "$SSLLIB" "$EVESSL"fi# EOFchmod a+x eveset.shsudo ./eveset.sh./evelauncher.sh# .... and update already.. and error... but rerunning it works fine...# Maybe didnt like there being no Res files yet? Or first login buisness? hmmm.... Good luck!Normal Errors:err:mscoree:LoadLibraryShim error reading registry key for installrootuser@host:~/evelauncher$ libpng warning: iCCP: known incorrect sRGB profile QWidget::setLayout: Attempting to set QLayout "" on QWidget "tableParent", which already has a layoutlibpng warning: iCCP: known incorrect sRGB profile
[0707/023802:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale Installed Qt WebEngine locales directory not found at location /home/user/evelauncher/translations/qtwebengine_locales. Trying application directory...Qt WebEngine locales directory not found at location /home/user/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.[0707/023803:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
A signature :o
~# ldconfig -p | grep font libfontenc.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfontenc.so.1 libfontconfig.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 libfontconfig.so.1 (libc6) => /usr/lib/i386-linux-gnu/libfontconfig.so.1 libXfont2.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libXfont2.so.2 libXfont.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libXfont.so.1