FAQ  •  Login

Nexuiz 1.5 installer for GNU/Linux in Bourne Shell

Moderators: Nexuiz Moderators, Moderators

<<

a thing

User avatar

Alien

Posts: 103

Joined: Wed Mar 01, 2006 12:16 am

Post Sun Apr 09, 2006 6:59 am

Nexuiz 1.5 installer for GNU/Linux in Bourne Shell

http://a-thing.is-a-geek.net/software/N ... staller.sh
From a shell, just enter the path you saved it to.

Changes since last version:
1. Detection of AC'97 soundcards - sets sound speed parameters in scripts if detected,
2. Supports 1.5 instead of 1.2.1. (duh)
3. Support for installing to ~.
4. Automatic mirror selection (determined by $LANG).
5. Exits telling you if nexuiz is in your $PATH or not.
6. Better commented and organized code.

Please post any bugs and suggestions.
Last edited by a thing on Fri Apr 14, 2006 5:24 pm, edited 1 time in total.
Got 'Nux? - GNU/Linux and other free software support.
My little site
idontknowctmwhatsthepointofcapitallettersorspacesorpunctuation
<<

a thing

User avatar

Alien

Posts: 103

Joined: Wed Mar 01, 2006 12:16 am

Post Fri Apr 14, 2006 12:16 am

Comments? Suggestions?
Got 'Nux? - GNU/Linux and other free software support.
My little site
idontknowctmwhatsthepointofcapitallettersorspacesorpunctuation
<<

esteel

User avatar

Site admin and forum addon

Posts: 3924

Joined: Wed Mar 01, 2006 8:27 am

Post Fri Apr 14, 2006 11:09 am

Well i just took a quick look at it.. looks good to me. (As my pure-free debian is still not able to play games :))
How robust is that ac97 dedection? Do you think its stable enough to include in a similar fashion in the nexuiz linux shell file?
Last edited by esteel on Thu Aug 31, 2006 7:51 pm, edited 1 time in total.
<<

a thing

User avatar

Alien

Posts: 103

Joined: Wed Mar 01, 2006 12:16 am

Post Fri Apr 14, 2006 5:11 pm

This is all it is:
  Code:
lsmod|grep -i ac97 >/dev/null&&echo -sndspeed 48000


You just gave me an idea: including that in the starter script, instead of detecting it when creating them, incase of switching soundcards, which I just updated it to do.

So yeah, you could include it in the script.
Got 'Nux? - GNU/Linux and other free software support.
My little site
idontknowctmwhatsthepointofcapitallettersorspacesorpunctuation
<<

KadaverJack

User avatar

Site admin and forum addon

Posts: 1102

Joined: Tue Feb 28, 2006 9:42 pm

Post Fri Apr 14, 2006 5:46 pm

esteel wrote:Well i just took a quick look at it.. looks good to me. (As my pure-free debian is still not able to play games :))
How robust is that ac97 dedection? Do you think its stable enough to include in a similar fashion in the nexuiz linux shell file?

Well, it checks whether ac97 kernel modules are loaded. That should work on any system, the only question is, whether there are soundcards that load snd_ac97_codec, but are unable to use 48kHz. However i don't think so...
It's a good idea (i would still prefer a menu switch, that would work on windows, too...) and i'll include it in the nexuiz-linux.sh in svn :)

Return to Nexuiz - General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.