Purtroppo se non compri quelli originali e più costosi per iPod e Zune devi andare a tentoni, a meno di comprarne qualcuno già testato da qualche utente per il raspberry. Io avevo comprato un cavo compatibile Samsung e non andava. Magari però il tuo va. Tra l'altro non è detto che tu trovi proprio quello uguale al mio, perché ce ne sono veramente tanti in giro. Sul mio c'era scritto cavo audio, senza nessun riferimento al video. Pensa tu.alfox wrote:Grazie Troom
io avevo pensato di utilizzare un cavo che è uscito dalla mia videocamera Samsung miniDV (che forse chiamano camcorder) . e forse devo cambiare il rosso col giallo.
Questi cavi almeno li potevano fare riconoscibili in qualche modo: una va a tentoni?
Beh, meglio. La qualità dell'audio via AV non è buona, quella in uscita da HDMI è meglio.alfox wrote:oppure stavo anche pensando di prendere un cavo hdmi to scart che dici?
Ciao raga, ma con vsftpd come posso specificare una cartella diversa per ogni utente su pendrive anche se Raspbian è installato su scheda sd ?troombatzia wrote:http://www.techrapid.co.uk/raspberry-pi ... pi-vsftpd/
troombatzia wrote:@alfox
Io infatti ne ho comprati 2 generici, prima di trovare quello giusto (questo è proprio il mio):
http://uppix.com/s-image5519403d0018a270-jpg.htm
L'ho comprato in un negozio cinese, in una confezione di plastica dura (non busta), importato da una ditta italiana (il cavo è ovviamente made in China). Prezzo 2,50 €.
Devi solo invertire i cavi audio, rosso e bianco. Lì nel negozio, avevano anche il modello
più recente, tipo questo:
http://www.aliexpress.com/item/3-5mm-4- ... 90181.html
a 2,80 € che forse non ha bisogno di invertire rosso e bianco, ma non ho voluto rischiare un altro acquisto inutile.
Code: Select all
sdtv_mode=2
sdtv_aspect=3
Code: Select all
# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details
# 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
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_top=16
overscan_bottom=16
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0
disable_overscan=0
gpu_mem=256
sdtv_mode=2
sdtv_aspect=3
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
disable_overscan=0
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0
gpu_mem=256
sdtv_mode=2
sdtv_aspect=3
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0
gpu_mem=256
sdtv_mode=2 GNU nano 2.2.6 File: /boot/config.txt $
gpu_mem=256
sdtv_mode=2
sdtv_aspect=3
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0
gpu_mem=256
sdtv_mode=2
sdtv_aspect=3
Code: Select all
sdtv_mode=2
overscan_left=30
overscan_right=10
overscan_top=40
overscan_bottom=50
framebuffer_width=565
framebuffer_height=492
Code: Select all
gpu_mem=256
disable_flash=1
sdtv_mode=2
overscan_left=30
overscan_right=10
overscan_top=40
overscan_bottom=50
disable_flash=1
sdtv_mode=2
overscan_left=30
overscan_right=10
overscan_top=40
overscan_bottom=50
framebuffer_width=510
framebuffer_height=480
#framebuffer_width=720
disable_flash=1
Non so se BerryBoot supporta i telecomandi.alfox wrote:ma quindi con il berryboot, se all'avio del raspberry ho due SO, posso scegliere quale far partire col solo telecomando?