I keep seeing the same questions repeated and repeated on these forums, so I think I'll need to make another sticky thread.
So far, I can only think these topics, but please reply with any other frequently asked questions that we can cover in the thread. I'm at work right now, so I don't really have time to dig through the posts. Help me help you.
Topics
Drivers
Linux and AQ2
Help me make a FAQ thread.
Moderator: Moderators
Help me make a FAQ thread.
I don't give a shit.
Although I admire the initiative, isn't the whole issue people not looking at earlier threads when they ask a question - what makes you think they will read your FAQ, especially if it covers alot of topics and gets big. I suppose the only advantage will be that you're able to direct them to that thread, instead of having to look for the older threads FOR them...
(on) Topic:
Where can I find paks/crosshairs/huds/etc -> at Poto's
(on) Topic:
Where can I find paks/crosshairs/huds/etc -> at Poto's
Gore Vidal: "To succeed is not enough. Others must fail."
-
- tripped on its own grenade
- Posts: 331
- Joined: Tue Aug 26, 2003 11:20 am
- Location: de
- Contact:
for the Linux part:
Q: I want to use teamspeak while playing quake2. But when teamspeak is running, my quake won't start - and when my quake is already started, teamspeak won't have sound.
A: The problem is, quake2 and teamspeak, both want to use the OSS /dev/dsp as mixing device and this gives conflicts at your system.
If your soundcard supports hardware mixing (every soundcard bought today can) and you have ALSA installed you are lucky. Tell your ALSA that quake2 should get direct access to the soundcard as well as NO soundcapturing support:
echo "aq2 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "aq2 0 0 disable" > /proc/asound/card0/pcm0c/oss
"aq2" should be the name of your quake2-binary.
Q: I want to use teamspeak while playing quake2. But when teamspeak is running, my quake won't start - and when my quake is already started, teamspeak won't have sound.
A: The problem is, quake2 and teamspeak, both want to use the OSS /dev/dsp as mixing device and this gives conflicts at your system.
If your soundcard supports hardware mixing (every soundcard bought today can) and you have ALSA installed you are lucky. Tell your ALSA that quake2 should get direct access to the soundcard as well as NO soundcapturing support:
echo "aq2 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "aq2 0 0 disable" > /proc/asound/card0/pcm0c/oss
"aq2" should be the name of your quake2-binary.
Owner of http://aq2maps.quadaver.org
Not part of #aq2admins for a reason.
Not part of #aq2admins for a reason.
in my experience you only need the latter line (disabling the use of the microphone for aq2. This is also needed for any other quake based game (quake3, et, etc) that you want to use teamspeak or skype with...Haudrauf wrote:for the Linux part:
echo "aq2 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "aq2 0 0 disable" > /proc/asound/card0/pcm0c/oss
"aq2" should be the name of your quake2-binary.
-
- tripped on its own grenade
- Posts: 331
- Joined: Tue Aug 26, 2003 11:20 am
- Location: de
- Contact:
topic revival after a year:
set gl_ext_pointparameters 0 for ATI graphics card users who have slow FPS
set gl_ext_pointparameters 0 for ATI graphics card users who have slow FPS
Owner of http://aq2maps.quadaver.org
Not part of #aq2admins for a reason.
Not part of #aq2admins for a reason.