Jump to content

(LINUX)


Recommended Posts

From http://wiki.kerbalspaceprogram.com/wiki/Linux

Quote

Automatic script

Alternatively based on ksp_installer by Voidi, the following script will automatically search for the erroneous position and fix it. It'll also backup the original file asKSP.x86_64.unpatched if anything has gone wrong.

Is that still neccessary/usefull with 1.05?

Quote

And finally, UndeadBanana has a fix here for Nvidia hardware that can greatly improve the speed of your game.

Does someone know where to find that fix?

Poor that after moving to new forum software all links dont work anymore and lot of postings were deleted.

Edited by Jansn67
Link to comment
Share on other sites

Hi @Jansn67, the fix was to run KSP using Nvidia thread optimizations.

Unfortunately the old post is now hard to find as the Linux thread is badly broken, links and searches take you to the wrong posts.

But I do have the script here, if you make a shell scrip like this:

Quote

#!/bin/bash
cd "~/path/to/your/KSP/folder"
LD_PRELOAD="${LD_PRELOAD} libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 ./KSP.x86_64

It'll start KSP with the threaded optimizations.

Performance may improve, it varies from one players hardware to the next.

Link to comment
Share on other sites

Thanks sal_vager, i still own the scripts. Just wanted to know if its still actual "needed".

In general i have big probs now after 2 weeks break in KSP.

But must put this stuff to general linux support thread.

Edited by Jansn67
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...