Archivo config.txt(En construccion)

Sección Unicamente para Tutoriales y Guías
maquis
Pi Alpha
Pi Alpha
Mensajes: 32
Registrado: 24 Jul 2017, 22:50
Agradecido: 0
Agradecimiento recibido: 0

Definicion:
"El Raspberry Pi utiliza un archivo de configuración en lugar del BIOS que esperaría encontrar en una PC convencional. Los parámetros de configuración del sistema, que tradicionalmente serían editados y almacenados usando un BIOS, se almacenan en su lugar en un archivo de texto opcional nombrado config.txt. Esto es leído por la GPU antes de que se inicialicen la CPU ARM y Linux."

Es decir, la BIOS de la rpi. y un dato importante a saber es: "Cualquier cambio solo tendrá efecto después de que haya reiniciado su Raspberry Pi."

la informacion la he sacado de https://elinux.org/

MEMORIA

-disable_l2cache Desactiva el acceso del procesador a la cache L2 de la GPU, tambien debe ser especificado en el kernel.
## Disable arm access to GPU's L2 cache. Needs corresponding L2 disabled
## kernel.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Enable L2 Cache (Default)
## 1 Disable L2 cache
##
#disable_l2cache=0
-gpu_mem La cantidad de memoria ram que sera usada por la gpu
## GPU memory allocation in MB for all board revisions.
##
## Default 64
##
#gpu_mem=128
- gpu_mem_256 Igual que "gpu_mem" pero para las rpi de 256 de ram, maximo 192
## GPU memory allocation in MB for 256MB board revision.
## This option overrides gpu_mem.
##
#gpu_mem_256=192
-gpu_mem_512 Igual que "gpu_mem" pero para las rpi de 512 de ram, maximo 448
## GPU memory allocation in MB for 512MB board revision.
## This option overrides gpu_mem.
##
#gpu_mem_512=448
-gpu_mem_1024 Igual que "gpu_mem" pero para las rpi de 1024 de ram, maximo 944
## GPU memory allocation in MB for 1024MB board revision.
## This option overrides gpu_mem.
##
#gpu_mem_1024=944
-disable_pvt Desactiva la tasa de refresco de la memoria ram(500ms)?
¿
## Disable adjusting the refresh rate of RAM every 500ms
## (measuring RAM temparature).
##
#disable_pvt=1
-CMA-dynamic memory split Ajuste automatico de la memoria, al parecer no funciona bien.

CAMARA

-start_x Habilita el modulo de la camara.La habilitación de la cámara requiere que la opción gpu_mem se especifique con un valor de al menos 128.
## Set to "1" to enable the camera module.
##
## Enabling the camera requires gpu_mem option to be specified with a value
## of at least 128.
##
## Default 0
##
#start_x=0
-disable_camera_led Apaga el led de la camara cuando grabas video o haces una foto.
## Turn off the red camera led when recording video or taking a still
## picture.
##
## Value Description
## -------------------------------------------------------------------------
## 0 LED enabled (Default)
## 1 LED disabled
##
#disable_camera_led=1
VIDEO COMPUESTO

-sdtv_mode Indica el tipo de salida compuesta
## defines the TV standard for composite output
##
## Value Description
## -------------------------------------------------------------------------
## 0 Normal NTSC (Default)
## 1 Japanese version of NTSC - no pedestal
## 2 Normal PAL
## 3 Brazilian version of PAL - 525/60 rather than 625/50, different
## subcarrier
##
#sdtv_mode=0
-sdtv_aspect El aspecto de la salida compuesta
## defines the aspect ratio for composite output
##
## Value Description
## -------------------------------------------------------------------------
## 1 4:3 (Default)
## 2 14:9
## 3 16:9
##
#sdtv_aspect=1
-sdtv_disable_colourburst Desactiva el color
## Disables colour burst on composite output. The picture will be
## monochrome, but possibly sharper
##
## Value Description
## -------------------------------------------------------------------------
## 0 Colour burst is enabled (Default)
## 1 Colour burst is disabled
##
#sdtv_disable_colourburst=1
VIDEO DIGITAL

