LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-18-2003, 02:19 AM   #1
eixem
LQ Newbie
 
Registered: May 2003
Posts: 27

Rep: Reputation: 15
RedHat9 Quake3


Hi. Im running RedHat 9 and quake 3 runs fine accept for two things. I cannot use the two thumb buttons on my mouse (MSExplorer Optical) and I cant seem to connect to any servers. What do I need to change for quake to access the internet? About the mouse thing how can I enable the extra buttons? Thanx for any help!

...Im quite new to linux so try to make it easy for me..

Last edited by eixem; 05-18-2003 at 02:49 AM.
 
Old 05-18-2003, 05:15 AM   #2
membrax
Member
 
Registered: Nov 2002
Location: 50'48''N - 4'21''E
Distribution: SuSE7.1 - SuSE8.1 - SuSE8.2 - RH6.2 - RH7.1 - RH7.3 - RH8.0 - RH9.0 - Fedora Core 1
Posts: 281

Rep: Reputation: 30
I got the same problem under RH9 with quake, no mouse.
I'll search for a solution.

Coming back on your third button problem :
Edit your XF86Config as root and in the Pointing Devices section add :
"ZaxisMapping" "4 5"
like that.

Will work.
 
Old 05-18-2003, 06:17 AM   #3
nuzzy
Member
 
Registered: Aug 2001
Location: New Hampshire, USA
Distribution: Ubuntu 6.06 LTS
Posts: 204

Rep: Reputation: 31
Even though this link is for Mandrake, it still may be able to get your side buttons working:

http://www.mandrakeuser.org/docs/xwin/xmouse2.html
 
Old 05-18-2003, 02:05 PM   #4
eixem
LQ Newbie
 
Registered: May 2003
Posts: 27

Original Poster
Rep: Reputation: 15
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Thanx for the replys guys... The above text was taken from my current mouse setup. According to the link posted by nuzzy reguarding Mandrake, I could change it to 6 7, gain the use of the side buttons but lose the function of the mouse wheel. Not much point in farting around with that I guess. Once you get used to one set of binds its hard to switch... its the not being able to connex to servers thats bugging me. Does anyone know what I need to do there?
 
Old 05-18-2003, 11:40 PM   #5
miknight
Member
 
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184

Rep: Reputation: 30
Have you got the latest Q3 point release? (1.32b) and a valid CD key?
 
Old 05-19-2003, 03:01 AM   #6
eixem
LQ Newbie
 
Registered: May 2003
Posts: 27

Original Poster
Rep: Reputation: 15
indeed sir... I installed the 1.32b patch then moved my baseq3 dir to my linux hd. I just tried to connect to a server and this is what it says in the console...

/connect 207.44.153.196
resolving update.quake3arena.com
update.quake3arena.com resolved to 192.246.40.56:27951
207.44.153.196 resolved to 207.44.153.196:27960
Resolving authorize.quake3arena.com
authorize.quake3arena.com resolved to 192.246.40.56:27952
Punkbuster Client: Connected to server 207.44.153.196:27960

one other thing.. when i first start the game.. after it gets to the main menu if I drop the console I see this text:

--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: myhostname
IP: myip
Started tty console (use +set ttycon 0 to disable)
^5PunkBuster Client: File Not Found: pbcl.cfg
^5PunkBuster Client: Not Connected to a Server
^5PunkBuster Client: PunkBuster Client (v0.993 | A0) Enabled
^3PunkBuster Server: 0 Power Players loaded from /me/.q3a/pb/pbpower.dat
^3PunkBuster Server: 0 PB Rcon Filters loaded from /me/.q3a/pb/pbrcon.dat
^3PunkBuster Server: pb_sv_SsNext = 0 (0 to 999999)
^3PunkBuster Server: pb_sv_LogNext = 2 (1 to 999999)
^3PunkBuster Server: File Not Found: pbsv.cfg
^3PunkBuster Server: File Not Found: pbsvuser.cfg
^3PunkBuster Server: PunkBuster Server (v0.993 | A1293 C0.993) Enabled

Im assuming that since quake cant find the pbcl.cfg file that it will just make a new one once the connection to the punkbuster server happens. Hoppefully this is helpfull information.

Last edited by eixem; 05-19-2003 at 04:51 AM.
 
Old 05-19-2003, 11:03 PM   #7
miknight
Member
 
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184

Rep: Reputation: 30
Hmm, have you checked the permissions on all the files?
 
Old 05-20-2003, 12:30 AM   #8
eixem
LQ Newbie
 
Registered: May 2003
Posts: 27

Original Poster
Rep: Reputation: 15
I checked most of the files and directories and most of them I have read and write access to.. any file or folder in particular? I have write access to my pb, quake3 and baseq3 folder... damn this is bothering me... it has to be somthing simple or maybe not... what about network settings.. is it posibble that a network setting is stopping quake from accessing the internet. When I did the install of RedHat I selected High Security.. could that have had an effect?
 
Old 05-20-2003, 04:18 AM   #9
miknight
Member
 
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184

Rep: Reputation: 30
Well make sure you have 'read' on everything

Can you start your own games and join LAN games fine? If so, then I don't think I can help you much more, because I don't play it over the net :/
 
Old 05-22-2003, 10:22 PM   #10
eixem
LQ Newbie
 
Registered: May 2003
Posts: 27

Original Poster
Rep: Reputation: 15
Thx for all of the replies fellas. I lowered the system security from high to medium and quake can access the internet now. Not too sure what that did as an end result but its working and im very happy to say the least. I would like to know what was turned on if anyone has an idea. Im guessing that it has enabled certain services in the firewall but I aint no network admin.. :P
 
Old 05-22-2003, 10:29 PM   #11
StonedZealot
Member
 
Registered: May 2003
Location: St. Louis
Distribution: Slack 9
Posts: 42

Rep: Reputation: 15
if I remember correctly...

Lowering the security level from High to Medium (recommended) just lets ports be opened by software...which is exaclty what you needed to do. Just so you know...
 
Old 03-02-2004, 12:37 PM   #12
maze_fire
LQ Newbie
 
Registered: Feb 2004
Location: B'ham, AL
Distribution: RH9 - Shrike
Posts: 25

Rep: Reputation: 15
quake 3 server on rh9

i have a question in regards to actually getting the dedicated quake 3 server up and running...when i start it "./q3ded +set dedicated 2 +exec server.cfg" everything looks like it's loading just fine, but when it gets to "sending heartbeat to master.quake3server.com" or whatever it is...it just stops...punkbuster is not enabled, furthermore i am not sure how to enable it...but could that be the problem? if not, what is causing it to apparently freeze while, what i assume to be, registering the server with the master server...above that, i can't see the server from quake3 on the lan side... thx in advance for any help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
quake3 jan_bosjes Linux - Newbie 6 01-29-2005 10:02 AM
Quake3 help siskel Linux - Games 5 06-03-2004 04:55 PM
Quake3 help please vintank Linux - Games 3 11-03-2003 04:11 PM
Quake3 again. Nukes Linux - Software 1 04-28-2003 12:20 PM
Help with quake3 gonus Linux - Software 2 03-10-2003 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration