Content deleted Content added
Undid revision 559029338 by 121.72.118.83 (talk) Currently up for discussion on the talk page. POV pushing, unreliable source. |
|||
Line 175:
# Support for raw [[liquid crystal display|LCD]] panels is available in hardware through the available [[Display Serial Interface|DSI]] connector from the [[Mobile Industry Processor Interface]] (MIPI) Alliance.<ref name="DSI" /> Software support is being planned.
# Supported digital video resolutions are: 640 × 350 [[Enhanced Graphics Adapter|EGA]]; 640 × 480 [[Video Graphics Array|VGA]]; 800 × 600 [[Super video graphics array|SVGA]]; 1024 × 768 [[XGA]]; 1280×720 [[720p]] [[High-definition television#High-definition display resolutions|HDTV]]; 1280 × 768 [[Graphic display resolutions#WXGA|WXGA]] Variant; 1280 × 800 [[Graphic display resolutions#WXGA|WXGA]] Variant; 1280 × 1024 [[SXGA]]; 1366 × 768 [[Graphic display resolutions#WXGA|WXGA]] Variant; 1400 × 1050 [[SXGA+]]; 1600 × 1200 [[UXGA]]; 1680 × 1050 [[WXGA+]]; 1920 × 1080 [[1080p]] [[High-definition television#High-definition display resolutions|HDTV]]; 1920 × 1200 [[WUXGA]].<ref name="video" /> Also to be supported are the generation of [[576i]] and [[480i]] composite video signals for [[PAL#PAL-B/G/D/K/I|PAL-BGHID]], [[PAL-M]], [[PAL-N]], [[NTSC]] and [[NTSC-J]]<ref name="composite">{{cite web|last=Ozolins |first=Jason |url=http://www.raspberrypi.org/forum/general-discussion/pictures-of-screen-displaying-example-of-rpi-composite-output?value=480i&type=1&include=2&search=1 |title=examples of Raspberry Pi composite output |publisher=Raspberrypi.org |date= |accessdate=2012-06-22}}</ref>
# Newer versions of the firmware contain the option to choose between five overclock ("turbo") presets that when turned on try to get the most performance out of the SoC without impairing the lifetime of the Pi. This is done by monitoring the core temperature of the chip, and the CPU load, and dynamically adjusting clock speeds and the core voltage. So when there is a low demand on the CPU, or it is getting too hot, the performance is throttled down, but if the CPU has much to do, and the chip's temperature allows it, performance is temporarily increased, with clock speeds up to 1 GHz, depending on the individual board, and on which of the "turbo" settings is used. The five settings currently are:
## "None"; 700 MHz ARM, 250 MHz core, 400 MHz SDRAM, 0 overvolt,
Line 181 ⟶ 180:
## "Medium" 900 MHz ARM, 250 MHz core, 450 MHz SDRAM, 2 overvolt,
## "High"; 950 MHz ARM, 250 MHz core, 450 MHz SDRAM, 6 overvolt,
## "Turbo"; 1000 MHz ARM, 500 MHz core, 600 MHz SDRAM, 6 overvolt<ref name="Turbo mode"/><ref name="turbosgithub">{{cite web|url=https://github.com/asb/raspi-config/blob/master/raspi-config |title=asb/raspi-config on Github |publisher=asb |accessdate=2012-12-13}}</ref>
In the highest ("turbo") preset the SDRAM clock was originally 500 MHz, but this was later changed from to 600 Mhz because 500 MHZ sometimes causes SD card corruption. Simultaneously in "High" mode the core clock speed was lowered from 450 to 250 MHz.
== Software ==
|