Re: error compiling mplayer

2012-07-22 Thread Raimund Steger

Hi,

David Banning wrote:

getting this error on compile of mplayer;

/usr/local/lib/libgdk-x11-2.0.so: undefined reference to 
`XRRGetScreenResourcesCurrent'
/usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetOutputPrimary'
collect2: ld returned 1 exit status
gmake: *** [mplayer] Error 1
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

I wonder if anyone could direct me as to how I could collect more information
to resolve this.

FreeBSD version is 8.2


That doesn't look like a problem with mplayer per se, rather with your 
GTK or XRANDR install.


What do the following commands return:

nm -D /usr/local/lib/libgdk-x11-2.0.so|grep XRRGetOutputPrimary
nm -D /usr/local/lib/libXrandr.so|grep XRRGetOutputPrimary

Additionally, a somewhat larger snippet of your compilation output would 
be helpful, where at least the linker invocation that triggered that 
error occurs.


I'm running 8.2 here as well and can compile mplayer (from SVN, rev. 
35044) with GTK GUI just fine.


(Is this by any chance related to 
http://thread.gmane.org/gmane.os.freebsd.questions/288260 ?)


Raimund



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: error compiling mplayer

2012-07-22 Thread Raimund Steger

David Banning wrote:

That doesn't look like a problem with mplayer per se, rather with your
GTK or XRANDR install.


I wonder if these two versions of gtk could represent a problem;


This should be fine, 1.x and 2.x can coexist. Scim is unrelated, it's 
the Linux input engine.

The linker command seems OK as well from what I can tell.


[root@3s1 ~]# nm -D /usr/local/lib/libXrandr.so|grep XRRGetOutputPrimary


Hm, this should produce output like:

bsd1:mplayer)nm -D /usr/local/lib/libXrandr.so|grep XRRGetOutputPrimary
4230 T XRRGetOutputPrimary

The API seems to be a more recent addition, maybe you need to upgrade 
your libXrandr port? I have libXrandr-1.3.0.


Raimund


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


error compiling mplayer

2012-07-21 Thread David Banning
getting this error on compile of mplayer;

/usr/local/lib/libgdk-x11-2.0.so: undefined reference to 
`XRRGetScreenResourcesCurrent'
/usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetOutputPrimary'
collect2: ld returned 1 exit status
gmake: *** [mplayer] Error 1
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

I wonder if anyone could direct me as to how I could collect more information
to resolve this.

FreeBSD version is 8.2 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer fails to compile on amd64 machine

2012-01-21 Thread Bill Tillman



From: Antonio Olivares olivares14...@gmail.com
To: FreeBSD Questions freebsd-questions@freebsd.org 
Sent: Thursday, January 19, 2012 9:07 PM
Subject: mplayer fails to compile on amd64 machine

Dear kind folks,

Running Amd64 FreeBSD 8.0 updated


l/live/groupsock/libgroupsock.a                  -lm
-rpath=/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46
-liconv /usr/lib/libncurses.so -lpng -lz -ljpeg -lungif
-L/usr/local/lib -lfreetype -lz -lbz2 -lfontconfig  -lz
/usr/lib/libbz2.so -llzo2 -lmad -lspeex -L/usr/local/lib -ltheora
-logg    -lstdc++  -L/usr/local/lib -lrtmp -lz -lssl -lcrypto  -ldv
-pthread  -rdynamic -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib
-lv4l1 -lv4l2 -lrtmp -lXext -lX11 -pthread -lXss -lXv -lvdpau
-lXinerama -lXxf86vm -lXxf86dga -laa -lcaca -lvga -lSDL -lGL -pthread
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext
-lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage
-lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11
-lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lgthread-2.0 -lglib-2.0 -lglib-2.0
ffmpeg/libavcodec/libavcodec.a(ffv1.o): In function `find_best_state':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/ffv1.c:243:
undefined reference to `log2'
ffmpeg/libavcodec/libavcodec.a(aacsbr.o): In function `sbr_make_f_master':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:428:
undefined reference to `log2f'
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:456:
undefined reference to `log2f'
ffmpeg/libavcodec/libavcodec.a(aacsbr.o): In function `sbr_make_f_derived':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580:
undefined reference to `log2f'
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580:
undefined reference to `log2f'
collect2: ld returned 1 exit status
gmake: *** [mplayer] Error 1
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

=== make failed for multimedia/mplayer
=== Aborting update

=== Update for multimedia/mplayer failed
=== Aborting update

Terminated

/usr/src/UPDATING shows nothing relevant.

ideas/suggestions/advice/comments are welcome and appreciated.

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


The mplayer port has been broken before. Now doubt it's in need of fixing 
again. I have found over the years that once you get a working version of it in 
place, don't try to reinstall it. I'm sure the port maintainer does their best, 
afterall this is a Linux program ported to run on FreeBSD and all the subtle 
changes can never be thought completely through. Send an e-mail to the port 
maintainer, they'll get it fixed in the next round.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer fails to compile on amd64 machine