-hdmi_safe "Modo seguro" con ciertos parametros predefinidos
## Use "safe mode" settings to try to boot with maximum hdmi compatibility.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Disabled (Default)
## 1 Enabled (this does: hdmi_force_hotplug=1,
## hdmi_ignore_edid=0xa5000080,
## config_hdmi_boost=4, hdmi_group=2,
## hdmi_mode=4, disable_overscan=0,
## overscan_left=24, overscan_right=24,
## overscan_top=24, overscan_bottom=24)
##
#hdmi_safe=1
-hdmi_force_hotplug Fuerza la salida hdmi, usa la salida hdmi aunque no haya monitor conectado
## Pretends HDMI hotplug signal is asserted so it appears a HDMI display
## is attached
##
## Value Description
## -------------------------------------------------------------------------
## 0 Disabled (Default)
## 1 Use HDMI mode even if no HDMI monitor is detected
##
#hdmi_force_hotplug=1
-hdmi_ignore_hotplug Ignora la salida por hdmi aunque haya un monitor conectado
## Pretends HDMI hotplug signal is not asserted so it appears a HDMI
## display is not attached
##
## Value Description
## -------------------------------------------------------------------------
## 0 Disabled (Default)
## 1 Use composite mode even if HDMI monitor is detected
##
#hdmi_ignore_hotplug=1
-hdmi_drive Escoger tipo de conexion hdmi(con sonido), o DVI(sin sonido)
## chooses between HDMI and DVI modes
##
## Value Description
## -------------------------------------------------------------------------
## 1 Normal DVI mode (No sound)
## 2 Normal HDMI mode (Sound will be sent if supported and enabled)
##
#hdmi_drive=2
-hdmi_ignore_edid Ignora el EDID de la pantalla
## Enables the ignoring of EDID/display data
##
#hdmi_ignore_edid=0xa5000080
-hdmi_edid_file Ignora el EDID de la pantalla, y usa el archivo edid.txt/edid.dat(no se cual)
## Read the EDID data from the edid.dat file instead of from the attached
## device
##
## Value Description
## -------------------------------------------------------------------------
## 0 Read EDID data from attached device (Default)
## 1 Read EDID data from edid.txt file
##
#hdmi_edid_file=1
-hdmi_ignore_edid_audio Hace como si todos los formatos de audio no son compatibles con la pantalla. "Entonces ALSA se volvera analogico."¿Ni idea de que viene a ser?
## Pretends all audio formats are unsupported by display. This means ALSA
## will default to analogue.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Use EDID provided values (Default)
## 1 Pretend all audio formats are unsupported
##
#hdmi_ignore_edid_audio=1
-hdmi_force_edid_audio Hace como si la pantalla soporte todos los formatos de audio, lo que permite el paso de DTS/AC3 incluso cuando no se informa como compatible.
## Pretends all audio formats are supported by display, allowing
## passthrough of DTS/AC3 even when not reported as supported.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Use EDID provided values (Default)
## 1 Pretend all audio formats are supported
##
#hdmi_force_edid_audio=1
-hdmi_force_edid_3d Hace como si la pantalla soportase la salida 3D
## Pretends all CEA modes support 3D even when edid doesn't indicate
## support for them.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Use EDID provided values (Default)
## 1 Pretend 3D mode is supported
##
#hdmi_force_edid_3d=1
-avoid_edid_fuzzy_match Ni idea
## Avoid fuzzy matching of modes described in edid.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Use fuzzy matching (Default)
## 1 Avoid fuzzy matching
##
#avoid_edid_fuzzy_match=1
-hdmi_pixel_encoding Fuerza la codificacion del pixel.Por defecto usa la dada por el EDID, no deberia ser cambiada
## Force the pixel encoding mode.
## By default it will use the mode requested from edid so shouldn't
## need changing.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Use EDID provided values (Default)
## 1 RGB limited (16-235)
## 2 RGB full ( 0-255)
## 3 YCbCr limited (16-235)
## 4 YCbCr limited ( 0-255)
##
#hdmi_pixel_encoding=1
-config_hdmi_boost La fuerza de salida de la señal
## configure the signal strength of the HDMI interface.
##
## Value Description
## -------------------------------------------------------------------------
## 0 (Default)
## 1
## 2
## 3
## 4 Try if you have interference issues with HDMI
## 5
## 6
## 7 Maximum
##
#config_hdmi_boost=0
-hdmi_ignore_cec_init Ni idea
## Doesn't sent initial active source message. Avoids bringing
## (CEC enabled) TV out of standby and channel switch when rebooting.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Normal behaviour (Default)
## 1 Doesn't sent initial active source message
##
#hdmi_ignore_cec_init=1
-hdmi_ignore_cec Hace como si la pantalla no soportase CEC
## Pretends CEC is not supported at all by TV.
## No CEC functions will be supported.
##
## Value Description
## -------------------------------------------------------------------------
## 0 Normal behaviour (Default)
## 1 Pretend CEC is not supported by TV
##
#hdmi_ignore_cec=1
Continuara...
Responder