Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem mit Filme und xine/mplayer
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Wed Feb 09, 2005 12:58 pm    Post subject: Problem mit Filme und xine/mplayer Reply with quote

Hallo

Ich kann mit meinem Gentoo (Kernel 2.6.10-r3) keine Videos anschauen.

mit Xine kann zwar einigermaßen File anschauen, allerdings nur mit mäßiger Qualität
1. überall Artefakte und sehr schlechtes Deinterlacing
2. sobald ich die größe des Bildes ändern will, friert xine ein, gibt allerdings keine Fehlermeldung aus

habe xine-lib 1_rc8_r1 und xine-ui 0.9.23

Mplayer kann ich gernicht erst starten, es kommt immer folgende Fehlermeldung:

Code:
MPlayer interrupted by signal 4 in module: init_audio_codec
- MPlayer crashed by an 'Illegal Instruction'.
  It usually happens when you run it on a CPU different than the one it was
  compiled/optimized for.
  Verify this!
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.



Allerdings habe ich mplayer auf diesem PC kompiliert

hier meine make.conf

Code:
CFLAGS="-O3 -mcpu=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl -O1"

USE="3dnow aalib acpi aim alsa apache2 bash-completion bluetooth bmp \
     bzip2 bzlib cdr cdrom codecs css divx4linux dvd dvdr dvdread \
     flash ftp gimp gkrellm icq java jpeg2k logitech-mouse mmx mozilla mp3 \
     mpeg4 mplayer offensive ogg openssh pcmcia pnp samba usb xine \
     xscreensaver -gnome -libg"



PS: haben ein Fujitsu-Siemens Amilo M7425 mit Pentuim M 745 und Ati 9700 Mobile

kann mir jemand helfen?

THx schonmal

McM
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Wed Feb 09, 2005 1:06 pm    Post subject: Re: Problem mit Filme und xine/mplayer Reply with quote

mcm wrote:
Code:
CFLAGS="-O3 -mcpu=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl -O1"

USE="3dnow aalib acpi aim alsa apache2 bash-completion bluetooth bmp \
     bzip2 bzlib cdr cdrom codecs css divx4linux dvd dvdr dvdread \
     flash ftp gimp gkrellm icq java jpeg2k logitech-mouse mmx mozilla mp3 \
     mpeg4 mplayer offensive ogg openssh pcmcia pnp samba usb xine \
     xscreensaver -gnome -libg"


In Deinen USE Flags steht "3dnow" und "mmx". Nimm das mal raus und kompilier mplayer neu.

Wenn es dann funktioniert, weisst Du, dass Dein CPU kein mmx oder 3dnow kann. Ich tippe eher auf 3dnow, denn das ist eine AMD Option (imho), und Du hast ja einen Pentium ;-).

Vorher kannst Du auch noch
Code:
cat /proc/cpuinfo

machen. Das gibt Dir ein paar Infos zu Deiner CPU, zB auch diverse Optionen, die er kann.
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Wed Feb 09, 2005 2:19 pm    Post subject: Reply with quote

Wenn xine nicht tut ahst du mal gxine probiert?
Das basiert zwar auf xine, läuft aber wundersamerweise besser.
Probleme mit verpixelten Filmen usw. hatte ich bisher nie.

Ganz im Gegenteil. gxine läuft sogar bei mehreren Filmen in der Playliste durch. Mplayer hängt sich da bei mir immer nach dem 3. oder 4. Teil auf. Außerdem kann (g)xine DVD-Menüs darstellen, was bei Mplayer noch in der Entwicklung ist.
_________________
"Innerhalb der Computergemeinschaft lebt man nach der Grundregel, die Gegenwart sei ein Programmfehler, der in der nächsten Ausgabe behoben sein wird."

Clifford Stoll, amerik. Astrophysiker u. Computer- Pionier
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Wed Feb 09, 2005 3:10 pm    Post subject: Reply with quote

@R!tman:

THx, hat geholfen, jetzt läuft mplayer.

Hatte nur aus gewohnheit 3dnow gesetzt, da ich bisher immer nen AMD hatte ;-)


nur Xine geht immer noch nicht.
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Wed Feb 09, 2005 3:33 pm    Post subject: Reply with quote

mcm wrote:
@R!tman:

THx, hat geholfen, jetzt läuft mplayer.

Hatte nur aus gewohnheit 3dnow gesetzt, da ich bisher immer nen AMD hatte ;-)


nur Xine geht immer noch nicht.


Das kenne ich. Habe einen Desktop AMD und einen Pentium Laptop. Beim Kopieren der make.conf hatte ich das zuerst auch uebersehen :-).
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Wed Feb 09, 2005 3:35 pm    Post subject: Reply with quote

Meinst du xine-ui oder gxine oder welches Frondend?
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Wed Feb 09, 2005 10:54 pm    Post subject: Reply with quote

der fehler bezog sich auf xine-ui
hab nun kaffeine ausprobiert und siehe da, alles geht problemlos
gxine bringt einen Fehler, das der pfad zu einer gnome lib nicht exisiere.
kann im moment nicht nach der genauen fehlermeldung schauen

EDIT:

gxine bringt folgende Fehlermeldung:

Code:

bash-2.05b$ gxine
server: trying to connect to already running instance of gxine (/home/mcm/.gxine/socket)...
connect: Connection refused
server: socket '/home/mcm/.gxine/socket' created
libgnomevfs.so.0: cannot open shared object file: No such file or directory.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum