X-problems, please read

2002-03-23 Thread Iván Filpo
Hello i have a computer with a Gforce2gts 32 ddram, 1.3mhz athlon-tbird
computer , 256 mb of memory.

I have Debian woody installed using xf4 and Sometimes X crashes dont know
why?. And i have checked /var/log/X* and .xsession-errors. The /var/
file when i do tail the only error i see is: mouse protocol could not be
determined and in the .xsession errors i dont see anything like that.


Please if u have any ideas of how i can find what is causing X to crash
please let me know, or if u know what maybe causing X to crash please let me
know.


Thanks to all in advance



xanim problems please read me..

2001-03-25 Thread Roberto Diaz
Hi..

I was not being able to get sound output from xanim.. I am using alsa with
oss emulation (all the latest stable debian versions)..

This are my modules:
snd-card-sb16   3512   0 
snd-mpu401-uart 1784   0  [snd-card-sb16]
snd-sb16-csp6188   0  [snd-card-sb16]
snd-hwdep   2636   0  [snd-card-sb16 snd-sb16-csp]
snd-sb16-dsp   16308   0  [snd-card-sb16 snd-sb16-csp]
snd-pcm1   16636   0  [snd-pcm1-oss snd-sb16-dsp]
snd-timer   7772   0  [snd-pcm1]
snd-mixer  24768   0  [snd-mixer-oss snd-card-sb16
snd-sb16-dsp]
snd-midi   12460   0  [snd-card-sb16 snd-mpu401-uart]
snd-pcm 8780   0  [snd-pcm1-oss snd-card-sb16 snd-sb16-dsp
snd-pcm1]
snd33708   1  [snd-pcm1-oss snd-mixer-oss
snd-card-sb16 snd-mpu401-uart snd-sb16-csp snd-hwdep snd-sb16-dsp snd-pcm1
snd-timer snd-mixer snd-midi snd-pcm]
soundcore   2372   4  [snd]
snd-mixer-oss 
snd-pcm1-oss 

Now I see that if I launch gamix and put the PCM to the highest value I
get a little bit of sound (very low I hardly can listen it) my card is a
sb16 the output is obtained via loudspeakers (In the line-out plug I cant
listen the audio from xanim in the same conditions). 

The rest of the sound system is working perfectly..

Please some ideas at least let me know you have read this posting..


Thank you!!

Regards

Roberto


Roberto Diaz [EMAIL PROTECTED]
http://vivaldi.ddts.net 
Powered by ddt dynamic DNS
Powered by GNU running on a Linux kernel.
Powered by Debian (The real wonder)

Concerto Grosso Op. 3/8 A minor
Antonio Vivaldi (so... do you need beautiful words?)




Re: xanim problems please read me..

2001-03-25 Thread Paul J Collins
 RD == Roberto Diaz [EMAIL PROTECTED] writes:

RD Now I see that if I launch gamix and put the PCM to the
RD highest value I get a little bit of sound (very low I hardly
RD can listen it) my card is a sb16 the output is obtained via
RD loudspeakers (In the line-out plug I cant listen the audio
RD from xanim in the same conditions).

I seem to recall that xanim has its own volume control slider, and it
sets it to a very low level upon startup.  Did you try using xanim
itself to adjust the volume?

-- 
Pity has no place at my table.
  -- Dr Hannibal Lecter



Re: xanim problems please read me..

2001-03-25 Thread Roberto Diaz

Of course.. I forgot to mention that xanin volume control is at 100% too..

But there are nobody here who can help me with this thing?

 RD Now I see that if I launch gamix and put the PCM to the
 RD highest value I get a little bit of sound (very low I hardly
 RD can listen it) my card is a sb16 the output is obtained via
 RD loudspeakers (In the line-out plug I cant listen the audio
 RD from xanim in the same conditions).
 I seem to recall that xanim has its own volume control slider, and it
 sets it to a very low level upon startup.  Did you try using xanim
 itself to adjust the volume?


Regards

Roberto


Roberto Diaz [EMAIL PROTECTED]
http://vivaldi.ddts.net 
Powered by ddt dynamic DNS
Powered by GNU running on a Linux kernel.
Powered by Debian (The real wonder)

Concerto Grosso Op. 3/8 A minor
Antonio Vivaldi (so... do you need beautiful words?)




problems with read()

1998-11-29 Thread Pere Camps
Hi!

I'm in the need of tracing a read(). After creating a socket
(socket+bind+listen) I make a telnet call the machine+port and after the
first read(), the program fails at it.

More exactly I get a errno that says:
Invalid argument

And the exact call is:
cont=read(sd, line, max-longitud-1);

I've tripled checked the arguments with gdb and all of them are
what read expects. sd is the value given by bind(), line is a char * with
allocated memory and max-longitud-1 is long. I've casted all to their man
specifications to no avail.

Does anybody know what's going here?

TIA!

Salutacions, Pere     __oUltima Ratio Regum
  2:343/108.91   -  _`\;_mailto:[EMAIL PROTECTED]
PGP key available ---  (_)/ (_)  http://casal.upc.es/~pere/


Re: problems with read()

1998-11-29 Thread aqy6633
   I'm in the need of tracing a read(). After creating a socket
 (socket+bind+listen) I make a telnet call the machine+port and after the
 first read(), the program fails at it.
 
   More exactly I get a errno that says:
   Invalid argument
 
   And the exact call is:
 cont=read(sd, line, max-longitud-1);
 
   I've tripled checked the arguments with gdb and all of them are
 what read expects. sd is the value given by bind(), line is a char * with

Since you have a server socket, sd should be a value returned by accept().


Alex Y.
-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


Re: problems with read()

1998-11-29 Thread Pere Camps
Alex,

 Since you have a server socket, sd should be a value returned by accept().

Very big OOPS!

Thanks for the help and sorry for the stupidity. This is a
university work and I find the call model system of the teacher very
inapropiate. Anyway, that's no excuse. Thanks again.

Salutacions, Pere     __oUltima Ratio Regum
  2:343/108.91   -  _`\;_mailto:[EMAIL PROTECTED]
PGP key available ---  (_)/ (_)  http://casal.upc.es/~pere/