2012-01-21 Thread Antonio Olivares
 /usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580:
 undefined reference to `log2f'
 collect2: ld returned 1 exit status
 gmake: *** [mplayer] Error 1
 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer.
 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer.

 === make failed for multimedia/mplayer
 === Aborting update

 === Update for multimedia/mplayer failed
 === Aborting update

 Terminated

 /usr/src/UPDATING shows nothing relevant.

 ideas/suggestions/advice/comments are welcome and appreciated.

 Regards,

 Antonio
 ___

 The mplayer port has been broken before. Now doubt it's in need of fixing 
 again. I have found over the years that once you get a working version of it 
 in place, don't try to reinstall it. I'm sure the port maintainer does their 
 best, afterall this is a Linux program ported to run on FreeBSD and all the 
 subtle changes can never be thought completely through. Send an e-mail to the 
 port maintainer, they'll get it fixed in the next round.
 ___

Thank you Bill, I have three machines two running 8.2 amd64 and one
running 9.0-STABLE and only one had this problem.  I have installed
svn version of mplayer on this machine and it is working fine.  Guess,
I will just run
# portmaster -a -x mplayer
and skip mplayer updates via ports.
Maintainer of mplayer port advised me to update src to latest, either
8.2 or move up to 9.0, but I am hesistant to do so at this time :(

Regards,


Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mplayer fails to compile on amd64 machine

2012-01-19 Thread Antonio Olivares
Dear kind folks,

Running Amd64 FreeBSD 8.0 updated


l/live/groupsock/libgroupsock.a  -lm
-rpath=/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46
-liconv /usr/lib/libncurses.so -lpng -lz -ljpeg -lungif
-L/usr/local/lib -lfreetype -lz -lbz2 -lfontconfig  -lz
/usr/lib/libbz2.so -llzo2 -lmad -lspeex -L/usr/local/lib -ltheora
-logg-lstdc++  -L/usr/local/lib -lrtmp -lz -lssl -lcrypto   -ldv
-pthread  -rdynamic -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib
 -lv4l1 -lv4l2 -lrtmp -lXext -lX11 -pthread -lXss -lXv -lvdpau
-lXinerama -lXxf86vm -lXxf86dga -laa -lcaca -lvga -lSDL -lGL -pthread
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext
-lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage
-lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11
-lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lgthread-2.0 -lglib-2.0 -lglib-2.0
ffmpeg/libavcodec/libavcodec.a(ffv1.o): In function `find_best_state':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/ffv1.c:243:
undefined reference to `log2'
ffmpeg/libavcodec/libavcodec.a(aacsbr.o): In function `sbr_make_f_master':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:428:
undefined reference to `log2f'
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:456:
undefined reference to `log2f'
ffmpeg/libavcodec/libavcodec.a(aacsbr.o): In function `sbr_make_f_derived':
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580:
undefined reference to `log2f'
/usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580:
undefined reference to `log2f'
collect2: ld returned 1 exit status
gmake: *** [mplayer] Error 1
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

=== make failed for multimedia/mplayer
=== Aborting update

=== Update for multimedia/mplayer failed
=== Aborting update

Terminated

/usr/src/UPDATING shows nothing relevant.

ideas/suggestions/advice/comments are welcome and appreciated.

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-30 Thread Alexander Best
On Thu Sep 29 11, Antonio Olivares wrote:
  try 'sysctl hw.snd.vpc_autoreset=0'.
 
 Question,
 
 On one of my home machines, I have mixer pcm  vol set to 100% :
 
 [olivares@tricorehome /usr/home/olivares]$ mixer
 Mixer vol  is currently set to 100:100
 Mixer pcm  is currently set to 100:100
 Mixer line is currently set to  75:75
 Mixer mic  is currently set to   0:0
 Mixer rec  is currently set to  81:81
 Mixer igainis currently set to   0:0
 Mixer ogainis currently set to  50:50
 Mixer monitor  is currently set to  75:75
 Recording source: mic
 
 in /boot/device.hints
 
 hint.pcm.0.vol=100
 hint.pcm.1.vol=100
 hint.pcm.2.vol=100
 
 But when I play with mplayer, the pcm setting is at 48%
 
 I then increase the sound level by using the (*) key to increase it
 and the (/) key to lower it.  I had reason to believe that once I
 would set up the sound using /boot/device.hints, it would be (set in
 stone) forever, but on starting up the system, mplayer puts it back at
 48%.
 
 Will the systcl hw.snd.vpc autoreset=0 command cure this illness as well?
 
 If it does, do I add it to /boot/device.hints?  and it is a done deal!
 or no deal! :(
 
 I have always wanted to ask but was not sure it it was freebsd or
 mplayer's configuration.

try the following:

rm /var/db/mixer*-state
sysctl hw.snd.vpc_reset=1
systcl hw.snd.vpc_autoreset=0
echo hw.snd.vpc_autoreset=0  /etc/sysctl.conf

cheers.
alex

 
 Regards,
 
 Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-30 Thread Antonio Olivares
 try the following:

 rm /var/db/mixer*-state
 sysctl hw.snd.vpc_reset=1
 sysctl hw.snd.vpc_autoreset=0
 echo hw.snd.vpc_autoreset=0  /etc/sysctl.conf

 cheers.
 alex


Thank you very much Alex :)

I was getting an error with this command:
 systcl hw.snd.vpc_autoreset=0
but it was a typo on my part, it sysctl not systcl :)

Also, the first time I had put
sysctl hw.snd.vpc_autoreset=0 in /etc/sysctl.conf
and there should have been no sysctl call :)  but I have fixed this.

The instructions you have provided do the job and it is working on 2
out of 2 machines (8.2 amd 64 machines).  I am a very happy camper!

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Alexander Best
On Thu Sep 29 11, Polytropon wrote:
 Since I've installed OS v8.2 (STABLE of late August), mplayer
 has developed an annoying habit: It accidentally resets its
 volume settings.
 
 I have the following configuration: The vol (master) channel
 of the mixer is controlled by the volume keys on the top right
 of my keyboard (Sun Type 7 USB) by issuing mixer vol +5,
 mixer vol -5 and mixer vol 0 respectively. Worked for
 many years.
 
 When I use the keys 9 and 0 in mplayer, they _should_ modify
 the volume of the pcm channel - at least they did this in
 the previous mplayer 0.9something version I've been using many
 years on on OS v7.
 
 They do - as it seems - now too, but: when I move within
 the movie clip, they reset to some 50% value.
 
 Example: I set the volume slider to this value:
 
   [|||---]
 
 Now I press the left or right arrow key, or the space bar
 twice, then the volume gets up to the 50% value:
 
   [--]
 
 This is ANNOYING.
 
 Does anyone know a solution for this?

try 'sysctl hw.snd.vpc_autoreset=0'.

cheers.
alex

 
 I'm using mplayer-1.0.r20110329_3 compiled from ports.
 
 Audio driver is:
   pcm0: HDA VIA VT1708_8 PCM #0 Analog (play/rec) default
   pcm1: HDA VIA VT1708_8 PCM #1 Analog (rec)
   pcm2: HDA VIA VT1708_8 PCM #2 Digital (play)
 
 Strangest thing: I can see values change in the output of
 the mixer command when changing the vol volume, but
 not if I change the volume from inside mplayer.
 
 
 
 NB: The _difference_ between pcm and vol is known to me.
 I _intendedly_ use different setting mechanisms, i. e. vol
 defines the maximum output level transmitted to the amplifier,
 and pcm can be used to change the volume within the range
 from zero up that preset master value. I know that it's
 possible to have the 9/0 keys change the vol (master)
 channel, but that's not intended - nor does it seem to be
 a solution here.
 
 
 
 
 -- 
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote:
 On Thu Sep 29 11, Polytropon wrote:
  This is ANNOYING.
  
  Does anyone know a solution for this?
 
 try 'sysctl hw.snd.vpc_autoreset=0'.

Many thanks! This restored the default behaviour!
I have it set in /etc/sysctl.conf now.

And: No, I _won't_ ask why this kind of stuff is required
to restore default behaviour and established functionalities
after minor upgrades, because it would certainly make me
a grumpy old man. :-)





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Jerry
On Thu, 29 Sep 2011 23:58:29 +0200
Polytropon articulated:

 On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote:
  On Thu Sep 29 11, Polytropon wrote:
   This is ANNOYING.
   
   Does anyone know a solution for this?
  
  try 'sysctl hw.snd.vpc_autoreset=0'.
 
 Many thanks! This restored the default behaviour!
 I have it set in /etc/sysctl.conf now.
 
 And: No, I _won't_ ask why this kind of stuff is required
 to restore default behaviour and established functionalities
 after minor upgrades, because it would certainly make me
 a grumpy old man. :-)

I am still trying to figure out why I need to modify it and add:
hw.snd.default_unit=4 just to get sound to work on a card that works
perfectly under Windows sans modification. I have actually graduated
to the point where I develop ajada
{http://www.urbandictionary.com/define.php?term=ajada} when I
contemplate modifying the hardware on my systems. I have evolved to a
point way past grumpy.

-- 
Jerry ✌
jerry+f...@seibercom.net

Disclaimer: off-list followups get on-list replies or ignored.
Do not CC this poster. Please do not ignore the Reply-To header.

http://www.catb.org/~esr/faqs/smart-questions.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
On Thu, 29 Sep 2011 18:17:50 -0400, Jerry wrote:
 On Thu, 29 Sep 2011 23:58:29 +0200
 Polytropon articulated:
 
  On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote:
   On Thu Sep 29 11, Polytropon wrote:
This is ANNOYING.

Does anyone know a solution for this?
   
   try 'sysctl hw.snd.vpc_autoreset=0'.
  
  Many thanks! This restored the default behaviour!
  I have it set in /etc/sysctl.conf now.
  
  And: No, I _won't_ ask why this kind of stuff is required
  to restore default behaviour and established functionalities
  after minor upgrades, because it would certainly make me
  a grumpy old man. :-)
 
 I am still trying to figure out why I need to modify it and add:
 hw.snd.default_unit=4 just to get sound to work on a card that works
 perfectly under Windows sans modification.

No need to introduce Windows here to claim that something
is wrong. As I said in my original question, this functionality
_has been working_ for many years as expected on _various_
sound cards that I've used (CMI chipset based as well as
today's typical HDA stuff). Due to audio level considerations,
especially when I have to do some audio processing, the
ability to differentiate all the many channels of the mixer
is a good help. But when something suddenly breaks, you
wonder _why_ this has been changed.

I'm sure there are other things that stopped working because
of new features and who knows what - _I_ do _not_ know. :-)



 I have actually graduated
 to the point where I develop ajada
 {http://www.urbandictionary.com/define.php?term=ajada} when I
 contemplate modifying the hardware on my systems. I have evolved to a
 point way past grumpy.

Fully agree. Nice terminology, by the way. :-)

The disability to to keep using my perfectly working SCSI
because I cannot put the controller into my new system
_is_ such thing, even though there is no relation to the
system or the installed applications. Using USB scanners
just seems to be much more trouble than just attaching a
SCSI scanner and start using it (without any configuration);
this is also a good example of what can cause AJADA.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Antonio Olivares
 try 'sysctl hw.snd.vpc_autoreset=0'.

Question,

On one of my home machines, I have mixer pcm  vol set to 100% :

[olivares@tricorehome /usr/home/olivares]$ mixer
Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer line is currently set to  75:75
Mixer mic  is currently set to   0:0
Mixer rec  is currently set to  81:81
Mixer igainis currently set to   0:0
Mixer ogainis currently set to  50:50
Mixer monitor  is currently set to  75:75
Recording source: mic

in /boot/device.hints

hint.pcm.0.vol=100
hint.pcm.1.vol=100
hint.pcm.2.vol=100

But when I play with mplayer, the pcm setting is at 48%

I then increase the sound level by using the (*) key to increase it
and the (/) key to lower it.  I had reason to believe that once I
would set up the sound using /boot/device.hints, it would be (set in
stone) forever, but on starting up the system, mplayer puts it back at
48%.

Will the systcl hw.snd.vpc autoreset=0 command cure this illness as well?

If it does, do I add it to /boot/device.hints?  and it is a done deal!
or no deal! :(

I have always wanted to ask but was not sure it it was freebsd or
mplayer's configuration.

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
On Thu, 29 Sep 2011 20:33:45 -0500, Antonio Olivares wrote:
  try 'sysctl hw.snd.vpc_autoreset=0'.
 
 Question,
 
 On one of my home machines, I have mixer pcm  vol set to 100% :
 
 [olivares@tricorehome /usr/home/olivares]$ mixer
 Mixer vol  is currently set to 100:100
 Mixer pcm  is currently set to 100:100
 Mixer line is currently set to  75:75
 Mixer mic  is currently set to   0:0
 Mixer rec  is currently set to  81:81
 Mixer igainis currently set to   0:0
 Mixer ogainis currently set to  50:50
 Mixer monitor  is currently set to  75:75
 Recording source: mic

I've also tried:

First I set the mixer settings to the ones you have, at
least the relevant ones:

% mixer vol 100
% mixer pcm 100

From the last time, I had set mplayer's volume to zero.
Starting mplayer, no sound could be heared - as expected,
even as mixer displayed 100 for pcm and vol.

See my conclusion: It seems that mplayer handles volume
setting _separated_ from mixer's vol and pcm.



 in /boot/device.hints
 
 hint.pcm.0.vol=100
 hint.pcm.1.vol=100
 hint.pcm.2.vol=100

Nice, didn't know about those yet.

Basically, FreeBSD's shutdown saves _current_ mixer settings,
and the startup restores them. So if you leave settings at
100, they should be kept there.



 But when I play with mplayer, the pcm setting is at 48%

Seems to equal my 50% assumption.



 I then increase the sound level by using the (*) key to increase it
 and the (/) key to lower it.  I had reason to believe that once I
 would set up the sound using /boot/device.hints, it would be (set in
 stone) forever, but on starting up the system, mplayer puts it back at
 48%.

As it has done before here.

I've tried your test with * and /, as well as 9 and 0, and
I don't see any changes in the mixer output. However, when
I use the volume keys (that control the mixer command) a
setting change can be seen.

So I assume... mplayer does have some kind of internal audio
level setting? As I said: no change in pcm or vol when
changing volume inside mplayer in the default configuration,
as it was my initial conclusion.

NB: I know that mplayer's keys can be set to change vol
instead of pcm, but that does not seem to be the default
setting!



 Will the systcl hw.snd.vpc autoreset=0 command cure this illness as well?

Try it - it seems to be correct, at least from my few testing.



 If it does, do I add it to /boot/device.hints?  and it is a done deal!
 or no deal! :(

I've added it to /etc/sysctl.conf.



 I have always wanted to ask but was not sure it it was freebsd or
 mplayer's configuration.

In ultraworst case, freebsd-question@ is the right list to ask. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-28 Thread Polytropon
Since I've installed OS v8.2 (STABLE of late August), mplayer
has developed an annoying habit: It accidentally resets its
volume settings.

I have the following configuration: The vol (master) channel
of the mixer is controlled by the volume keys on the top right
of my keyboard (Sun Type 7 USB) by issuing mixer vol +5,
mixer vol -5 and mixer vol 0 respectively. Worked for
many years.

When I use the keys 9 and 0 in mplayer, they _should_ modify
the volume of the pcm channel - at least they did this in
the previous mplayer 0.9something version I've been using many
years on on OS v7.

They do - as it seems - now too, but: when I move within
the movie clip, they reset to some 50% value.

Example: I set the volume slider to this value:

[|||---]

Now I press the left or right arrow key, or the space bar
twice, then the volume gets up to the 50% value:

[--]

This is ANNOYING.

Does anyone know a solution for this?

I'm using mplayer-1.0.r20110329_3 compiled from ports.

Audio driver is:
pcm0: HDA VIA VT1708_8 PCM #0 Analog (play/rec) default
pcm1: HDA VIA VT1708_8 PCM #1 Analog (rec)
pcm2: HDA VIA VT1708_8 PCM #2 Digital (play)

Strangest thing: I can see values change in the output of
the mixer command when changing the vol volume, but
not if I change the volume from inside mplayer.



NB: The _difference_ between pcm and vol is known to me.
I _intendedly_ use different setting mechanisms, i. e. vol
defines the maximum output level transmitted to the amplifier,
and pcm can be used to change the volume within the range
from zero up that preset master value. I know that it's
possible to have the 9/0 keys change the vol (master)
channel, but that's not intended - nor does it seem to be
a solution here.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FULLY SOLVED Re: problems with mplayer teTeX-base after updating ports

2011-07-30 Thread Antonio Olivares
On Fri, Jul 29, 2011 at 10:29 PM, Antonio Olivares
olivares14...@gmail.com wrote:
 @All

 I have solved the problem with TeTeX.  I had to remove symlinks to
 files created by texlive manually and reinstall the ports one at a
 time and I am back.  Sorry for the noise.

 BTW,
 I figured out that I needed /usr/ports/print/latex-pgf/ for the
 diffyqs.tar.gz (Differential Equations Book source that did not
 compile ) referenced in other thread., I also got print/pdfjam,
 print/psletter-utils/, for pdfnup, and psnup, respectively.

 /*  Need latex-pgf for this book with default TeTeX packages from FreeBSD */
 Book is found here:
 http://www.jirka.org/diffyqs/

 Source is here:
 http://www.jirka.org/diffyqs/diffyqs.tar.gz

 I create build script:
 /*** build script **/

 #!/bin/sh

 pdflatex -interaction=nonstopmode diffyqs.tex
 pdflatex -interaction=nonstopmode diffyqs.tex
 makeindex diffyqs
 pdflatex -interaction=nonstopmode diffyqs.tex

 /*** end build script **/
 /*  end of book that could not compile in FreeBSD with teTeX packages
 from FreeBSD */

 The mplayer port still crashes, but I will wait a fix from maintainer
 and/or mplayer list.  Sorry for the noise with *tex* here.  I
 apologize.

 Regards,

 Antonio


Dear all,

Sorry for the noise, but I have fully updated everything that was
bombing out and I am back in the saddle.

I changed the make config settings, first libass was unchecked and it
failed everytime.  Then I checked it, and it pulled in libass-0.9.12
or something like it, and now compilation  installation succeeded :)
I am fully up to date.  Thank you for your help.

=== Done displaying pkg-message files

=== The following actions were performed:
Re-installation of mplayer-skins-1.1.2_6
Upgrade of mplayer-1.0.r20101106_1 to mplayer-1.0.r20110329_2
tricorehome# portmaster -L --index-only | egrep '(ew|ort)
version|total install'
=== 644 total installed ports
=== There are no new versions available
tricorehome# cd ~
tricorehome# portmaster -L --index-only | egrep '(ew|ort)
version|total install'
=== 644 total installed ports
=== There are no new versions available

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


problems with mplayer teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
Dear folks,

I have successfully updated most ports, but having problems with mplayer:

  /usr/local/live/BasicUsageEnvironment/libBasicUsageEnvironment.a
  -L/usr/local/lib  -rpath=/usr/lib:/usr/local/lib
-liconv -lncurses -lpng -lz -ljpeg -lungif -lcdda_interface
-lcdda_paranoia -L/usr/local/lib -lfreetype -lz -lfontconfig  -lz
/usr/lib/libbz2.so -llzo2 -lmad -lspeex -L/usr/local/lib -ltheora
-logg   -lfaad  -lstdc++ -L/usr/local/lib -lrtmp -lz -lssl -lcrypto
-ldv -pthread  -rdynamic -L/usr/local/lib -L/usr/local/lib
-L/usr/local/lib  -lm -lv4l1 -lv4l2 -lrtmp -lXext -lX11 -pthread -lXss
-lXv -lvdpau -lXinerama -lXxf86vm -lXxf86dga -laa -lcaca -lvga -lSDL
-lGL -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0
-lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite
-lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo
-lX11 -lpng -lz -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0
-lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lglib-2.0
sub/subreader.o(.text+0x94d3): In function `sub_add_text':
sub/subreader.c:2512: undefined reference to `subassconvert_subrip'
gmake: *** [mplayer] Error 1
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

=== make failed for multimedia/mplayer
=== Aborting update

=== Update for mplayer-1.0.r20101106_1 failed
=== Aborting update

Terminated
=== The following actions were performed:
Re-installation of mplayer-skins-1.1.2_6


=== You can restart from the point of failure with this command line:
   portmaster flags multimedia/mplayer


and since the Documentation depends on teTeX port(Had texlive 2010
installed, tried to uninstall with tlmgr --uninstall and it failed
since perl was updated to newer version) :(  made mistake of
installing texlive 2010 into /usr/local/bin, should have installed to
/usr/local/texlive/bin or other :(  Here's error message:

test -r ./latex.info || cd .  for i in latex.info*; do \
  install  -o root -g wheel -m 444 $i /usr/local/info//$i; done
if /bin/sh -c 'install-info --version' /dev/null 21; then \
  install-info --info-dir=/usr/local/info/ /usr/local/info//latex.info; \
else true; fi
install-info: menu item `LaTeX2e' already exists, for file `latex2e'
gmake[2]: *** [install-data] Error 1
gmake[2]: Leaving directory
`/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk/tetex'
gmake[1]: *** [install] Error 1
gmake[1]: Leaving directory
`/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk'
gmake: *** [install] Error 1
*** Error code 2

Stop in /usr/ports/print/teTeX-base.


Any suggestions/advice/comments are welcome.  This is another machine
that I had not updated but now that I was successful, I took the
plunge :)

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: problems with mplayer teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
On Fri, Jul 29, 2011 at 3:55 PM, Antonio Olivares
olivares14...@gmail.com wrote:
 Dear folks,

 I have successfully updated most ports, but having problems with mplayer:

      /usr/local/live/BasicUsageEnvironment/libBasicUsageEnvironment.a
                  -L/usr/local/lib  -rpath=/usr/lib:/usr/local/lib
 -liconv -lncurses -lpng -lz -ljpeg -lungif -lcdda_interface
 -lcdda_paranoia -L/usr/local/lib -lfreetype -lz -lfontconfig  -lz
 /usr/lib/libbz2.so -llzo2 -lmad -lspeex -L/usr/local/lib -ltheora
 -logg   -lfaad  -lstdc++ -L/usr/local/lib -lrtmp -lz -lssl -lcrypto
 -ldv -pthread  -rdynamic -L/usr/local/lib -L/usr/local/lib
 -L/usr/local/lib  -lm -lv4l1 -lv4l2 -lrtmp -lXext -lX11 -pthread -lXss
 -lXv -lvdpau -lXinerama -lXxf86vm -lXxf86dga -laa -lcaca -lvga -lSDL
 -lGL -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0
 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite
 -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo
 -lX11 -lpng -lz -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0
 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lglib-2.0
 sub/subreader.o(.text+0x94d3): In function `sub_add_text':
 sub/subreader.c:2512: undefined reference to `subassconvert_subrip'
 gmake: *** [mplayer] Error 1
 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer.
 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer.

 === make failed for multimedia/mplayer
 === Aborting update

 === Update for mplayer-1.0.r20101106_1 failed
 === Aborting update

 Terminated
 === The following actions were performed:
        Re-installation of mplayer-skins-1.1.2_6


 === You can restart from the point of failure with this command line:
       portmaster flags multimedia/mplayer


 and since the Documentation depends on teTeX port(Had texlive 2010
 installed, tried to uninstall with tlmgr --uninstall and it failed
 since perl was updated to newer version) :(  made mistake of
 installing texlive 2010 into /usr/local/bin, should have installed to
 /usr/local/texlive/bin or other :(  Here's error message:

 test -r ./latex.info || cd .  for i in latex.info*; do \
  install  -o root -g wheel -m 444 $i /usr/local/info//$i; done
 if /bin/sh -c 'install-info --version' /dev/null 21; then \
  install-info --info-dir=/usr/local/info/ /usr/local/info//latex.info; \
 else true; fi
 install-info: menu item `LaTeX2e' already exists, for file `latex2e'
 gmake[2]: *** [install-data] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk/tetex'
 gmake[1]: *** [install] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk'
 gmake: *** [install] Error 1
 *** Error code 2

 Stop in /usr/ports/print/teTeX-base.


 Any suggestions/advice/comments are welcome.  This is another machine
 that I had not updated but now that I was successful, I took the
 plunge :)

 Regards,

 Antonio


See this:

[olivares@tricorehome ~/Documents]$ tex gentle.tex
This is TeX, Version 3.141592 (Web2C 7.5.4)
kpathsea: Running mktexfmt tex.fmt
/usr/local/bin/mktexfmt: /usr/local/share/texmf/texconfig/tcfmgr: not found
fmtutil: config file `fmtutil.cnf' not found.
I can't find the format file `tex.fmt'!
[olivares@tricorehome ~/Documents]$ latex GSWLaTeX.tex
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 restricted \write18 enabled.
entering extended mode
(./GSWLaTeX.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, arabic, armenian
, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutch, u
kenglish, usenglishmax, esperanto, estonian, farsi, finnish, french, galician,
german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic, assamese,
 bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panjabi, tamil,
telugu, indonesian, interlingua, irish, italian, kurmanji, lao, latin, latvian,
 lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portuguese, roma
nian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turkish,
 turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/size12.clo)) (./GSWLaTeX.aux
) (/usr/local/texlive/2010/texmf-dist/tex/latex/base/omscmr.fd) (./GSWLaTeX.toc
[1]) [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/omlcmr.fd) [13] [14]
[15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]
[30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44]
[45] [46] (./GSWLaTeX.aux) )
Output written on GSWLaTeX.dvi (46 pages, 124956 bytes).
Transcript written on GSWLaTeX.log.

Tex is corrupted(now defaulting to TeTEX from ports and latex using
TeXLive 2010) :(  I had documentation files that depended

Re: problems with mplayer teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
@all

I could not get tlgmr to remove texlive
/*** try to removal of texlive */
tricorehome# tlmgr --uninstall
Useless use of log in void context at /usr/local/bin/tlmgr line 536.
Useless use of log in void context at /usr/local/bin/tlmgr line 636.
Useless use of log in void context at /usr/local/bin/tlmgr line 644.
Global symbol $RelocPrefix requires explicit package name at
/usr/local/bin/tlmgr line 1132.
Global symbol $RelocTree requires explicit package name at
/usr/local/bin/tlmgr line 1132.
Global symbol $Archive requires explicit package name at
/usr/local/bin/tlmgr line 1488.
BEGIN not safe after errors--compilation aborted at
/usr/local/bin/tlmgr line 1910.


http://www.tug.org/texlive/tlmgr.html


/*** end of try */

, so I nuked /usr/local/texlive directory, I then cleaned out tex
directories as explained here:

http://people.freebsd.org/~hrs/tetex-upgrade.txt

/*   removed not needed */
test -r /usr/local/info//dir || install  -o root -g wheel -m 444
./../dir /usr/local/info/
install: /usr/local/info//dir: No such file or directory
gmake[2]: *** [install-data] Error 71
gmake[2]: Leaving directory
`/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk/kpathsea'
gmake[1]: *** [install] Error 1
gmake[1]: Leaving directory
`/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk'
gmake: *** [install] Error 1
*** Error code 2

Stop in /usr/ports/print/teTeX-base.
*** Error code 1

Stop in /usr/ports/print/teTeX.
*** Error code 1

Stop in /usr/ports/print/teTeX.

/* end of error message /

[olivares@tricorehome ~/Documents]$ tex gentle.tex
This is TeX, Version 3.141592 (Web2C 7.5.4)
kpathsea: Running mktexfmt tex.fmt
mktexfmt: No such file or directory
I can't find the format file `tex.fmt'!
[olivares@tricorehome ~/Documents]$ latex GSWLaTeX.tex
bash: latex: command not found

Documentation depends on teTeX/teTEX-base, etc.  I left english
documentation, but later removed it to avoid the error(s) :(

According to portmaster, I just have mplayer update pending:

tricorehome# portmaster -L --index-only | egrep '(ew|ort)
version|total install'
=== New version available: mplayer-1.0.r20110329_2
=== 621 total installed ports
=== 1 has a new version available
,
But I want to have working tex installation(with TeTEX, for
documentation packages).

Thanks,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: problems with mplayer teTeX-base after updating ports(SOLVED)

2011-07-29 Thread Antonio Olivares
@All

I have solved the problem with TeTeX.  I had to remove symlinks to
files created by texlive manually and reinstall the ports one at a
time and I am back.  Sorry for the noise.

BTW,
I figured out that I needed /usr/ports/print/latex-pgf/ for the
diffyqs.tar.gz (Differential Equations Book source that did not
compile ) referenced in other thread., I also got print/pdfjam,
print/psletter-utils/, for pdfnup, and psnup, respectively.

/*  Need latex-pgf for this book with default TeTeX packages from FreeBSD */
Book is found here:
http://www.jirka.org/diffyqs/

Source is here:
http://www.jirka.org/diffyqs/diffyqs.tar.gz

I create build script:
/*** build script **/

#!/bin/sh

pdflatex -interaction=nonstopmode diffyqs.tex
pdflatex -interaction=nonstopmode diffyqs.tex
makeindex diffyqs
pdflatex -interaction=nonstopmode diffyqs.tex

/*** end build script **/
/*  end of book that could not compile in FreeBSD with teTeX packages
from FreeBSD */

The mplayer port still crashes, but I will wait a fix from maintainer
and/or mplayer list.  Sorry for the noise with *tex* here.  I
apologize.

Regards,

Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mplayer-plugin doesn't work with the current firefox3

2010-06-19 Thread Yuri

Hi,

Most TV channels in here http://www.livetvcenter.com/ either don't play 
(typically they say 'Stopped'), some play from the 10th attempt.

All channels I tried to play in separate mplayer work fine.

mplayerplug-in-3.55_7
mplayer-1.0.r20100117_2
firefox-3.5.9_1

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: terrible mplayer performance

2010-06-15 Thread Chip Camden
On Jun 14 2010 21:06, Neil Short wrote:
 --- On Mon, 6/14/10, Polytropon free...@edvax.de wrote:
 
  
  
  Check the output of pciconf -lv to see what
  identification of
  your graphics hardware is output. 
 
 result:
 ...
 vgap...@pci0:0:2:0: class=0x03 card=0x140a103c chip=0x00468086 
 rev=0x02 hdr=0x00
 vendor = 'Intel Corporation'
 class  = display
 subclass   = VGA
 ...
 

You have exactly the same chipset I do.  I have not seen any mention of
work being done on the intel driver for this chipset, but I would be glad
to lend a hand if someone could direct me on how to begin.

-- 
Sterling (Chip) Camden
http://camdensoftware.com | http://chipstips.com | http://chipsquips.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


terrible mplayer performance

2010-06-14 Thread Neil Short
Ok. I'm stuck. Mplayer's performance is worse on this laptop than it is on my 
Toshiba running with a half-speed processor. I have attempted all the 
suggestions I can find re: getting the performance.
The video is slow - so it lags the audio by quite a bit. I keep getting Your 
processor is too slow... stuff.

What to do?

I built mplayer from ports (not package).
mplayer-1.0.r20100117_1

My computer is an HP Pavilion dv4

xorg.conf is set up to run the vesa driver. That's how X -configure set it up. 
I have no idea what graphics device is actually on this machine.

dmesg shows:
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.1-PRERELEASE #1: Mon Jun  7 10:53:01 MST 2010
nesh...@carmen:/usr/obj/usr/src/sys/CARMEN amd64
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM) i3 CPU   M 330  @ 2.13GHz (2127.92-MHz K8-class CPU)
  Origin = GenuineIntel  Id = 0x20652  Family = 6  Model = 25  Stepping = 2
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
,PBE
  
Features2=0x98e3bdSSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT
  AMD Features=0x28000800SYSCALL,RDTSCP,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant
real memory  = 4294967296 (4096 MB)
avail memory = 3892748288 (3712 MB)
ACPI APIC Table: HPQOEM SLIC-MPC
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  4
 cpu3 (AP): APIC ID:  5
...
vgapci0: VGA-compatible display port 0x6050-0x6057 mem 
0xd000-0xd03f,0xc000-0xcfff irq 16 at device 2.0 on pci0
agp0: Intel Ironlake (M) SVGA controller on vgapci0
agp0: detected 32764k stolen memory
agp0: aperture size is 256M
...
==

 What did you do? the man holding the flashlight asked.

 I put down a spider, he said, wondering why the man didn't see; in the beam 
of yellow light the spider bloated up larger than life. So it could get away.


  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: terrible mplayer performance

2010-06-14 Thread Chip Camden
On Jun 14 2010 15:13, Neil Short wrote:
 Ok. I'm stuck. Mplayer's performance is worse on this laptop than it is on my 
 Toshiba running with a half-speed processor. I have attempted all the 
 suggestions I can find re: getting the performance.
 The video is slow - so it lags the audio by quite a bit. I keep getting Your 
 processor is too slow... stuff.
 
 What to do?
 
 I built mplayer from ports (not package).
 mplayer-1.0.r20100117_1
 
 My computer is an HP Pavilion dv4
 
 xorg.conf is set up to run the vesa driver. That's how X -configure set it 
 up. I have no idea what graphics device is actually on this machine.
 
 dmesg shows:
 Copyright (c) 1992-2010 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 FreeBSD is a registered trademark of The FreeBSD Foundation.
 FreeBSD 8.1-PRERELEASE #1: Mon Jun  7 10:53:01 MST 2010
 nesh...@carmen:/usr/obj/usr/src/sys/CARMEN amd64
 Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: Intel(R) Core(TM) i3 CPU   M 330  @ 2.13GHz (2127.92-MHz K8-class 
 CPU)
   Origin = GenuineIntel  Id = 0x20652  Family = 6  Model = 25  Stepping = 2
   
 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
 ,PBE
   
 Features2=0x98e3bdSSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT
   AMD Features=0x28000800SYSCALL,RDTSCP,LM
   AMD Features2=0x1LAHF
   TSC: P-state invariant
 real memory  = 4294967296 (4096 MB)
 avail memory = 3892748288 (3712 MB)
 ACPI APIC Table: HPQOEM SLIC-MPC
 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads
  cpu0 (BSP): APIC ID:  0
  cpu1 (AP): APIC ID:  1
  cpu2 (AP): APIC ID:  4
  cpu3 (AP): APIC ID:  5
 ...
 vgapci0: VGA-compatible display port 0x6050-0x6057 mem 
 0xd000-0xd03f,0xc000-0xcfff irq 16 at device 2.0 on pci0
 agp0: Intel Ironlake (M) SVGA controller on vgapci0
 agp0: detected 32764k stolen memory
 agp0: aperture size is 256M
 ...
 ==
 
  What did you do? the man holding the flashlight asked.
 
  I put down a spider, he said, wondering why the man didn't see; in the 
 beam of yellow light the spider bloated up larger than life. So it could get 
 away.
 

I have an i3 M 350 -- the intel drivers do not yet work for this chipset.
It's the Intel HM55, probably.  To verify, give us the output of

pciconf -vl | grep vgapci0

The chip= portion of that has the PCI ID.  Mine's 00468086.  For now at
least, I'm stuck on vesa.  But mplayer seems to run fine for me.

-- 
Sterling (Chip) Camden
http://camdensoftware.com | http://chipstips.com | http://chipsquips.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: terrible mplayer performance

2010-06-14 Thread Polytropon
On Mon, 14 Jun 2010 15:13:38 -0700 (PDT), Neil Short nesh...@yahoo.com wrote:
 Ok. I'm stuck. Mplayer's performance is worse on this laptop than
 it is on my Toshiba running with a half-speed processor. I have
 attempted all the suggestions I can find re: getting the performance.

You should use direct rendering when possible, it seems to be the
fastest playback.



 The video is slow - so it lags the audio by quite a bit. I keep
 getting Your processor is too slow... stuff.

Try -framedrop or -hardframedrop, but that's not the solution,
just a workaround.



 What to do?
 
 I built mplayer from ports (not package).
 mplayer-1.0.r20100117_1
 
 My computer is an HP Pavilion dv4
 
 xorg.conf is set up to run the vesa driver. That's how X -configure
 set it up. I have no idea what graphics device is actually on this
 machine.

This looks like the problem. You should use the correct driver for
your graphics card; vesa can be seen as last compatibility option,
usually not very performant.



 dmesg shows:
 Copyright (c) 1992-2010 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 FreeBSD is a registered trademark of The FreeBSD Foundation.
 FreeBSD 8.1-PRERELEASE #1: Mon Jun  7 10:53:01 MST 2010
 nesh...@carmen:/usr/obj/usr/src/sys/CARMEN amd64
 Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: Intel(R) Core(TM) i3 CPU   M 330  @ 2.13GHz (2127.92-MHz K8-class 
 CPU)
   Origin = GenuineIntel  Id = 0x20652  Family = 6  Model = 25  Stepping = 2
   
 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
 ,PBE
   
 Features2=0x98e3bdSSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT
   AMD Features=0x28000800SYSCALL,RDTSCP,LM
   AMD Features2=0x1LAHF
   TSC: P-state invariant
 real memory  = 4294967296 (4096 MB)
 avail memory = 3892748288 (3712 MB)
 ACPI APIC Table: HPQOEM SLIC-MPC
 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads
  cpu0 (BSP): APIC ID:  0
  cpu1 (AP): APIC ID:  1
  cpu2 (AP): APIC ID:  4
  cpu3 (AP): APIC ID:  5
 ...
 vgapci0: VGA-compatible display port 0x6050-0x6057 mem 
 0xd000-0xd03f,0xc000-0xcfff irq 16 at device 2.0 on pci0
 agp0: Intel Ironlake (M) SVGA controller on vgapci0
 agp0: detected 32764k stolen memory
 agp0: aperture size is 256M
 ...
 ==

You have a multicore processor and 4 GB of RAM and video playback
is slow? Impossible! My P2/300 with 512 MB RAM plays video without
any problems (running FreeBSD 5 and who knows what old version
of mplayer)...

Check the output of pciconf -lv to see what identification of
your graphics hardware is output. Then change xorg.conf to use
the proper driver for this. After this change (and a restart of
X), mplayer should use the correct output driver.

You can enter mplayer -vo help to get a list of the available
output drivers (e. g. xv, x11, gl, gl2, dgl, sdl and so on).




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: terrible mplayer performance

2010-06-14 Thread Neil Short
--- On Mon, 6/14/10, Polytropon free...@edvax.de wrote:

 
 
 Check the output of pciconf -lv to see what
 identification of
 your graphics hardware is output. 

result:
...
vgap...@pci0:0:2:0: class=0x03 card=0x140a103c chip=0x00468086 rev=0x02 
hdr=0x00
vendor = 'Intel Corporation'
class  = display
subclass   = VGA
...

 Then change xorg.conf to
 use
 the proper driver for this. After this change (and a
 restart of
 X), mplayer should use the correct output driver.
 
 You can enter mplayer -vo help to get a list of the
 available
 output drivers (e. g. xv, x11, gl, gl2, dgl, sdl and so
 on).
 
 
 
 
 -- 
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
 


  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer/mencoder build problems

2010-04-22 Thread Bernt Hansson

Michael Powell said the following on 2010-04-21 17:20:

Bernt Hansson wrote:



dvb_tune.o dvb_tune.c
dvb_tune.c:33:19: error: error.h: No such file or directory
gmake[1]: *** [dvb_tune.o] Error 1
gmake[1]: Leaving directory
`/usr/home/user/disk2/ports/multimedia/mplayer/work/MPlayer-1.0rc2/stream'
gmake: *** [stream/stream.a] Fel 2
*** Error code 1

Stop in /usr/home/user/disk2/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/home/user/disk2/ports/multimedia/mplayer.
___


See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145636



-Mike


Thank you, that fixed the problem.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer/mencoder build problems

2010-04-21 Thread Michael Powell
Bernt Hansson wrote:

 Hello again list!
 
 
 I'm having problems building mplayer/mencoder. Did a csup today
 2010-04-21 but that did not help. If someone can point me to
 the problem.
 
 cc -O2 -pipe -O -fomit-frame-pointer -fno-strict-aliasing -I./libavcodec
 -I./libavformat -Wdisabled-optimization -Wno-pointer-sign
 -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -O
 -fomit-frame-pointer -fno-strict-aliasing  -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
 -I/usr/local/include/freetype2 -I.. -I../libavutil -I/usr/local/include
 -I/usr/local/include  -I/usr/local/include/SDL -I/usr/local/include
 -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include
 -D_THREAD_SAFE -I/usr/local/include/gtk-2.0
 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0
 -I/usr/local/include -I/usr/local/include/glib-2.0
 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
 -I/usr/local/include/freetype2   -I../libavcodec -I../libavformat
 -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
 -I. -I.. -I../libavutil -O2 -pipe -O -fomit-frame-pointer
 -fno-strict-aliasing  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2
 -I... -I.../libavutil -I/usr/local/include -I/usr/local/include
 -I/usr/local/include/SDL -I/usr/local/include  -D_REENTRANT
 -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
 -I/usr/local/include/pango-1.0 -I/usr/local/include
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c -o
 dvb_tune.o dvb_tune.c
 dvb_tune.c:33:19: error: error.h: No such file or directory
 gmake[1]: *** [dvb_tune.o] Error 1
 gmake[1]: Leaving directory
 `/usr/home/user/disk2/ports/multimedia/mplayer/work/MPlayer-1.0rc2/stream'
 gmake: *** [stream/stream.a] Fel 2
 *** Error code 1
 
 Stop in /usr/home/user/disk2/ports/multimedia/mplayer.
 *** Error code 1
 
 Stop in /usr/home/user/disk2/ports/multimedia/mplayer.
 ___

