Bonjour,
Nouveau venu sur RAsPiCade, j'ai plusieurs questions. (Je suis sous PI v2)
J'ai pas mal bidouillé avant de posté pour essayer de trouver des solutions en vain.
J'ai lancé un Upgrade.sh puis un rAsPiCade_update.sh
Actuellement un "uname -a" me donne :
Linux rAsPiCade 3.18.11-v7+ #776 SMP PREEMPT Mon Apr 6 13:19:43 BST 2015 armv7l GNU/Linux
a) Impossible d'avoir du son sur la prise HDMI de ma télévision.
J'ai 2 fichier config.txt:
/home/pi/temp/RAsPiCade-configuration-files/boot/config.txt
et
/boot/config.txt
Je suis actuellement bien en full screen 1920x1080 mais pas de son.
J'ai configuré comme suis :
hdmi_group=1
hdmi_mode=16
hdmi_drive=2
Voici le /home/pi/temp/RAsPiCade-configuration-files/boot/config.txt :
#kernel=kernel-smallcade-3.12.20+
kernel=kernel.img
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# Set sdtv mode to PAL (as used in Europe)
#sdtv_mode=2
# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
#hdmi_drive=2
# Set monitor mode to CEA 1920x1080 60Hz
#hdmi_group=1
#hdmi_mode=16
# Make display smaller to stop text spilling off the screen
## disable_overscan
## Set to 1 to disable overscan
##
## Value Description
## -------------------------------------------------------------------------
## 0 Overscan Enabled (Default)
## 1 Overscan Disabled
##
#disable_overscan=0
## overscan_top
## Number of pixels to skip on top
##
#overscan_top=50
## overscan_bottom
## Number of pixels to skip on bottom
##
#overscan_bottom=50
# a priori pas besoin d'overscan sur les cotés
## overscan_left
## Number of pixels to skip on left
##
#overscan_left=50
## overscan_right
## Number of pixels to skip on right
##
#overscan_right=50
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
# overscan_scale=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# for more options see http://elinux.org/RPi_config.txt
#start_x=0
#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=900
gpu_freq=350
core_freq=450
sdram_freq=450
#over_voltage=6
#force video mode in 1024x768 60Hz for pc monitor
hdmi_group=1
hdmi_mode=16
gpu_mem_512=256
force_turbo=1
root@rAsPiCade:~# diff /home/pi/temp/RAsPiCade-configuration-files/boot/config.txt /boot/config.txt
0a1
> #kernel=kernel-smallcade-3.12.20+
30c31
< #hdmi_drive=2
---
> hdmi_drive=2
113c114
< hdmi_group=2
---
> hdmi_group=1
Pouvez vous me dire lequel il faut modifier ?
b) Il me semble qu'il a scraper pas mal de jaquette pourtant je les vois pas à l'écran (malgrès reboot)
J'ai utilisé la commande :
python /home/pi/temp/RAsPiCade-configuration-files/ES-scraper/scraper.py -v -w 350
ES-scraper, a scraper for EmulationStation
Max width set: 350px.
Verbose mode enabled.
All done!
c)
Quand je quitte un jeu mame, parfois il m'affiche "Have a nice day" puis écran noir. Obligé de me connecter en ssh pour faire un reboot propre.
Une idée ?
Merci.