Visualizzazione dei risultati da 1 a 10 su 10
  1. #1
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691

    Gmplayer non trova le skin ?

    (MDK 10 aggiornata con urpmi)

    Ciao,

    Gmplayer (da console) non parte (sembra che non trovi le Skin) e mi dà questo lungo messaggio:

    [giorgio@MDK10 giorgio]$ gmplayer
    MPlayer 1.0pre5-3.3.2 (C) 2000-2004 MPlayer Team

    CPU: Advanced Micro Devices Athlon 4 /Athlon MP/XP Palomino 1663 MHz (Family: 6, Stepping: 2)
    Detected cache-line size is 64 bytes
    CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
    Compiled with runtime CPU detection - WARNING - this is not optimal!
    To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
    Reading config file /etc/mplayer/mplayer.conf
    Reading config file /home/giorgio/.mplayer/config
    [cfg] read config file: /home/giorgio/.mplayer/gui.conf
    Reading config file /home/giorgio/.mplayer/gui.conf
    vo: X11 running at 800x600 with depth 24 and 32 bpp (":0.0" => local display)
    Reading /home/giorgio/.mplayer/codecs.conf: Can't open '/home/giorgio/.mplayer/codecs.conf': No such file or directory
    Reading /etc/mplayer/codecs.conf: 73 audio & 180 video codecs
    Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
    Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
    Using usleep() timing
    Can't open input config file /home/giorgio/.mplayer/input.conf: No such file or directory
    Input config file /etc/mplayer/input.conf parsed: 53 binds
    Opening joystick device /dev/input/js0
    Can't open joystick device /dev/input/js0 : No such file or directory
    Can't init input joystick
    Setting up LIRC support...
    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.
    SKIN dir 1: '/home/giorgio/.mplayer/Skin'
    SKIN dir 2: '/usr/share/mplayer/Skin'

    Se lo interrompo (CTRL+C) mi dice:

    MPlayer interrupted by signal 2 in module: unknown
    [giorgio@MDK10 giorgio]$

    Ho l'impressione che non trovi le skin. Qual'è il file da installare con urpmi, per averle ?

    (non posso fare la ricerca ...)

    Grazie

  2. #2
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    ops... non avevo visto questo ...

    Reading /home/giorgio/.mplayer/codecs.conf: Can't open '/home/giorgio/.mplayer/codecs.conf': No such file or directory
    Reading /etc/mplayer/codecs.conf: 73 audio & 180 video codecs
    Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
    Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
    Using usleep() timing
    Can't open input config file /home/giorgio/.mplayer/input.conf: No such file or directory

    Cosa devo fare ?

  3. #3
    niente

    lo fa anche a me ma poi gira perfettamente
    dai un urpmi -y mplayer quando cerchi i file es
    [root@localhost root]# urpmi -y mplayer
    I seguenti pacchetti contengono mplayer:
    kmplayer
    libgimageview0
    libvisual-plugins
    mplayer
    mplayer-fonts
    mplayer-gui
    mplayer-skins
    mplayerplugin
    transcode
    xmms-mplayer
    xmmsmplayer
    [root@localhost root]#

    per installare le skin

    urpmi mplayer-skins
    ma mplayer va ?

  4. #4
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    ho risolto alcuni errori copiando i files che non trovava nelle rispettive dir, ma per i seguenti non so come procedere ...

    Can't open joystick device /dev/input/js0 : No such file or directory
    Can't init input joystick
    Setting up LIRC support...
    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.
    SKIN dir 1: '/root/.mplayer/Skin'
    SKIN dir 2: '/usr/share/mplayer/Skin'

    Il Joy non ce l'ho, ma non credo sia quello il prob.

    Grazie

  5. #5
    lo dice anche a me
    Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf':No such file or directory
    Reading /etc/mplayer/codecs.conf: 73 audio & 180 video codecs
    Linux RTC init error in ioctl (rtc_irqp_set 1024): Invalid argument
    Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
    Using usleep() timing
    Can't open input config file /root/.mplayer/input.conf: No such file or directory
    Input config file /etc/mplayer/input.conf parsed: 53 binds
    Opening joystick device /dev/input/js0
    Can't open joystick device /dev/input/js0 : No such device
    Can't init input joystick
    Setting up LIRC support...
    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.
    SKIN dir 1: '/root/.mplayer/Skin'
    SKIN dir 2: '/usr/share/mplayer/Skin'

    -----
    ma poi va regolarmente
    mplayer viene compilato con opzioni particolari e se non le trova segnala questi errori
    a me comunque gira perfettamente

  6. #6
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    ho installato tutto tranne:

    libgimageview0
    libvisual-plugins
    xmmsmplayer

    che non trova.

    mplayer va (da linea di comando). Gmplayer no (da quegli errori e poi si ferma ...)

  7. #7
    guarda cosa hai installato

    in genere basta installare

    mplayer-gui

    se hai usato i paccheti di plf rimuovili ed installa quelli di mandrake
    guarda di non installare un misto dei due
    fallo da rpmdrake

    prova a rimuovere e reinstallare con i file esatti

  8. #8
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    ritorno sull'argomento ...

    Andy, ho disinstallato gmplayer con urpme e l'ha fatto.

    Poi se faccio urpmi gmplayer non trova nulla, urpmi mplayer-gui l'ha installato.

    [root@MDK10 giorgio]# urpmi -y mplayer
    I seguenti pacchetti contengono mplayer:
    kmplayer
    mplayer
    mplayer-fonts
    mplayer-gui
    mplayer-skins
    mplayerplugin
    transcode
    xmms-mplayer
    [root@MDK10 giorgio]#

    se lancio mplayer parte in mod testuale,

    [root@MDK10 giorgio]# gmplayer
    MPlayer 1.0pre5-3.3.2 (C) 2000-2004 MPlayer Team

    CPU: Advanced Micro Devices Athlon 4 /Athlon MP/XP Palomino 1663 MHz (Family: 6, Stepping: 2)
    Detected cache-line size is 64 bytes
    CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
    Compiled with runtime CPU detection - WARNING - this is not optimal!
    To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
    Reading config file /etc/mplayer/mplayer.conf
    Reading config file /root/.mplayer/config
    [cfg] read config file: /root/.mplayer/gui.conf
    Reading config file /root/.mplayer/gui.conf
    vo: X11 running at 800x600 with depth 24 and 32 bpp (":0.0" => local display)
    Reading /root/.mplayer/codecs.conf: 73 audio & 180 video codecs
    Using Linux hardware RTC timing (1024Hz).
    Input config file /root/.mplayer/input.conf parsed: 53 binds
    Opening joystick device /dev/input/js0
    Can't open joystick device /dev/input/js0 : No such file or directory
    Can't init input joystick
    Setting up LIRC support...
    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.
    SKIN dir 1: '/root/.mplayer/Skin'
    SKIN dir 2: '/usr/share/mplayer/Skin'


    MPlayer interrupted by signal 2 in module: unknown.

    Che manca ancora ?

    Grazie

  9. #9
    avviandolo da user fa lo stesso ?

  10. #10
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    identico

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.