PDA

View Full Version : Linux help


Aries202
04-20-2011, 09:58 PM
I downloaded Regnum online using Linux 32 bit, When I try to open the installer it says I need to open the file with an application. I've tried some stuff I've found but can't get it to work. :facepalm3:

Zodar
04-20-2011, 10:14 PM
Are you using some kind of file manager? I've never used one so can't suggest how to fix it using the GUI, but it could be an access rights issue, i.e. you need to tell the O/S that it's an execuable.

Try opening up a command shell to where you've downloaded the installer and type the following (assuming the 32 bit installer is called RegnumOnlineInstall_32):

chmod 755 RegnumOnlineInstall_32

Then run it with:

./RegnumOnlineInstall_32

Cuchulainn
04-20-2011, 10:19 PM
click on the properties, below Permissions should be a option "Allow executing file as program" or something similar. If you can't find it in your desktop or if you prefer to use the command line you can use
chmod u+x ./RegnumOnline*
from the path where the Regnum installer is located.

(Zodar was faster)

Aries202
04-20-2011, 10:32 PM
Thank you so much. (Just installed Ubuntu) I was going crazy for 2 hours trying to install this.

ieti
04-20-2011, 11:07 PM
Check for libopenal if you do not have sound in game.

Aries202
04-20-2011, 11:27 PM
I'm having another problem, so it seems my NVIDIA video card doesn't support Linux. Any help?

Znurre
04-21-2011, 05:24 AM
You might be using the open source drivers.
Use the driver finder application of Ubuntu to install the proprietary drivers.

HidraA
04-21-2011, 02:33 PM
I'm having another problem, so it seems my NVIDIA video card doesn't support Linux. Any help?

NVidia cards has lots of support under linux.In fact support it's better like for intel/ati cards..depends of distribution that you use and how much support that distribution video drivers.As Znurre told maybe you need to dowload open drivers and compile then on your system.
Download them from here:
http://www.nvidia.com/Download/index.aspx?lang=en-us

You need to folow standard procedure to make them executable:

chmod 777 nvidia.bin

run installer:

./nvidia.bin

Anyway you must change your acces level and kill x server to compile them...but folow instruction from installer.

Aries202
04-21-2011, 03:02 PM
Thank you all, I've solved my problem already. Thanks for the help.

Tigerious
04-21-2011, 05:51 PM
chmod +x =)