Xonotic Forums
[SOLVED] Running Xonotic on Linux Mint - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Running Xonotic on Linux Mint (/showthread.php?tid=5741)



Running Xonotic on Linux Mint - 666 - 08-09-2015

I just installed Linux Mint 17.2 Cinnamon 64 bit. Had some trouble with installing drivers for my gpu (HD 5450), but found a little guide online. Now i downloaded Xonotic to test out how it works on linux. The problem is i can't seem to start the game, i run xonotic-linux-glx.sh in terminal and i get greeted with a message:

"You have reached this menu due to a missing or unlocatable content/data. You may consider adding -basedir /path/to/game to your launch commandline"

I believe the issue is in my gpu drivers, but i'm not sure since this is my first time using linux.
Hopefully someone can help me!

EDIT: Apparently the zip didn't get extracted completely so i had to mount it and copy paste the folder from it, But now i have a new problem, i can't run xonotic-linux-glx.sh anymore, i allowed it to be executed as a program and still nothing. Tried executing through terminal, says permission denied even though i have root. Now i have no idea what could be wrong.

EDIT2: Figured out why i couldn't run xonotic-linux-glx.sh anymore, every file with the name linux in it's name should be set to read and write which it wasn't by default. Game works now although the performance is not too satisfying on my Radeon HD 5450, around half of the fps i was getting on windows.


RE: Running Xonotic on Linux Mint - SpiKe - 08-09-2015

Hello, you can try to run xonotic-linux-sdl.sh as well, it might work better than the GLX version.

As for the AMD Catalyst drivers on Linux, they are often a source of problems.
Did you try the open-source radeon driver? It works very good with old AMD GPUs like yours.


RE: Running Xonotic on Linux Mint - It'sMe - 08-09-2015

First never run this game as root (or any other game)!
Second, there are permission flags, and you must set that the file can be executed.
'chmod u+x xonotic-linux-....sh'
(So no idea how you broke it Smile)

However you can also resync the complete game directory (basedir) via the provided rsync script.
Check 'Xonotic/misc/tools/rsync-updater/update-to-release.sh'
Be aware that it deletes all modifications in your game directory (basedir).

Your user specific stuff is in $HOME/.xonotic/ so it's normally save to run the script.


RE: Running Xonotic on Linux Mint - end user - 08-09-2015

I'm running Xon on Linux Mint XFCE 17 using AMD 10 5800 with no issues with both Radeon and AMD drivers although the FPS sucks but I haven't bothered fixing that as I haven’t had a change to play the game atm.


RE: Running Xonotic on Linux Mint - Beagle - 08-10-2015

I run Linux mint 17.2 Cinnamon 16 bit/Ubuntu the command I use is ~/Xonotic/xonotic-linux64-glx -basedir ~/Xonotic


RE: Running Xonotic on Linux Mint - Beagle - 09-09-2015

Did it worked?