See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145636

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Build error with mplayer

2010-04-13 Thread Neil Short

 
 Message: 21
 Date: Mon, 12 Apr 2010 18:58:37 -0700
 From: Charlie Kester corky1...@comcast.net
 Subject: Re: Build error with mplayer
 To: freebsd-questions@freebsd.org
 Message-ID: 20100413015837.ge96...@comcast.net
 Content-Type: text/plain; charset=us-ascii; format=flowed
 
 On Mon 12 Apr 2010 at 17:50:58 PDT Neil Short wrote:
 Am I missing something?
 
 dvb_tune.c:33:19: error: error.h: No such file or
 directory
 
 It's a known problem.
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145437
 
 
 

That's a relief! Thanks!


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Build error with mplayer

2010-04-12 Thread Neil Short
Am I missing something?


gmake -C stream
gmake[1]: Entering directory 
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/ 
stream'
cc -O2 -pipe -O3 -ffast-math -fomit-frame-pointer -fno-strict-aliasing 
-I./libav   
  codec -I./libavformat -Wdisabled-optimization 
-Wno-pointer-sign -Wdeclaration-af  
   ter-statement -I. -I. -I./libavutil 
-O2 -pipe -O3 -ffast-math -fomit-frame-point
 er -fno-strict-aliasing  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE 
64_SOURCE 
-DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I.. -I../libavutil -I/  
   
usr/local/include -I/usr/local/include  -I/usr/local/include/freetype2 
-I/usr/lo   
  cal/include 
-I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/
 
include -I/usr/local/include -I../libavcodec -I../libavformat 
-Wdisabled-optimiz  
   ation -Wno-pointer-sign 
-Wdeclaration-after-statement -I. -I.. -I../libavutil -O
 2 -pipe -O3 
-ffast-math -fomit-frame-pointer -fno-strict-aliasing  -D_LARGEFILE_
 
SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H 
-I/usr/local
 /include/freetype2 -I... -I.../libavutil 
-I/usr/local/include
 -I/usr/local/inclu 
de  -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/local/include/gtk   
  12 
-I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include   -c -o   

   dvb_tune.o dvb_tune.c
dvb_tune.c:33:19: error: error.h: No such file or directory
gmake[1]: *** [dvb_tune.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/s
 tream'
gmake: *** [stream/stream.a] Error 2
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
carmen# 

==

 What did you do? the man holding the flashlight asked.

 I put down a spider, he said, wondering why the man didn't see; in the beam 
of yellow light the spider bloated up larger than life. So it could get away.


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Build error with mplayer

2010-04-12 Thread Charlie Kester

On Mon 12 Apr 2010 at 17:50:58 PDT Neil Short wrote:

Am I missing something?

dvb_tune.c:33:19: error: error.h: No such file or directory


It's a known problem.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145437


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Build error with mplayer

2010-04-12 Thread Thomas Zander
On Tue, Apr 13, 2010 at 02:50, Neil Short nesh...@yahoo.com wrote:
 Am I missing something?

Probably not, this is a fairly recent build problem. Please see
http://www.freebsd.org/cgi/query-pr.cgi?pr=145636cat=ports

Best regards,
Riggs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-17 Thread Thomas Hummel
On Sun, Jan 17, 2010 at 1:03 AM, Pieter de Goeje pie...@degoeje.nl wrote:

Thanks for your reply,

Try increasing the hw.snd.latency sysctl:


Going from 5 to 10 doesn't change anything (actually, it seems worse on the
file I tried). So the mystery still stands...

Note that the micro-interrupts don't occur always at the same timestamp in
the file which is playing.
If I play one, let's say 3 times in a row, sound may drop around the same
moment each time but not necessary...

Just thinking out loud here, but maybe you have some non-standard HZ
 configured or powerd configured to clock the CPU back by an extreme amount,
 both could theoretically cause buffer underruns.


I'm not quite sure I understand what you're thinking of. Anyway, I haven't
changed any defaults :

% cat /boot/loader.conf
#zfs
zfs_load=YES
vfs.root.mountfrom=zfs:zroot

# nividia
nvidia_load=YES

# sound
snd_hda_load=YES
hw.snd.default_unit=0

# k3b
atapicam_load=YES
hw.ata.atapi_dma=1

--
Thomas.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-16 Thread Thomas Hummel
Hello,

I'm not really sure what the right list is since I cannot isolate the part
of
the system which cause the problem :

I could use a little help on a weird sound issue I'm struggling with :

1. Description :


  When playing audio files, the sound has from few to many
micro-interrupts
  (less than 1/4 of a second), randomly but frequently (so this is not hard
to
  reproduce). This seem to occur :

. with any file (I can pick a random audio file to experience it)
. with either mp3 or flaac encoded files
. with mplayer (from the ports collection or hand compiled from svn),
  either with oss or sdl audio output (although sdl seems to have less
interrupts)
. with vlc

 but

. not with ffplay
. apparently not with xine
. apparently not with amarok

- so I doubt this may be a harware or a driver issue.

and on a almost idle 4GB RAM machine running only KDE-4 and firefox-3

no hints  shows in /var/log/messages

2. Config :


I'm running :

  . 8.0-STABLE FreeBSD amd64

  . full zfs (no ufs) (files are on a slow disk pool (5400 rpm) but moving
them to the fast system disk (7200 rpm) doesn't change anything

  . on a (bios up to date) P5Q3 ASUS motherboard

  . with snd_hda sound driver

3. Detailed sound config :
---

% cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: HDA Realtek ALC888 PCM #0 Analog at cad 0 nid 1 on hdac0 kld snd_hda
[MPSAFE] (1p:2v/1r:1v channels duplex default)
pcm1: HDA Realtek ALC888 PCM #1 Analog at cad 0 nid 1 on hdac0 kld snd_hda
[MPSAFE] (1p:1v/1r:1v channels duplex)
pcm2: HDA Realtek ALC888 PCM #2 Digital at cad 0 nid 1 on hdac0 kld
snd_hda [MPSAFE] (1p:1v/0r:0v channels simplex)
pcm3: HDA Realtek ALC888 PCM #3 Digital at cad 0 nid 1 on hdac0 kld
snd_hda [MPSAFE] (1p:1v/0r:0v channels simplex)

% sysctl -a | grep -i pcm
dev.pcm.0.%desc: HDA Realtek ALC888 PCM #0 Analog
dev.pcm.0.%driver: pcm
dev.pcm.0.%parent: hdac0
dev.pcm.0.play.vchans: 2
dev.pcm.0.play.vchanmode: fixed
dev.pcm.0.play.vchanrate: 48000
dev.pcm.0.play.vchanformat: s16le:2.0
dev.pcm.0.rec.vchans: 1
dev.pcm.0.rec.vchanmode: fixed
dev.pcm.0.rec.vchanrate: 48000
dev.pcm.0.rec.vchanformat: s16le:2.0
dev.pcm.0.buffersize: 16384
dev.pcm.0.bitperfect: 0
dev.pcm.1.%desc: HDA Realtek ALC888 PCM #1 Analog
dev.pcm.1.%driver: pcm
dev.pcm.1.%parent: hdac0
dev.pcm.1.play.vchans: 1
dev.pcm.1.play.vchanmode: fixed
dev.pcm.1.play.vchanrate: 48000
dev.pcm.1.play.vchanformat: s16le:2.0
dev.pcm.1.rec.vchans: 1
dev.pcm.1.rec.vchanmode: fixed
dev.pcm.1.rec.vchanrate: 48000
dev.pcm.1.rec.vchanformat: s16le:2.0
dev.pcm.1.buffersize: 16384
dev.pcm.1.bitperfect: 0
dev.pcm.2.%desc: HDA Realtek ALC888 PCM #2 Digital
dev.pcm.2.%driver: pcm
dev.pcm.2.%parent: hdac0
dev.pcm.2.play.vchans: 1
dev.pcm.2.play.vchanmode: passthrough
dev.pcm.2.play.vchanrate: 48000
dev.pcm.2.play.vchanformat: s16le:2.0
dev.pcm.2.buffersize: 16384
dev.pcm.2.bitperfect: 0
dev.pcm.3.%desc: HDA Realtek ALC888 PCM #3 Digital
dev.pcm.3.%driver: pcm
dev.pcm.3.%parent: hdac0
dev.pcm.3.play.vchans: 1
dev.pcm.3.play.vchanmode: passthrough
dev.pcm.3.play.vchanrate: 48000
dev.pcm.3.play.vchanformat: s16le:2.0
dev.pcm.3.buffersize: 16384
dev.pcm.3.bitperfect: 0

4. mplayer output details :


  . mplayer output for mp3 (no error nor warning message) :

==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
mpg123: Can't rewind stream by 1606 bits!
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==
AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)

  . mplayer output for flaac (no error nor warning message) :

==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 987.7 kbit/69.99% (ratio: 123457-176400)
Selected audio codec: [ffflac] afm: ffmpeg (FFmpeg FLAC audio decoder)
==
AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)

5. ports compile options
--

a) mplayer

% cat mplayer/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for mplayer-0.99.11_14
_OPTIONS_READ=mplayer-0.99.11_14
WITHOUT_DEBUG=true
WITH_RTCPU=true
WITH_OCFLAGS=true
WITH_SIMD=true
WITH_IPV6=true
WITH_X11=true
WITH_X11XV=true
WITH_X11DGA=true
WITH_X11GL=true
WITHOUT_X11XIN=true
WITH_X11VM=true
WITHOUT_X11XVMC=true
WITHOUT_GUI=true
WITH_SDL=true
WITH_VIDIX=true
WITHOUT_SKINS=true
WITH_FREETYPE=true
WITHOUT_RTC=true
WITHOUT_ARTS=true
WITHOUT_ESOUND=true
WITHOUT_JACK=true
WITHOUT_NAS=true
WITHOUT_OPENAL=true
WITH_LIBUNGIF=true
WITHOUT_AALIB=true

Re: Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-16 Thread Pieter de Goeje
On Saturday 16 January 2010 19:17:18 Thomas Hummel wrote:
 Hello,

 I'm not really sure what the right list is since I cannot isolate the part
 of
 the system which cause the problem :

 I could use a little help on a weird sound issue I'm struggling with :

 1. Description :
 

   When playing audio files, the sound has from few to many
 micro-interrupts
   (less than 1/4 of a second), randomly but frequently (so this is not hard
 to
   reproduce). This seem to occur :

 . with any file (I can pick a random audio file to experience it)
 . with either mp3 or flaac encoded files
 . with mplayer (from the ports collection or hand compiled from svn),
   either with oss or sdl audio output (although sdl seems to have less
 interrupts)
 . with vlc

  but

 . not with ffplay
 . apparently not with xine
 . apparently not with amarok

Amarok uses xine. All of the above ultimately use OSS to output the sound.


 - so I doubt this may be a harware or a driver issue.

 and on a almost idle 4GB RAM machine running only KDE-4 and firefox-3

 no hints  shows in /var/log/messages

 2. Config :
 

 I'm running :

   . 8.0-STABLE FreeBSD amd64

   . full zfs (no ufs) (files are on a slow disk pool (5400 rpm) but
 moving them to the fast system disk (7200 rpm) doesn't change anything

   . on a (bios up to date) P5Q3 ASUS motherboard

   . with snd_hda sound driver

[snip]

Try increasing the hw.snd.latency sysctl:

 hw.snd.latency
 Configure the buffering latency.  Only affects applications that
 do not explicitly request blocksize / fragments.  This tunable
 provides finer granularity than the hw.snd.latency_profile tun-
 able.  Possible values range between 0 (lowest latency) and 10
 (highest latency).

Just thinking out loud here, but maybe you have some non-standard HZ 
configured or powerd configured to clock the CPU back by an extreme amount, 
both could theoretically cause buffer underruns.

- Pieter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mplayer / bash question

2009-12-29 Thread Neil Short
I'm trying to batch-rip audio files from a bunch of video files.

I have a directory full of *.vob files:

 ls *.vob
01.vob  03.vob  05.vob  07.vob  09.vob  11.vob  13.vob
02.vob  04.vob  06.vob  08.vob  10.vob  12.vob

So I wrote a little command line script to rip wave files from all the vob's:

  ls *.vob |
 while read f
 do
 mplayer -ao pcm:file=`basename $f .vob`.wav $f
 done


the first 01.wav file is created successfully; but then the whole sh'bang exits 
without ripping the rest of the vob's:

Exiting... (End of file)
$


==

 What did you do? the man holding the flashlight asked.

 I put down a spider, he said, wondering why the man didn't see; in the beam 
of yellow light the spider bloated up larger than life. So it could get away.


  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer / bash question

2009-12-29 Thread Dan Nelson
In the last episode (Dec 29), Neil Short said:
 I'm trying to batch-rip audio files from a bunch of video files.
 
 I have a directory full of *.vob files:
 
 ls *.vob
 01.vob  03.vob  05.vob  07.vob  09.vob  11.vob  13.vob
 02.vob  04.vob  06.vob  08.vob  10.vob  12.vob
 
 So I wrote a little command line script to rip wave files from all the
 vob's:
 
  ls *.vob |
  while read f
  do
  mplayer -ao pcm:file=`basename $f .vob`.wav $f
  done
 
 the first 01.wav file is created successfully; but then the whole sh'bang
 exits without ripping the rest of the vob's:

Try this instead:

for f in *.vob ; do
 mplayer -ao pcm:file=${f%.vob}.wav $f
done

Uses the shell's native file globbing to expand the *.vob wildcard, and the
shell's native string processing functions to remove a suffix.  If that
still doesn't work, run the script with sh -x to turn debugging on, and
see what your variables are expanding to as the script runs.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer / bash question

2009-12-29 Thread Neil Short


--- On Tue, 12/29/09, Dan Nelson dnel...@allantgroup.com wrote:

 From: Dan Nelson dnel...@allantgroup.com
 Subject: Re: mplayer / bash question
 To: Neil Short nesh...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Date: Tuesday, December 29, 2009, 10:10 AM
 In the last episode (Dec 29), Neil
 Short said:
  I'm trying to batch-rip audio files from a bunch of
 video files.
  
  I have a directory full of *.vob files:
  
  ls *.vob
  01.vob  03.vob  05.vob  07.vob 
 09.vob  11.vob  13.vob
  02.vob  04.vob  06..vob  08.vob 
 10.vob  12.vob
  
  So I wrote a little command line script to rip wave
 files from all the
  vob's:
  
   ls *.vob |
   while read f
   do
   mplayer -ao pcm:file=`basename $f .vob`.wav $f
   done
  
  the first 01.wav file is created successfully; but
 then the whole sh'bang
  exits without ripping the rest of the vob's:
 
 Try this instead:
 
 for f in *.vob ; do
  mplayer -ao pcm:file=${f%.vob}.wav $f
 done
 
 Uses the shell's native file globbing to expand the *.vob
 wildcard, and the
 shell's native string processing functions to remove a
 suffix.  If that
 still doesn't work, run the script with sh -x to turn
 debugging on, and
 see what your variables are expanding to as the script
 runs.
 
 -- 
     Dan Nelson
     dnel...@allantgroup.com
 

Thanks! It actually works. I need to get me a good book on the shell. The man 
pages are ... .




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-10-01 Thread Anton Shterenlikht
On Wed, Sep 30, 2009 at 10:45:03PM +0200, cpghost wrote:
 On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote:
  I've installed port multimedia/mplayer (mplayer-0.99.11_14)
  on 9.0-current ia64.
  
  Trying to play an mpeg video I get endless stream of 
  
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
  V:   7.6 190/190 17% 82%  0.0% 0 0 
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
  X11 error: BadAlloc (insufficient resources for operation)
 
 This usually happens when X doesn't have enough resources to
 allocate to direct viewing with the xv (XView) driver. This
 is very often related to DRM/DRI or memory problems.
 
 As a work around, try playing the video with the x11 driver
 instead:
 
 $ mplayer -vo x11 somefile.avi

yes, this works ok, many thanks
I can even view an animation from a remote machine, via ssh -X,
but shower, of course.

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread Anton Shterenlikht
I've installed port multimedia/mplayer (mplayer-0.99.11_14)
on 9.0-current ia64.

Trying to play an mpeg video I get endless stream of 

X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)
V:   7.6 190/190 17% 82%  0.0% 0 0 
X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)
X11 error: BadAlloc (insufficient resources for operation)

