View previous topic :: View next topic |
Author |
Message |
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Tue Jun 10, 2003 9:14 am Post subject: ut2003 problems |
|
|
I've got an Athlon XP 2200+ a Asus A7N8X and a Geforce 4 TI 4200 with latest nvidia drivers.
When i play UT2003, i can play only for several minutes and then i got this error :
open /dev/[sound/]dsp: Device or resource busy
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Backtrace:
[ 1] ./Core.so [0x40a0d71a]
[ 2] /lib/libpthread.so.0 [0x40dd2dfa]
[ 3] /lib/libc.so.6 [0x40bc1a78]
Signal: SIGIOT [iot trap]
Aborting.
Why ? |
|
Back to top |
|
|
Matje l33t
Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Tue Jun 10, 2003 1:54 pm Post subject: |
|
|
Do you have some other software running that uses /dev/dsp ? Like arts, esd, xmms, ... _________________ Life is like a box of chocolates... Before you know it, it's empty... |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Tue Jun 10, 2003 1:59 pm Post subject: |
|
|
Yes i tried without xmms and it's still the same, but without the /dev/dsp error ... |
|
Back to top |
|
|
Matje l33t
Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Tue Jun 10, 2003 2:05 pm Post subject: |
|
|
You can allways try and downgrade the nvidia-drivers, for some the 3xxx work, for others the 4xxx work... I use the 4xxx succesfully with my Ti 4200. Are you sure you have the nvidia opengl interface selected? (see opengl-update) _________________ Life is like a box of chocolates... Before you know it, it's empty... |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Tue Jun 10, 2003 2:57 pm Post subject: |
|
|
Yes and it's the same |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Wed Jun 11, 2003 9:19 pm Post subject: |
|
|
Someone have an idea ? |
|
Back to top |
|
|
Jimboberella Guru
Joined: 19 Jun 2002 Posts: 358 Location: Brisbane/Australia
|
Posted: Thu Jun 12, 2003 1:28 am Post subject: |
|
|
If your in KDE or gnome, try running it in fluxbox or another Wm with a sound manager. That works for me with Q3 based apps. |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Thu Jun 12, 2003 2:51 am Post subject: |
|
|
your sound driver is alsa or oss ?
what happens if you play as root ? do you get the same error? _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Thu Jun 12, 2003 9:24 pm Post subject: |
|
|
I'm using Wm and if i launch ut 2003 in root it displays me the same error |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Tue Jun 24, 2003 12:28 am Post subject: Re: ut2003 problems |
|
|
I've fixed the sound problem, but i CAN't fix the other problem, plzz i need helpppp .... :rol:
korlaz wrote: | I've got an Athlon XP 2200+ a Asus A7N8X and a Geforce 4 TI 4200 with latest nvidia drivers.
When i play UT2003, i can play only for several minutes and then i got this error :
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Backtrace:
[ 1] ./Core.so [0x40a0d71a]
[ 2] /lib/libpthread.so.0 [0x40dd2dfa]
[ 3] /lib/libc.so.6 [0x40bc1a78]
Signal: SIGIOT [iot trap]
Aborting.
Why ? |
|
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Wed Jun 25, 2003 11:30 pm Post subject: |
|
|
Here some part of my XF86Config :
Code: | Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
Load "freetype"
Load "xtt"
Load "record"
Load "fbdevhw"
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
EndSection |
Some parts of my /etc/modules.conf :
Code: | alias char-major-10-175 agpgart
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
|
What should i do ? |
|
Back to top |
|
|
kosamae Tux's lil' helper
Joined: 18 Jun 2003 Posts: 133 Location: (__)(__)
|
Posted: Thu Jun 26, 2003 2:45 am Post subject: |
|
|
You should try disabling agpgart, and using one of the other available agp protocols. I can't remember exactly how to do it, but there's instructions in nVidia's Linux driver README. I think they say that nvagp is the most stable now, but don't quote me on that. (I was going to put a link to the readme here, but nVidia's driver site is down right now, sorry) |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Thu Jun 26, 2003 6:32 pm Post subject: |
|
|
That is what i've done :
Code: | cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: NVIDIA
AGP Rate: 4x
Fast Writes: Enabled
SBA: Enabled |
I think it means that i use nvidia agp (??) |
|
Back to top |
|
|
kosamae Tux's lil' helper
Joined: 18 Jun 2003 Posts: 133 Location: (__)(__)
|
Posted: Thu Jun 26, 2003 7:00 pm Post subject: |
|
|
Uhhh, I'm not sure what that is, but the agpgart change is made in your XF86Config-4 and your modules.conf. I would have posted the actual solution, but my firewall's acting up, and for some reason I can't access ftp, so here's the link to the nvidia driver page, everything you need is in there.
http://www.nvidia.com/view.asp?IO=linux_display_ia32_1.0-4363 |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Thu Jun 26, 2003 10:38 pm Post subject: |
|
|
I've already done this before, but nothing works !!!
I've modified my XF86Config and my modules.conf (see above) |
|
Back to top |
|
|
kosamae Tux's lil' helper
Joined: 18 Jun 2003 Posts: 133 Location: (__)(__)
|
Posted: Fri Jun 27, 2003 11:35 am Post subject: |
|
|
Right, you've got the driver installed properly, but you can change how the driver accesses your AGP slot. According the modules.conf you posted, you're using agpgart right now. nVidia has several option available so that you can tweak and see which one is the best for you- I use NVAgp on my box, and there's other options that are lower perfomance, but higher compatibility. All of that stuff is in the Appendices, along with a ton of other options, like how to properly set your AntiAliasing and Antriscopic filtering . |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Fri Jun 27, 2003 1:07 pm Post subject: |
|
|
I've deactivated apggart in my kernel (gentoo-sources) and tried all the :
Code: | Option "NvAgp" | cat /proc/driver/nvidia/agp/status
1 | Nvidia
2 | Disabled
3 | Nvidia |
And ii have the same error....
Options like FSAA or Antriscopic filtering could fix my problem ??? |
|
Back to top |
|
|
SQLBoy Guru
Joined: 17 Aug 2002 Posts: 381
|
Posted: Fri Jun 27, 2003 1:14 pm Post subject: |
|
|
The backtrace he is posting would mention the agp driver if in fact the problem was occuring there.
I would go here:
http://opensource.creative.com/
Follow the directions for checking out the latest OpenAL source code. Once you got it, use:
to compile. In the src dir, there should be like like a openal.so.0.6.0 or something of that nature. Copy that to your ut2003/system folder as openal.so.
Once you have that, you need to make sure you have nothing else running that could possibly be using the sound card. IM clients, email program, whatever. The error suggests something is locking dsp0.
Also make sure you are running the latest version of UT2003 by running the update program in the install dir.
If its still happening,
Try downloading a demo of the sound drivers at www.opensound.com and installing them. They driver includes a virtual DSP device thingy that automatically allows multiple things to access the sound card by multiplexing at the kernel level. Much faster than Arts and the application doesn't happen to have special support for it. It happens transparently. This if anything, will fix your problem. You need that newew openal.so to use these drivers with UT2003 as well. |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Fri Jun 27, 2003 1:19 pm Post subject: |
|
|
I've already fix the sound problem, does OpenAL fix all the other stuff ? |
|
Back to top |
|
|
catphish n00b
Joined: 05 Apr 2003 Posts: 33
|
Posted: Fri Jul 04, 2003 8:13 pm Post subject: OSS problems |
|
|
I find that most apps that access /dev/dsp will not run while arts, the kde sound system is running. Try running "killall arts" then running the app. This works for me in many apps with sound problems. |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Sat Jul 05, 2003 12:58 am Post subject: |
|
|
Please read the posts above i've already fix the sound problem !!!
I've to fix the Bactrace pb |
|
Back to top |
|
|
puddpunk l33t
Joined: 20 Jul 2002 Posts: 681 Location: New Zealand
|
Posted: Sat Jul 05, 2003 2:02 am Post subject: |
|
|
So... About this sound problem....
j/k
All I can see, is that ut2003 is causing a problem with glibc. Do you have a current version? Do you have a new fangled threading implimentation? Do you have a masked/unstable version?
Remember that ut2003 is a set of binaries, and has been linked against a version of glibc and if yours is radically different, there will be trouble! |
|
Back to top |
|
|
korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Sat Jul 05, 2003 3:13 pm Post subject: |
|
|
I have Glibc 2.3.2 stable (without nptl support) |
|
Back to top |
|
|
|