Intentando instalar vinagre en Retropie

Soporte General para RetroPie
Avatar de Usuario
cpcbegin
Pi Master
Pi Master
Mensajes: 249
Registrado: 02 Jul 2017, 11:41
Agradecido: 34 veces
Agradecimiento recibido: 24 veces

De hecho lo he conseguido instalar y poner el enlace dentro de PORTS pero me da un error SDL y no consigo echarlo a andar, ¿alguien me puede echar una mano?

Hasta aquí lo que he hecho:

Instalación de Vinagre

Código: Seleccionar todo

sudo apt-get install vinagre
Creamos el archivo /home/pi/Retropie/roms/ports/vinagre.sh con el siguiente contenido:

Código: Seleccionar todo

#!/bin/bash
"/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "vinagre" ""
Creamos la carpeta vinagre en /opt/retropie/configs/ports y /opt/retropie/ports
Dentro de la carpeta /opt/retropie/configs/ports/vinagre creamos el archivo emulators.cfg con el siguiente contenido:

Código: Seleccionar todo

vinagre = "xinit /opt/retropie/ports/vinagre/vinagre.sh"
default = "vinagre"
Dentro de la carpeta /opt/retropie/ports/vinagre creamos el archivo vinagre.sh con el siguiente contenido:

Código: Seleccionar todo

#!/bin/bash
xset -dpms s off s noblank
matchbox-window-manager -use_titlebar no &
/usr/bin/vinagre
Y este es el error recogido en /dev/shm/runcommand.log
Parameters: 
Executing: SDL_VIDEO_EGL_DRIVER=/opt/vc/lib/libEGL.so SDL_VIDEO_GL_DRIVER=/opt/vc/lib/libGLESv2.so xinit /opt/retropie/ports/vinagre/vinagre.sh -- vt1 -keeptty


X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.26-v7+ armv7l Raspbian
Current Operating System: Linux retropie 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l
Kernel command line: bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p10 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 consoleblank=0 plymouth.enable=0 quiet
Build Date: 11 November 2016  11:59:59AM
xorg-server 2:1.18.4-2+rpi1 (https://www.debian.org/support) 
Current version of pixman: 0.33.3
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/pi/.local/share/xorg/Xorg.0.log", Time: Sat Dec  9 11:56:57 2017
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
modprobe: FATAL: Module g2d_23 not found.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
**
tp-glib:ERROR:base-client.c:1303:tp_base_client_constructed: assertion failed: (self->priv->dbus != NULL)
/opt/retropie/ports/vinagre/vinagre.sh: línea 4:   942 Abortado                /usr/bin/vinagre
xinit: connection to X server lost

waiting for X server to shut down wm_set_cursor_visibility: visible using XCreateFontCursor
(II) Server terminated successfully (0). Closing log file.
Responder