Exiting... (End of file)

Please advise

many thanks

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread Anton Shterenlikht
On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote:
 I've installed port multimedia/mplayer (mplayer-0.99.11_14)
 on 9.0-current ia64.
 
 Trying to play an mpeg video I get endless stream of 
 
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 V:   7.6 190/190 17% 82%  0.0% 0 0 
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 
 Exiting... (End of file)

the same error happens on i386 HEAD:

Playing /usr/home/mexas/ex1.mpg.
MPEG-ES file format detected.
VIDEO:  MPEG1  656x432  (aspect 1)  25.000 fps  1152.0 kbps (144.0 kbyte/s)
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 656 x 432 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==
Audio: no sound
Starting playback...
VDec: vo config request - 656 x 432 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.52:1 - prescaling to correct movie aspect.
VO: [xv] 656x432 = 656x432 Planar YV12 
New_Face failed. Maybe the font path is wrong.  

Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
[ws] Error in display.
[ws]  Error code: 11 ( BadAlloc (insufficient resources for operation) )
[ws]  Request code: 132
[ws]  Minor code: 19
[ws]  Modules: flip_page

many thanks for any advice

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread cpghost
On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote:
 I've installed port multimedia/mplayer (mplayer-0.99.11_14)
 on 9.0-current ia64.
 
 Trying to play an mpeg video I get endless stream of 
 
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 V:   7.6 190/190 17% 82%  0.0% 0 0 
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)
 X11 error: BadAlloc (insufficient resources for operation)

This usually happens when X doesn't have enough resources to
allocate to direct viewing with the xv (XView) driver. This
is very often related to DRM/DRI or memory problems.

As a work around, try playing the video with the x11 driver
instead:

$ mplayer -vo x11 somefile.avi

On a very slow machine, x11 isn't as good as xv driver, but it's
better than nothing. On a reasonably fast machine (2 GB or so),
you shouldn't notice any difference.

Also you can't use full screen mode with x11 driver like with xv, but
if your CPU is fast enough, you can use software zooming with the -zoom
option.

BTW, I often experience that mplayer with -vo xv works very well the
first time I start X (directly after booting), but not on subsequent
starts of X. I traced this down to the following data point, but was
unable to investigate further as I have NO experience in drm/dri
debugging:

On a first start of X on my machine, xvinfo yields:

$ xvinfo
X-Video Extension version 2.2
screen #0
  Adaptor #0: RadeonHD Textured Video
number of ports: 16
port base: 64
operations supported: PutImage 
supported visuals:
  depth 24, visualID 0x21
no port attributes defined
maximum XvImage size: 8192 x 8192

(...)

and mplayer -vo xv ... and everything else works great;
while on subsequent starts of X, it returns something like

$ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present

and mplayer -vo xv yields those X11 BadAlloc errors, and scrolling
in tin/rtin, firefox etc... is *painfully* slow.

This is with the following kld modules
 51 0x80e67000 5ab6dradeon.ko
 61 0x80ec2000 11795drm.ko
and radeonhd driver:

  drm0: ATI Radeon HD 3200 Graphics on vgapci0
  info: [drm] MSI enabled 1 message(s)
  vgapci0: child drm0 requested pci_enable_busmaster
  info: [drm] Initialized radeon 1.29.0 20080528
  info: [drm] Setting GART location based on new memory map
  info: [drm] Loading RS780/RS880 Microcode
  info: [drm] Resetting GPU
  info: [drm] writeback test succeeded in 1 usecs
  drm0: [ITHREAD]

It may be similar with other Xorg drivers that can't initialize
drm/dri properly, or can't allocate enough memory for DRI to
mplayer. X11 BadAlloc can also happen on large videos only, while
mplayer is able to play smaller videos with xv...

Good luck.

 Exiting... (End of file)
 
 Please advise
 
 many thanks
 
 -- 
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 331 5944
 Fax: +44 (0)117 929 4423

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mplayer - fribidi

2009-08-23 Thread ajtiM
After update fribidi (FreeBSD 7.2), mplayer stop working:

 mplayer
/libexec/ld-elf.so.1: Shared object libfribidi.so.0 not found, required 
by mplayer.

Rebuild of mplayer doesn't work with a new fribidi:

===   mplayer-0.99.11_14 depends on shared library: fribidi.0 - not found
===Verifying install for fribidi.0 in /usr/ports/converters/fribidi
===   Returning to build of mplayer-0.99.11_14
Error: shared library fribidi.0 does not exist
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

=== make failed for multimedia/mplayer
=== Aborting update

Thanks.

-- 
Mitja
-
http://starikarp.redbubble.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Audio boost OSS/Mplayer

2009-05-31 Thread Wojciech Puchar

I want to boost the audio playback of my multimedia.


you mean higher volume.

use mixer command


I use mplayer with oss for audio playback.
I don't want to re-encode my media.

uname -a:'7.1-RELEASE-p4 FreeBSD'
--
~
##The United States of America is a Slave Nation##
##The Human race is a Slave race##
!!InfoWars.com!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Audio boost OSS/Mplayer

2009-05-30 Thread Kyle Grieb
I want to boost the audio playback of my multimedia.
I use mplayer with oss for audio playback.
I don't want to re-encode my media.

uname -a:'7.1-RELEASE-p4 FreeBSD'
-- 
~
##The United States of America is a Slave Nation##
##The Human race is a Slave race##
!!InfoWars.com!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


MPlayer experiment not working out well

2009-04-12 Thread Manish Jain

Robert Huff wrote:

Erik Gustafson writes:

  

 Have you tried the ports multimedia/mplayer or multimedia/vlc? I
 can't live without mplayer on my desktop and it usually just
 works on everything i try to play.



I use mplayer too, but (as far as I know) the list of supported
codecs hasn't changed in several years.  That's mostly not a
problem, but there are certain file types (.wmvs I have been told
are handled correctly by Windows Media Player 10/11; this may be a
DRM thing) that completely do not play.

  

 If you want a fancy GUI, search in ports/multimedia for mplayer
 and you will find kde-mplayer, gnome-mplayer and friends.



Mplayer has a gui (gmplayer) but it's pretty minimal.


Robert Huff


  


Hello Robert / Erik / All,

The mplayer installation went pretty smoothly - no problems with that. 
And the gui is more than acceptable - I don't need the gnome-mplayer 
add-on. But the application has failed to play any file/CD/DVD for me so 
far. The typical complaint for unencrypted vob files/iso-images is 'Too 
many packets in the buffer', whereas for encrypted DVD's the application 
produces garbage. (Please note it is willing to take dvd://1 on the 
commandline but not dvdnav://1, even though libdvd[nav/read/css] are all 
installed on my system). My DVD device in mplayer is /dev/dvd 
(permissions 644), which is a symlink to /dev/acd0 (permissions 444).


For .dat files copies straight from CD's, the playback seems to occur at 
the rate of one frame per annum. On more than a couple of occasions, I 
remember getting some warning message to the effect 'gl missing : be 
prepared for a severe performance penalty'.


Needless to say, my spirits are dampened after all the initial 
enthusiasm and effort. Maybe somebody can point out what might be wrong 
with my setup. Following is the output of my 'make showconfig' in 
/usr/ports/multimedia/mplayer :
=== The following configuration options are available for 
mplayer-0.99.11_12:

 DEBUG=off Include debug symbols in mplayer's binary files
 RTCPU=on Let mplayer dynamically check for CPU features
 OCFLAGS=on Use optimized compiler flags
 SIMD=on Allow mplayer to use vector engines (MMX...)
 IPV6=off Include inet6 network support
 X11=on Enable X11 support for mplayer's video output
 X11XV=on X11 video drivers: XV
 X11DGA=on X11 video drivers: DGA
 X11GL=on X11 video drivers: OpenGL
 X11XIN=on X11 video drivers: Xinerama
 X11VM=off X11 VidMode support
 GUI=on Enable GTK2 graphical user interface with X11
 SDL=off Enable SDL video output
 VIDIX=off Enable VIDIX video output on supported archs
 SKINS=on Force dependency on mplayer-skins
 FREETYPE=on Use freetype for OSD fonts (TrueType!)
 RTC=off Add support for kernel real time clock timing
 ARTS=off Enable KDE sound system support
 ESOUND=on Enable GNOME esound support
 JACK=off Enable JackIt audio server support
 NAS=off Enable NAS sound server support
 OPENAL=off Enable OpenAL sound support
 LIBUNGIF=on Enable gif support
 AALIB=off Enable aalib support
 LIBCACA=off Enable libcaca support
 SVGALIB=off Enable svgalib support
 LIBDV=off Enable libdv support
 MAD=on Enable mad MPEG audio engine support
 DTS=on Enable DTS audio codec support
 LIBMPCDEC=off Enable libmpcdec support
 LADSPA=off Enable LADSPA plugin support
 SPEEX=off Enable speex audio codec support
 TREMOR=on Use built-in tremor instead of libvorbis
 XMMS=on Enable XMMS plugin support
 THEORA=off Enable ogg theora video support
 WIN32=on Enable win32 codec set on the IA32 arch
 AMR=off Enable AMR audio codec support
 X264=on Enable x264 (H.264) video codec support
 XANIM=on Enable xanim DLL support
 XVID=on Enable XVID video codec support
 REALPLAYER=off Enable real player plugin
 LIVEMEDIA=off Enable LIVE555 streaming support
 SMB=off Enable Samba input support
 FRIBIDI=off Enable FriBiDi support
 LIRC=off Enable lirc support
 LIBCDIO=off Enable libcdio support
 CDPARANOIA=off Enable cdparanoia support
 LIBLZO=off Enable external liblzo library
 JOYSTICK=off Enable joystick support
=== Use 'make config' to modify these settings


In mplayer's Preferences/codecs, I am using the DirectShow codecs. Could 
that be a problem ?

Any help would be greatly appreciated.

--
Thank you and Regards
Manish Jain
invalid.poin...@gmail.com
+91-99830-62246

NB : Laast year I kudn't spell Software Engineer. Now I are won.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: MPlayer experiment not working out well

2009-04-12 Thread Roland Smith
On Sun, Apr 12, 2009 at 05:04:52PM +0530, Manish Jain wrote:
 
 The mplayer installation went pretty smoothly - no problems with that. 
 And the gui is more than acceptable - I don't need the gnome-mplayer 
 add-on. But the application has failed to play any file/CD/DVD for me so 
 far. The typical complaint for unencrypted vob files/iso-images is 'Too 
 many packets in the buffer', whereas for encrypted DVD's the application 
 produces garbage. (Please note it is willing to take dvd://1 on the 
 commandline but not dvdnav://1, even though libdvd[nav/read/css] are all 
 installed on my system). My DVD device in mplayer is /dev/dvd 
 (permissions 644), which is a symlink to /dev/acd0 (permissions 444).

I'm pretty sure that you need write access to the (real) DVD device as
well. A good way to do that would be to create a group named e.g. cdrom,
and add yourself to that group. Next you need to set the following in
/etc/devfs.conf: 

own acd0 root:cdrom
permacd0 0660
linkacd0 cdrom
linkacd0 dvd
 
 For .dat files copies straight from CD's, the playback seems to occur at 
 the rate of one frame per annum. On more than a couple of occasions, I 
 remember getting some warning message to the effect 'gl missing : be 
 prepared for a severe performance penalty'.

What video output are you using? If supported by you graphics card
driver, use the xv video device (vo=xv in ~/.mplayer/config).
 
 Needless to say, my spirits are dampened after all the initial 
 enthusiasm and effort. Maybe somebody can point out what might be wrong 
 with my setup. Following is the output of my 'make showconfig' in 
 /usr/ports/multimedia/mplayer :
  === The following configuration options are available for 

The config looks OK.

 In mplayer's Preferences/codecs, I am using the DirectShow codecs. Could 
 that be a problem. Any help would be greatly appreciated.

Are those the binary-only windows codecs? I've always run mplayer with
none in those preferences. Works fine here.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpYZTxgkW4i6.pgp
Description: PGP signature


mplayer won't build

2008-12-31 Thread Chad Perrin
For some reason, on . . .

My machine:

  FreeBSD 6.2-RELEASE-p11

MPlayer refuses to build:

  N - O - T - E

  There are some knobs which *can* *not* be selected via the
  OPTIONS framework. You might want to check the Makefile in
  order to learn more about them.
  If you want to use the GUI, you can either install
  /usr/ports/multimedia/mplayer-skins
  or download official skin collections from
  http://www.mplayerhq.hu/homepage/dload.html
  ===  mplayer-0.99.11_8 has known vulnerabilities:
  = mplayer -- twinvq processing buffer overflow vulnerability.
 Reference:
 
http://www.FreeBSD.org/ports/portaudit/7c5bd5b8-d652-11dd-a765-0030843d3802.html
  = Please update your ports tree and try again.
  *** Error code 1

  Stop in /usr/ports/multimedia/mplayer.
  *** Error code 1

  Stop in /usr/ports/multimedia/mplayer.

Is the problem that there isn't a newer, fixed version of MPlayer in
ports?  If so -- why can't I override it using `portinstall -f`?  Am I
going to feel dumb when I realize what's stopping MPlayer from building?
How long would it take to vacuum the entire state of Florida if it was
carpeted?  What is the average airspeed velocity of an unladen swallow in
flight?

Okay . . . feel free to ignore the last two or three questions.

-- 
Chad Perrin [ content licensed OWL: http://owl.apotheon.org ]
Quoth Henry Spencer: Those who don't understand Unix are doomed to
reinvent it, poorly.


pgpIk3ARCYz5c.pgp
Description: PGP signature


Re: mplayer won't build

2008-12-31 Thread matt donovan
On Wed, Dec 31, 2008 at 6:52 PM, Chad Perrin per...@apotheon.com wrote:

 For some reason, on . . .

 My machine:

  FreeBSD 6.2-RELEASE-p11

 MPlayer refuses to build:

  N - O - T - E

  There are some knobs which *can* *not* be selected via the
  OPTIONS framework. You might want to check the Makefile in
  order to learn more about them.
  If you want to use the GUI, you can either install
  /usr/ports/multimedia/mplayer-skins
  or download official skin collections from
  http://www.mplayerhq.hu/homepage/dload.html
  ===  mplayer-0.99.11_8 has known vulnerabilities:
  = mplayer -- twinvq processing buffer overflow vulnerability.
 Reference:
 
 http://www.FreeBSD.org/ports/portaudit/7c5bd5b8-d652-11dd-a765-0030843d3802.html
 
  = Please update your ports tree and try again.
  *** Error code 1

  Stop in /usr/ports/multimedia/mplayer.
  *** Error code 1



  you want soemthing like this make -DDISABLE_VULNERABILITIES install if you
want to override portaudit. guess the port for mplayer needs to be updated.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mplayer won't build

2008-12-31 Thread Chad Perrin
On Wed, Dec 31, 2008 at 07:48:28PM -0500, matt donovan wrote:
   you want soemthing like this make -DDISABLE_VULNERABILITIES install if you
 want to override portaudit. guess the port for mplayer needs to be updated.

Thanks -- that's not just something like what I wanted: it's exactly what
I wanted.  It seems odd to me that there isn't an option for that in
portinstall (ignoring -m for the moment).

-- 
Chad Perrin [ content licensed OWL: http://owl.apotheon.org ]
Quoth Anne McClintock, University of Wisconsin: The decisions that
really matter are made outside the democratic process.


pgpRPZcXMvarY.pgp
Description: PGP signature


Re: MPlayer is broken on 71-PRERELEASE?

2008-09-28 Thread Yuri
Actually this problem went away with the update to the more recent 
version of 71-PRERELEASE.


Thank you,
Yuri



mdh wrote:

Maybe bump the shared memory sysctl's?  I've never had a problem with mplayer, 
and I've got the following in my sysctl.conf:

kern.ipc.shmmax=67108864
kern.ipc.shmall=32768

The xine install suggests this (which is why I have them set), and mplayer is a similar type of application, so it may help out there as well.  


- mdh

--- On Sat, 9/27/08, Yuri [EMAIL PROTECTED] wrote:

  

From: Yuri [EMAIL PROTECTED]
Subject: MPlayer is broken on 71-PRERELEASE?
To: freebsd-questions@freebsd.org
Date: Saturday, September 27, 2008, 4:07 PM
When I am trying to play a regular DVD video I am getting a
messages:
X11 error: BadShmSeg (invalid shared segment parameter)%
11.2% 9 0


Similar messages are printed hen I tried to play some other
media files.

Seems like something is broken in MPlayer on
FreeBSD-71-PRERELEASE.

Few months ago it used to work fine.

FreeBSD xxx.xxx.xxx 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
#13: Sat Sep 
13 22:42:11 PDT 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

mplayer-0.99.11_6

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]




  
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


MPlayer is broken on 71-PRERELEASE?

2008-09-27 Thread Yuri


When I am trying to play a regular DVD video I am getting a messages:
X11 error: BadShmSeg (invalid shared segment parameter)% 11.2% 9 0


Similar messages are printed hen I tried to play some other media files.

Seems like something is broken in MPlayer on FreeBSD-71-PRERELEASE.

Few months ago it used to work fine.

FreeBSD xxx.xxx.xxx 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #13: Sat Sep 
13 22:42:11 PDT 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

mplayer-0.99.11_6

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MPlayer is broken on 71-PRERELEASE?

2008-09-27 Thread mdh
Maybe bump the shared memory sysctl's?  I've never had a problem with mplayer, 
and I've got the following in my sysctl.conf:

kern.ipc.shmmax=67108864
kern.ipc.shmall=32768

The xine install suggests this (which is why I have them set), and mplayer is a 
similar type of application, so it may help out there as well.  

- mdh

--- On Sat, 9/27/08, Yuri [EMAIL PROTECTED] wrote:

 From: Yuri [EMAIL PROTECTED]
 Subject: MPlayer is broken on 71-PRERELEASE?
 To: freebsd-questions@freebsd.org
 Date: Saturday, September 27, 2008, 4:07 PM
 When I am trying to play a regular DVD video I am getting a
 messages:
 X11 error: BadShmSeg (invalid shared segment parameter)%
 11.2% 9 0
 
 
 Similar messages are printed hen I tried to play some other
 media files.
 
 Seems like something is broken in MPlayer on
 FreeBSD-71-PRERELEASE.
 
 Few months ago it used to work fine.
 
 FreeBSD xxx.xxx.xxx 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
 #13: Sat Sep 
 13 22:42:11 PDT 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 mplayer-0.99.11_6
 
 Yuri
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer plug-in not playing some streams

2008-06-11 Thread RW
On Wed, 11 Jun 2008 00:05:46 -0500
Novembre [EMAIL PROTECTED] wrote:

 On Sun, Jun 8, 2008 at 7:25 PM, Novembre [EMAIL PROTECTED] wrote:
 
 
  Hi,
 
  I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using
  packages on my 7.0-RELEASE machine which runs Firefox 2.0.0.12. I
  am not able to see *some* online content, though, and I couldn't
  find any pattern. For example, going to

I find the mplayer plugin to be pretty unreliable - it sounds like it's
improved at lot by your description.

I've had a lot more success with konquerer and kmplayer with the xine
backend. There's also a firefox plugin provided by gxine which may be
worth a try, although it's never been as good as kmplayer in my
experience.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer plug-in not playing some streams

2008-06-10 Thread Novembre
On Sun, Jun 8, 2008 at 7:25 PM, Novembre [EMAIL PROTECTED] wrote:


 Hi,

 I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using packages
 on my 7.0-RELEASE machine which runs Firefox 2.0.0.12. I am not able to
 see *some* online content, though, and I couldn't find any pattern.
 For example, going to http://www.davidgilmour.com/dvd.htm , I can see the
 Windows Media streams (both low and high resolution versions), but QuickTime
 and Real Player streams are not played at all --- a new tab opens in
 Firefox, and I see Getting playlist... and Connecting to server...
 messages, but then it says Stopped and that's it!
 But, if I go to http://www.satriani.com/podcast/Satchafunkilus/ and click
 on any of the podcasts (they are in .m4v which, if I'm not mistaken, is just
 a container for QuickTime .mov videos), mplayerplug-in plays them
 flawlessly. Another example for QuickTime is
 http://www.vai.com/SightsSounds/video_vault/index.html where all the
 videos can be played perfectly.
 As for Real Player, I see watch BBC Persian website's videos in Windows
 Media (e.g. this one about Euro2008 games
 http://www.bbc.co.uk/persian/meta/dps/2008/06/bb/080606_op-euro2008_16x9_bb.asx),
  but if I choose Real Player as my format, I can only hear the sound and
 no video is played!

 I would appreciate any help :)

 Thanks a lot




anybody?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer plug-in not playing some streams

2008-06-08 Thread Novembre
Hi,

I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using packages
on my 7.0-RELEASE machine which runs Firefox 2.0.0.12. I am not able to see
*some* online content, though, and I couldn't find any pattern.
For example, going to http://www.davidgilmour.com/dvd.htm , I can see the
Windows Media streams (both low and high resolution versions), but QuickTime
and Real Player streams are not played at all --- a new tab opens in
Firefox, and I see Getting playlist... and Connecting to server...
messages, but then it says Stopped and that's it!
But, if I go to http://www.satriani.com/podcast/Satchafunkilus/ and click on
any of the podcasts (they are in .m4v which, if I'm not mistaken, is just a
container for QuickTime .mov videos), mplayerplug-in plays them flawlessly.
Another example for QuickTime is
http://www.vai.com/SightsSounds/video_vault/index.html where all the videos
can be played perfectly.
As for Real Player, I see watch BBC Persian website's videos in Windows
Media (e.g. this one about Euro2008 games
http://www.bbc.co.uk/persian/meta/dps/2008/06/bb/080606_op-euro2008_16x9_bb.asx),
but if I choose Real Player as my format, I can only hear the sound
and
no video is played!

I would appreciate any help :)

Thanks a lot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is mplayer currently broken?

2008-04-26 Thread Yuri

Hi,

When I am tryig to play DVD disk:
mplayer dvd:// -sid 0 -vo xv -alang english -dvd-device /dev/acd0
all video comes up as scrambled, with big blinking squares as if MPEG2 
is damaged or not decrypted correctly.
But if I first read DVD content to disk mplayer plays the resulting 
directory ok:

dvdbackup -o . -M -i /dev/acd0
mplayer dvd:// -sid 0 -aid 128 -vo xv -dvd-device dvd-dir

I am using 7.0-STABLE and all my ports are up to date and I just rebuilt 
whole dependency tree of mplayer.


Anybody else is having this problem?

Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is mplayer currently broken?

2008-04-26 Thread Joshua Isom


On Apr 26, 2008, at 10:32 AM, Yuri wrote:


Hi,

When I am tryig to play DVD disk:
mplayer dvd:// -sid 0 -vo xv -alang english -dvd-device /dev/acd0
all video comes up as scrambled, with big blinking squares as if MPEG2 
is damaged or not decrypted correctly.
But if I first read DVD content to disk mplayer plays the resulting 
directory ok:

dvdbackup -o . -M -i /dev/acd0
mplayer dvd:// -sid 0 -aid 128 -vo xv -dvd-device dvd-dir

I am using 7.0-STABLE and all my ports are up to date and I just 
rebuilt whole dependency tree of mplayer.


Anybody else is having this problem?

Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




Try using dvd://1 instead of dvd://, although I recommend installing 
lsdvd first to find out the most likely track to use.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is mplayer currently broken?

2008-04-26 Thread Yuri


Try using dvd://1 instead of dvd://, although I recommend installing 
lsdvd first to find out the most likely track to use.



dvd://1 didn't help. when it worked dvd:// worked fine for me. But thank 
you for the suggestion to use lsdvd first.


Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Niels Kobschaetzki
Hi!

I'm trying to compile MPlayer but it just doesn't work because it
depends on gio-fam-backend and that does not compile. It always stops
with:
/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

Stop in /usr/ports/devel/gio-fam-backend.
*** Error code 1

Any ideas what I can do?

Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Andriy Babiy
 I'm trying to compile MPlayer but it just doesn't work because it
 depends on gio-fam-backend and that does not compile. It always stops
 with:
 /usr/bin/ld: cannot find -lgio-2.0
 gmake: *** [libgiofam.la] Error 1
 *** Error code 2
 
 Stop in /usr/ports/devel/gio-fam-backend.
 *** Error code 1
 
 Any ideas what I can do?
 
 Niels

What does the output of uname and objformat look like?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Aline de Freitas
Em Tuesday 25 March 2008 16:11:53 Niels Kobschaetzki escreveu:
 Hi!

 I'm trying to compile MPlayer but it just doesn't work because it
 depends on gio-fam-backend and that does not compile. It always stops
 with:
 /usr/bin/ld: cannot find -lgio-2.0
 gmake: *** [libgiofam.la] Error 1
 *** Error code 2

 Stop in /usr/ports/devel/gio-fam-backend.
 *** Error code 1

 Any ideas what I can do?

 Niels
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

A had the same trouble, but after a glib rebuild the gio-fam-backend has build 
without problems.

-- 
Aline de Freitas - Chave pública: ID DE632016 / keys.indymedia.org
gpg --keyserver keys.indymedia.org --recv-keys DE632016


signature.asc
Description: This is a digitally signed message part.


Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread mdh
--- Andriy Babiy [EMAIL PROTECTED] wrote:

  I'm trying to compile MPlayer but it just doesn't
 work because it
  depends on gio-fam-backend and that does not
 compile. It always stops
  with:
  /usr/bin/ld: cannot find -lgio-2.0
  gmake: *** [libgiofam.la] Error 1
  *** Error code 2
  
  Stop in /usr/ports/devel/gio-fam-backend.
  *** Error code 1
  
  Any ideas what I can do?
  
  Niels

I ran into this issue as well.  It seems to have more
to do with a change to the gio-fam-backend port
requiring something recently added to the glib port. 
This bug happened to me with glib 2.14 and I fixed it
by upgrading to glib 2.16 which is the version the
glib20 port currently installs.  This change in the
port must have happened recently, like in the past few
days.  

The fix is to upgrade your devel/glib20 port to the
latest, and then go for the gio-fam-backend port.  

 
 What does the output of uname and objformat look
 like?

This happened to me on 7.0-S, but I'd imagine it
probably occurs everywhere.  
I'd guess that libgio is a part of the glib20 port
that was not installed by 2.14 but is by 2.16. 
gio-fam-backend should probably do a dependency check
for it and if it isn't there, should upgrade
devel/glib20.  



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-problems

2008-03-23 Thread Niels Kobschaetzki
On Fri, 21 Mar 2008 20:47:09 +0530
Mehul Ved [EMAIL PROTECTED] wrote:

 On Sat, Mar 22, 2008 at 03:06:22PM +0100, Niels Kobschaetzki wrote:
  Now the video plays but the output looks scrambled and mplayer tells
  me that my machine is too slow. But even on a P3 1 GHz DVDs should
  run???especially when DivX and co can be decoded w/out any problems.
  Any ideas?
 
 Is the media fine? I have had this many times with bad media, improperly
 encoded files and I believe low RAM, too.

The media is fine, low RAM could be it but I think that sound would be choppy, 
too would'nt it?
In /var/log/messages I get a lot of the following and I guess that that is the 
culprit:
Mar 23 10:30:09 mars kernel: acd0: FAILURE - REPORT_KEY ILLEGAL REQUEST 
asc=0x6f ascq=0x04 
Mar 23 10:30:09 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted
Mar 23 10:30:09 mars kernel: acd0: setting up DMA failed
Mar 23 10:30:09 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted
Mar 23 10:30:09 mars kernel: acd0: setting up DMA failed
Mar 23 10:30:29 mars kernel: acd0: FAILURE - REPORT_KEY ILLEGAL REQUEST 
asc=0x6f ascq=0x04 
Mar 23 10:30:29 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted
Mar 23 10:30:29 mars kernel: acd0: setting up DMA failed
Mar 23 10:30:29 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted
Mar 23 10:30:29 mars kernel: acd0: setting up DMA failed

I have no real idea what to do and Google just gives me, that it seems to be a 
problem of FreeBSD 7 - some other dude seems to have it, too but no problems on 
FreeBSD6.x

Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-problems

2008-03-23 Thread Niels Kobschaetzki
On Sun, 23 Mar 2008 02:39:10 +0100
Nikola Lečić [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: RIPEMD160
 
 On Sat, 22 Mar 2008 15:06:22 +0100
 Niels Kobschaetzki [EMAIL PROTECTED] wrote:
  
  Now the video plays but the output looks scrambled and mplayer tells
  me that my machine is too slow. But even on a P3 1 GHz DVDs should
  run…especially when DivX and co can be decoded w/out any problems.
  Any ideas?
 
 If the DVD output is scrambled you most likely need
 multimedia/libdvdcss. However, don't forget that (from ports/LEGAL):
 
   multimedia/libdvdcss   CSS code may violate the DMCA

The output isn't scrambled in the idea of it can't be decoded but in the idea 
of I get error messages that my comp is too slow (what I do not believe)

 
 The best way to play DVDs in mplayer is to access them through
 
   mplayer dvdnav://
 
 This way you will have a full control over DVD menus. 

I didn't know that one :)

 Lastly, you can
 try multimedia/ogle, which is a DVD-only player and probably handles DVD
 menus better than mplayer. Ogle also needs libdvdcss.

Every freeware-media player needs libdvdcss because it has otherwise no 
possibility to decode css-protected DVDs. Open Source-projects usually do not 
have the money and possibilities to get their project licensed with the DVD 
association.

Btw. ogle gives me only:
ERROR[ogle_nav]: faild to open/read the DVD
callbacks.on_opendvd_activate(): DVDSetDVDRoot: Root not set
Note[ogle_gui]: GetDiscID failed


Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer-problems

2008-03-22 Thread Niels Kobschaetzki

Hi!

I'm trying to get mplayer to work but DVD-playback  just doesn't work.
When I want to open a DVD via the GUI I get:
No stream found to handle url dvd://1

In the terminal
[EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device /dev/acd0
MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) III Mobile CPU  1000MHz (Family: 6, Model: 
11, Stepping: 1)

CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote 
control.


Playing dvd://3.
Couldn't open DVD device: /dev/acd0
No stream found to handle url dvd://3


Exiting... (End of file)
(the same for /dev/dvd)

Does anyone has an idea?


Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-problems

2008-03-22 Thread Mehul Ved
On Sat, Mar 22, 2008 at 01:14:06PM +0100, Niels Kobschaetzki wrote:
 In the terminal
 [EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device 
 /dev/acd0
 MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
 CPU: Intel(R) Pentium(R) III Mobile CPU  1000MHz (Family: 6, Model: 11, 
 Stepping: 1)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
 Compiled with runtime CPU detection.
 mplayer: could not connect to socket
 mplayer: No such file or directory
 Failed to open LIRC support. You will not be able to use your remote 
 control.

 Playing dvd://3.
 Couldn't open DVD device: /dev/acd0
 No stream found to handle url dvd://3

See the error, it says it can't open /dev/acd0. Problems is that your
permissions are set right. Set the right permissions for /dev/acd0 and
things should be fine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-problems

2008-03-22 Thread Niels Kobschaetzki
On Fri, Mar 21, 2008 at 1:53 PM, Mehul Ved [EMAIL PROTECTED] wrote:
 On Sat, Mar 22, 2008 at 01:14:06PM +0100, Niels Kobschaetzki wrote:
   In the terminal
   [EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device 
 /dev/acd0
   MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
   CPU: Intel(R) Pentium(R) III Mobile CPU  1000MHz (Family: 6, Model: 11,
   Stepping: 1)
   CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
   Compiled with runtime CPU detection.
   mplayer: could not connect to socket
   mplayer: No such file or directory
   Failed to open LIRC support. You will not be able to use your remote
   control.
  
   Playing dvd://3.
   Couldn't open DVD device: /dev/acd0
   No stream found to handle url dvd://3

  See the error, it says it can't open /dev/acd0. Problems is that your
  permissions are set right. Set the right permissions for /dev/acd0 and
  things should be fine.

That was it - thx :)
Now the video plays but the output looks scrambled and mplayer tells
me that my machine is too slow. But even on a P3 1 GHz DVDs should
run…especially when DivX and co can be decoded w/out any problems.
Any ideas?

Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mplayer-problems

2008-03-22 Thread Mehul Ved
On Sat, Mar 22, 2008 at 03:06:22PM +0100, Niels Kobschaetzki wrote:
 Now the video plays but the output looks scrambled and mplayer tells
 me that my machine is too slow. But even on a P3 1 GHz DVDs should
 run???especially when DivX and co can be decoded w/out any problems.
 Any ideas?

Is the media fine? I have had this many times with bad media, improperly
encoded files and I believe low RAM, too.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-problems

2008-03-22 Thread Nikola Lečić
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

On Sat, 22 Mar 2008 15:06:22 +0100
Niels Kobschaetzki [EMAIL PROTECTED] wrote:
 
 Now the video plays but the output looks scrambled and mplayer tells
 me that my machine is too slow. But even on a P3 1 GHz DVDs should
 run…especially when DivX and co can be decoded w/out any problems.
 Any ideas?

If the DVD output is scrambled you most likely need
multimedia/libdvdcss. However, don't forget that (from ports/LEGAL):

  multimedia/libdvdcss   CSS code may violate the DMCA

The best way to play DVDs in mplayer is to access them through

  mplayer dvdnav://

This way you will have a full control over DVD menus. Lastly, you can
try multimedia/ogle, which is a DVD-only player and probably handles DVD
menus better than mplayer. Ogle also needs libdvdcss.

Best regards.
- -- 
Nikola Lečić = Никола Лечић
fingerprint : FEF3 66AF C90E EDC3 D878  7CDC 956D F4AB A377 1C9B

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)

iJwEAQEDAAYFAkfltMkACgkQ/MM/0rYIoZg27gQAtFS3aFuFllR5os3elU3KYndw
W0rF0Ulzf146NpvSGZ1WABTBEbuBbrRomQVZ9dXSPd1OWh7x58TP+b0ovPoeLD84
skp9OjGZjKDoTXxrngyPkyyyrdr6jOoAvfa/R4HXftTmjWQbfXOvz9y0KgHtMppa
6VGnCzhhI57u7sUiiJ4=
=/nqM
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: building 32bit port on AMD64 (mplayer)

2008-03-06 Thread Jan Catrysse
Hi,

Thanks for the info. I am trying to use a Blackmagic 10-bit uncompressed
codec. This only exists for windows...
Apparantly this works with the win32 codecs support installed.

Regs,
Jan

-Oorspronkelijk bericht-
Van: Roland Smith [mailto:[EMAIL PROTECTED] 
Verzonden: woensdag 5 maart 2008 20:22
Aan: Jan Catrysse
CC: [EMAIL PROTECTED]
Onderwerp: Re: building 32bit port on AMD64 (mplayer)

On Wed, Mar 05, 2008 at 03:33:43PM +0100, Jan Catrysse wrote:
 I am using FreeBSD 7.0-RELEASE AMD64.
 
 I would need to build /ports/multimedia/mplayer (and I suppose its
 dependencies) in a 32-bit version. This because certain options (win32 
 codec support) doesn't work on the 64bit version.

Are you sure you _need_ those codecs? I'm using mplayer on amd64 and I
haven't found many videos that it doesn't play. Certainly things like
youtube videos work fine without win32 codecs.

 How is this done?

The easiest way is to run i386.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Jan Catrysse
Hi all,

 

I am using FreeBSD 7.0-RELEASE AMD64.

 

I would need to build /ports/multimedia/mplayer (and I suppose its
dependencies) in a 32-bit version. This because certain options (win32
codec support) doesn't work on the 64bit version.

 

How is this done?

 

Is it also possible to have the 64bit and 32bit version coexist? I hope
the 64bit version works faster but I'm not sure...

 

A big thanks.

Jan Catrysse

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Wojciech Puchar



I would need to build /ports/multimedia/mplayer (and I suppose its
dependencies) in a 32-bit version. This because certain options (win32
codec support) doesn't work on the 64bit version.



How is this done?



no way. unless you will install FreeBSD/i386 bins and ports on subdir and 
use chroot.


or just get mplayer binaries from i386 system and put here
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 03:33:43PM +0100, Jan Catrysse wrote:
 I am using FreeBSD 7.0-RELEASE AMD64.
 
 I would need to build /ports/multimedia/mplayer (and I suppose its
 dependencies) in a 32-bit version. This because certain options (win32
 codec support) doesn't work on the 64bit version.

Are you sure you _need_ those codecs? I'm using mplayer on amd64 and I
haven't found many videos that it doesn't play. Certainly things like
youtube videos work fine without win32 codecs.

 How is this done?

The easiest way is to run i386.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpAYfDgKK6Ae.pgp
Description: PGP signature


mplayer and x11 libs

2008-01-02 Thread Dave

Hello,
   I've installed the mplayer port previously i used the WITHOUT_X11 option 
because i didn't want x11 support as well as didn't want gtk2 and the libs 
it brings in. Yet, a porgupgrade of this box pulled in those libs. I've 
corrected this by uninstalling mplayer and it's dependencies with 
pkg_cutleaves and reinstalling. How do i prevent this in the future?

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer and x11 libs

2008-01-02 Thread Robert Huff

Dave writes:

  I've installed the mplayer port previously i used the
  WITHOUT_X11 option because i didn't want x11 support as well as
  didn't want gtk2 and the libs it brings in. Yet, a porgupgrade of
  this box pulled in those libs. I've corrected this by
  uninstalling mplayer and it's dependencies with pkg_cutleaves and
  reinstalling. How do i prevent this in the future?

If you are using portupgrade, then man pkgtools.conf.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading mplayer fails on linux-pango

2007-12-31 Thread Boris Samorodov
On Thu, 20 Dec 2007 15:23:58 -0500 Dave wrote:

Trying to upgrade my ports. And mplayer is failing on the
 linux-pango dependency. The error from linux-pango is that elf binary
 type 3 is not known and the install fails with an error 2. Does
 anyone have a fix for this?

Did you (kld)loaded linux emulation module? (I.e. did the command
kldstat | grep linux shows the linux.ko module?)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


upgrading mplayer fails on linux-pango

2007-12-20 Thread Dave

Hello,
   Trying to upgrade my ports. And mplayer is failing on the linux-pango 
dependency. The error from linux-pango is that elf binary type 3 is not 
known and the install fails with an error 2. Does anyone have a fix for 
this?

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer / snd_hda / Xorg; intel driver problem

2007-10-21 Thread Frank Staals
Not so long ago I aquired a new laptop. Appart from some issues which 
were to be expected everything works fine; appart from one thing: When 
playing videos with mplayer it hangs up
my system at random times( Mostly within half an hour of videplayback 
though ) . The video-playback stops, sound blocks and I can't acces my 
laptop anymore; not even switch to tty0 to check for debug messages.


My guess is it has something to do with either the audio or the 
videodriver, respectively snd_hda and the intel driver in Xorg. So I 
did 2 tests, without gaining any additional knowlege however:


I tried unloading the snd_hda module and sound modules and play the 
video to see if there was a problem with the video-part. I let it ran 
for a couple of hours and everything seemed to be fine


The second thing I tried was just using mplayer -vo null and playing the 
video. Same as the above test; it ran fine for a couple of hours straight.


So no I have no Idea anymore what I could do to determine whatever is 
going wrong. I hope someone else has an idea or might have a pointer to 
what I could do to gain more information about this. The relevant system 
data:


[EMAIL PROTECTED] uname -a
FreeBSD Rena.FStaals.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Oct 13 
12:59:51 CEST 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


[EMAIL PROTECTED] kldstat
Id Refs AddressSize Name
1   15 0xc040 923830   kernel
21 0xc0d24000 14e24snd_hda.ko
32 0xc0d39000 52a08sound.ko
41 0xc0d8c000 6b270acpi.ko
51 0xc5672000 11000ext2fs.ko
61 0xc592a000 22000linux.ko
71 0xc5a2d000 6000 i915.ko
81 0xc5a33000 f000 drm.ko

[EMAIL PROTECTED] mplayer --version
MPlayer dev-SVN-r24813-4.2.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T7300  @ 2.00GHz (Family: 6, Model: 
15, Stepping: 10)

CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

[EMAIL PROTECTED] dmesg -a | grep pcm
pcm0: Intel 82801H High Definition Audio Controller mem 
0xfe9fc000-0xfe9f irq 21 at device 27.0 on pci0

pcm0: [ITHREAD]
pcm0: HDA Codec: Sigmatel (Unknown)
pcm0: HDA Driver Revision: 20070710_0047

[EMAIL PROTECTED] dmesg -a | grep agp 
agp0: Intel GM965 SVGA controller on vgapci0

agp0: detected 7676k stolen memory
agp0: aperture size is 256M


my xorg config; ( which is just basically what X --configure generated ) 
: http://fstaals.net/junk/xorg.conf


Regards,


--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer, vlc, gimp issues in the past week [update]

2007-08-30 Thread Jimmie James
[update] After playing around, sometimes, after restarting X, they'll 
work fine, once or twice, then start acting up.  Killing firefox and 
thunderbird, they all start acting normal again. With FF and TB running, 
running mplayer -vo x11 file.foo  works, however only in a small window, 
can't full screen it, and alt+4 (increase brightness) acts on every 
application that's open, including the root window.


Can anyone offer advice where to debug this further, or suggestions how 
to resolve this?


Hi, not 100% sure where this is coming from, but in the past 7-10 (now 
14-ish) days (my port update times) something has triggered the following.


mplayer foo.flv results in it crashing with:
X11 error: BadAccess (attempt to access private resource denied)
MPlayer interrupted by signal 6 in module: decode_video

vlc foo.flv results in it playing the clip, but with the following error:
(.:80554): Gdk-WARNING **: shmget failed: error 28 (No space left on device)

and starting up the gimp causes:
(gimp:80561): Gdk-WARNING **: shmget failed: error 28 (No space left on 
device)
(gimp:80561): Gimp-Plug-In-WARNING **: shmget() failed: No space left on 
device

--
If you can't beat your computer at chess, try kickboxing.
--- --- ---
Solving Today's Problems Tomorrow
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-26 Thread luizbcampos
 sorry, Roland, it will be no use this script of yours...

On 8/24/07, Roland Smith [EMAIL PROTECTED] wrote:

 On Fri, Aug 24, 2007 at 12:33:19PM -0300, [EMAIL PROTECTED] wrote:
  Hi, everybody...I've downloaded mplayer but there is not a graphical
  interface... and how do I configure it?

 It is configured in the default build. It is called 'gmplayer'.  But you
 might want to try building mplayer locally, so you can make a better
 choice wrt the codecs you want. E.g, in the default build, the H.264
 codec is not enabled. Neither are the esound or arts sound
 systems.

 Add your choice of dvd devices to /etc/make.conf;

 .if ${.CURDIR:M*/multimedia/mplayer}
 WITH_DVD_DEVICE=/dev/cd1
 WITH_CDROM_DEVICE=/dev/cd1
 .endif

 Deinstall the package, then go to /usr/ports/multimedia/mplayer,
 and issue 'make config' and then 'make install clean' as root.

 Roland
 --
 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Pollywog
On Friday 24 August 2007 15:33:19 [EMAIL PROTECTED] wrote:
 Hi, everybody...I've downloaded mplayer but there is not a graphical
 interface... and how do I configure it?

I have used it in Linux and I know that in Linux, to have a graphical 
interface, one has to specify that during configure, before compiling.
The command for the graphical interface is gmplayer.  Try that and see if 
you already have the gui installed.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread luizbcampos
Hi, everybody...I've downloaded mplayer but there is not a graphical
interface... and how do I configure it?


   Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Roland Smith
On Fri, Aug 24, 2007 at 12:33:19PM -0300, [EMAIL PROTECTED] wrote:
 Hi, everybody...I've downloaded mplayer but there is not a graphical
 interface... and how do I configure it?

It is configured in the default build. It is called 'gmplayer'.  But you
might want to try building mplayer locally, so you can make a better
choice wrt the codecs you want. E.g, in the default build, the H.264
codec is not enabled. Neither are the esound or arts sound
systems. 

Add your choice of dvd devices to /etc/make.conf;

.if ${.CURDIR:M*/multimedia/mplayer}
WITH_DVD_DEVICE=/dev/cd1
WITH_CDROM_DEVICE=/dev/cd1
.endif

Deinstall the package, then go to /usr/ports/multimedia/mplayer,
and issue 'make config' and then 'make install clean' as root. 

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpqvNFkRQKnf.pgp
Description: PGP signature


Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Predrag Punosevac

[EMAIL PROTECTED] wrote:

Hi, everybody...I've downloaded mplayer but there is not a graphical
interface... and how do I configure it?


   Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
What do you mean there is no graphical interface? When you type gmplayer 
what do you get? I get graphical interface.

For the list of the commands from the command line just type mplayer.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer, vlc, gimp issues in the past week

2007-08-22 Thread Jimmie James
Hi, not 100% sure where this is coming from, but in the past 7-10 days 
(my port update times) something has triggered the following.


mplayer foo.flv results in it crashing with:
X11 error: BadAccess (attempt to access private resource denied)
MPlayer interrupted by signal 6 in module: decode_video

vlc foo.flv results in it playing the clip, but with the following error:
(.:80554): Gdk-WARNING **: shmget failed: error 28 (No space left on device)

and starting up the gimp causes:
(gimp:80561): Gdk-WARNING **: shmget failed: error 28 (No space left on 
device)
(gimp:80561): Gimp-Plug-In-WARNING **: shmget() failed: No space left on 
device


Last time I saw this was in June, 
http://www.freebsd.org/cgi/getmsg.cgi?fetch=1705036+1708586+/usr/local/www/db/text/2007/freebsd-questions/20070701.freebsd-questions


There was a bug in x11/libX11, which was fixed with
   /usr/ports/x11/libX11/files/patch-src::GetMoEv.c
(IIRC around June 22)

Any suggestions/ideas/hints?


--
If you can't beat your computer at chess, try kickboxing.
--- --- ---
Solving Today's Problems Tomorrow
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer, vlc, gimp issues in the past week

2007-08-22 Thread Tuc at T-B-O-H.NET
 mplayer foo.flv results in it crashing with:
 X11 error: BadAccess (attempt to access private resource denied)
 MPlayer interrupted by signal 6 in module: decode_video

Hey, I started getting that too. The only thing *I* linked
it to was I had installed nsplayer. Weird that they'd be associated,
but was the only thing I changed recently. As soon as I exit my
web browser that stops.

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer won't build

2007-07-31 Thread beni
Hi,

I'm trying to install mplayer from ports but it fails with the following 
error. Any hints on how to get it build ?
System is 6.2-REL-p5 with portstree updated.
Thanks !

...
ar: creating libmenu.a
ranlib libmenu.a
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc1/libmenu'
cc -Wdeclaration-after-statement -fno-PIC -O2 -fno-strict-aliasing -pipe  -O3 
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/local/include -I/usr/local/include/artsc 
-D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include -I/usr/local/include/dvdnav  -I/usr/local/include   
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE 
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include 
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo 
-I/usr/local/include/pango-1.0 -I/usr/local/include 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/freetype2   -I.  -I./libavutil -I./libavcodec -o 
mplayer mplayer.o m_property.o mp_msg.o asxparser.o codec-cfg.o cpudetect.o 
edl.o find_sub.o m_config.o m_option.o m_struct.o parser-cfg.o playtree.o 
playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o mixer.o 
parser-mpcmd.o subopt-helper.o libvo/libvo.a libao2/libao2.a input/libinput.a 
libmenu/libmenu.a 
Gui/libgui.a -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib 
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext 
-lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lcairo -lpangoft2-1.0 
-lfontconfig -lfreetype -lz -lpango-1.0 -lm -lX11 -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -liconv   -L/usr/local/lib -lglib-2.0 -liconv   
libmpcodecs/libmpcodecs.a loader/libloader.a loader/dshow/libDS_Filter.a 
loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a 
stream/stream.a libswscale/libswscale.a 
osdep/libosdep.a -Wl,-z,noexecstack -L/usr/local/lib -L/usr/local/lib  
-L/usr/local/lib -ldvdnav -pthread 
libavformat/libavformat.a  libavcodec/libavcodec.a  libavutil/libavutil.a  
libpostproc/libpostproc.a-lvorbis -logg-lxvidcore -ldts -lpng -lz -lz 
-ljpeg-lmp3lame -lvorbis -logg -lncurses  -lungif   -pthread  
-rdynamic -liconv -lm
libfaad2/libfaad2.a  mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a 
libass/libass.a -lfontconfig -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib 
-lfreetype -lz  -lGL  -lXxf86dga -lXv  -lXxf86vm -lXinerama -L/usr/local/lib 
-lXext -lX11  -pthread 
vidix/libvidix.a -L/usr/local/lib -lartsc -D_THREAD_SAFE -pthread 
-L/usr/local/lib -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv
stream/stream.a(stream_cdda.o)(.text+0xa5): In function `open_cdda':
: undefined reference to `cdio_cddap_identify'
stream/stream.a(stream_cdda.o)(.text+0xbd): In function `open_cdda':
: undefined reference to `cdio_cddap_verbose_set'
stream/stream.a(stream_cdda.o)(.text+0xda): In function `open_cdda':
: undefined reference to `cdio_cddap_open'
stream/stream.a(stream_cdda.o)(.text+0xf8): In function `open_cdda':
: undefined reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o)(.text+0x15e): In function `open_cdda':
: undefined reference to `cdio_cddap_tracks'
stream/stream.a(stream_cdda.o)(.text+0x194): In function `open_cdda':
: undefined reference to `cdio_cddap_track_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x19f): In function `open_cdda':
: undefined reference to `cdio_cddap_track_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x2cc): In function `open_cdda':
: undefined reference to `cdio_cddap_tracks'
stream/stream.a(stream_cdda.o)(.text+0x31b): In function `open_cdda':
: undefined reference to `cdio_cddap_track_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x340): In function `open_cdda':
: undefined reference to `cdio_cddap_track_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x34b): In function `open_cdda':
: undefined reference to `cdio_paranoia_init'
stream/stream.a(stream_cdda.o)(.text+0x396): In function `open_cdda':
: undefined reference to `cdio_paranoia_modeset'
stream/stream.a(stream_cdda.o)(.text+0x3b3): In function `open_cdda':
: undefined reference to `cdio_paranoia_overlapset'
stream/stream.a(stream_cdda.o)(.text+0x3c6): In function `open_cdda':
: undefined reference to `cdio_paranoia_seek'
stream/stream.a(stream_cdda.o)(.text+0x4ef): In function `open_cdda':
: undefined reference to `cdio_cddap_disc_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x4fa): In function `open_cdda':
: undefined reference to `cdio_paranoia_init'
stream/stream.a(stream_cdda.o)(.text+0x511): In function `open_cdda':
: undefined reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o)(.text+0x531): In function `open_cdda':
: undefined reference to `cdio_cddap_disc_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x554): In function `open_cdda

MPlayer Makefile Question

2007-07-23 Thread custompc
In Mplayers makefile it says 'Wants Gnome' - does this mean that making it
would drag in all the gnome libs etc ? I was hoping for a text / cli mode 
dvd player would work under X ? Also, does anyone know of a FreeBSd
version of MyBashBurn ? Thanks !

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MPlayer Makefile Question

2007-07-23 Thread RW
On Mon, 23 Jul 2007 12:09:51 +0100 (BST)
[EMAIL PROTECTED] wrote:

 In Mplayers makefile it says 'Wants Gnome' - does this mean that
 making it would drag in all the gnome libs etc ?

No it doesn't. It's more a matter co-ordinating with gnome. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer on 6.2

2007-07-02 Thread Jim Capozzoli

On 6/29/07, kalin mintchev [EMAIL PROTECTED] wrote:



 cd /usr/ports/multimedia/win32-codecs  make install

yea...  i did that...  it broke somewhere..  or yea..  right here:
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/win32 and try again.


look in uh, /usr/share/examples/cvsup, and there's a file called
ports-supfile.  copy that file somewhere in your [root] home
directory.  next,
`pkg_add -r cvsup-without-gui` (or build it, net/cvsup-without-gui)
then, go into that ports-supfile you copied to your home directory and
look for a like CHANGE_THIS.freebsd.org, and pick a cvsup server (I
use cvsup8.us.freebsd.org).

Once, you got all of that done, run
`cvsup -L 2 /root/ports-supfile` (assuming that's where you put it).

What this will do is update your ports collection to what's current.
The problem with win32-codecs is it seems like whenever they make a
new version of them, they delete the old version of their server.
Hence, you have to stay current. :)  I build everything I use from
scratch, I cvsup and portupgrade -a once a week or so.


i just don't have the patience for this ports thing anymore
just made that directory and stuck the codecs there and stuff appears to
be working now but thanks





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I have a feeling somebody on the list is going to object to my method,
but it seems to work for me.  Hope this helps!

--
Jim Capozzoli
D6499626857801B6065013E3645A6B75
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer on 6.2

2007-07-01 Thread Jose Luis Alarcon Sanchez
On Thu, 28 Jun 2007 21:56:57 -0400 (EDT)
kalin mintchev [EMAIL PROTECTED] wrote:

 hi all...
 
 just installed mplayer - pkg_add - and it can not play a simple wmv file
 yet. so i got the codecs and apparently the codec for wmv has to be here:
 /usr/local/lib/win32/
 
 what about the other ones - like quicktime, *.acm, *ax?! do they all go in
 the same directory?
 
 thanks
 

Hi Kalin.

MPlayer is better installed from ports system. I know it by my own
experience.

I hope this help you.

Regards.

Jose.

-- 
http://www.lordofunix.org/
 
Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories.
Rick Deckard. Blade Runner.


pgpipXm7aMi8C.pgp
Description: PGP signature


Re: mplayer on 6.2

2007-07-01 Thread Wojciech Puchar

Hi Kalin.

MPlayer is better installed from ports system. I know it by my own
experience.

I hope this help you.


for me it works perfect for any kind of files i have.
making sure that XVideo is working and using -vo xv make a good speedup
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer on 6.2

2007-06-29 Thread RW
On Fri, 29 Jun 2007 01:24:31 -0400 (EDT)
kalin mintchev [EMAIL PROTECTED] wrote:

 
 
  cd /usr/ports/multimedia/win32-codecs  make install
 
 yea...  i did that...  it broke somewhere..  or yea..  right here:
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/win32 and try again.
 
 i just don't have the patience for this ports thing anymore
 just made that directory and stuck the codecs there and stuff appears
 to be working now but thanks

That particular port is just a automated way of downloading and
installing binaries. It's an easy way of keeping on top of
vulnerabilies, and codec improvements.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer on 6.2

2007-06-28 Thread kalin mintchev
hi all...

just installed mplayer - pkg_add - and it can not play a simple wmv file
yet. so i got the codecs and apparently the codec for wmv has to be here:
/usr/local/lib/win32/

what about the other ones - like quicktime, *.acm, *ax?! do they all go in
the same directory?

thanks



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer on 6.2

2007-06-28 Thread RW
On Thu, 28 Jun 2007 21:56:57 -0400 (EDT)
kalin mintchev [EMAIL PROTECTED] wrote:

 hi all...
 
 just installed mplayer - pkg_add - and it can not play a simple wmv
 file yet. so i got the codecs and apparently the codec for wmv has to
 be here: /usr/local/lib/win32/
 
 what about the other ones - like quicktime, *.acm, *ax?! do they all
 go in the same directory?


Do you not have multimedia/win32-codecs installed? It's done
automatically if you build mplayer from ports. I guess there must be
license restrictions that prevent its being packaged. 

cd /usr/ports/multimedia/win32-codecs  make install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer on 6.2

2007-06-28 Thread kalin mintchev


 cd /usr/ports/multimedia/win32-codecs  make install

yea...  i did that...  it broke somewhere..  or yea..  right here:
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/win32 and try again.

i just don't have the patience for this ports thing anymore
just made that directory and stuck the codecs there and stuff appears to
be working now but thanks





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer and xmms

2007-06-13 Thread Chad Perrin
I'm just generally curious about why XMMS is a dependency for MPlayer in
FreeBSD.  I accidentally uninstalled MPlayer by uninstalling XMMS, and am
right now in the middle of reinstalling it from ports -- and it occurs to
me that, as far as I'm aware, MPlayer doesn't in and of itself actually
need XMMS.  Have things changed since the last time I ran a box with
MPlayer but no XMMS?

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Leon Festinger: A man with a conviction is a hard man to change. Tell him
you disagree and he turns away. Show him facts and figures and he questions
your sources. Appeal to logic and he fails to see your point.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer and xmms

2007-06-13 Thread RW
On Wed, 13 Jun 2007 17:32:48 -0600
Chad Perrin [EMAIL PROTECTED] wrote:

 I'm just generally curious about why XMMS is a dependency for MPlayer
 in FreeBSD.  I accidentally uninstalled MPlayer by uninstalling XMMS,
 and am right now in the middle of reinstalling it from ports -- and
 it occurs to me that, as far as I'm aware, MPlayer doesn't in and of
 itself actually need XMMS.  Have things changed since the last time I
 ran a box with MPlayer but no XMMS?
 

I doesn't depend on XMMS by default. You must have checked the XMMS
plugin support option in the MPlayer port options menu.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer and xmms

2007-06-13 Thread Nikola Lecic
On Wed, 13 Jun 2007 17:32:48 -0600
Chad Perrin [EMAIL PROTECTED] wrote:

 I'm just generally curious about why XMMS is a dependency for MPlayer
 in FreeBSD.  I accidentally uninstalled MPlayer by uninstalling XMMS,
 and am right now in the middle of reinstalling it from ports -- and
 it occurs to me that, as far as I'm aware, MPlayer doesn't in and of
 itself actually need XMMS.  Have things changed since the last time I
 ran a box with MPlayer but no XMMS?

Hello Chad,

That dependency is optional in mplayer:

  .if defined(WITH_XMMS)
  CONFIGURE_ARGS+=--enable-xmms
  LIB_DEPENDS+=   xmms.4:${PORTSDIR}/multimedia/xmms
  .else
  CONFIGURE_ARGS+=--disable-xmms
  .endif

It should be sufficient to turn off Enable XMMS plugin support with
'make config'.

Nikola Lečić
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   3   4   5   >