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>
# Originally the on-board USB ports were designed for USB devices using one "unit load" (100 mA) of current. Devices using more than 100 mA were incompatible with the Raspberry Pi, and for them a [[USB hub#Power|self-powered USB hub]] was required. However, due to user feedback, the RPF, at the end of August 2012, decided to remove the USB [[polyfuse]]s which largely caused this behaviour. However, the maximum current that can be delivered to a USB port on these modified boards is still limited by the capabilities of the power supply used, and the 1.1 A main polyfuse. Spontaneous rebooting and/or crashing caused by hot plugging certain USB devices was introduced as a result of this change, which further reduced the standards compliance of the Raspberry Pi's USB implementation.<ref>{{cite web|url=http://www.raspberrypi.org/phpBB3/viewtopic.php?f=24&t=5830 |title=Design flaw? Polyfuses for USB current limiting |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 180 ⟶ 181:
## "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>
# The five overclock ("turbo") presets were changed because overclocking the core causes SD card corruption, apparently due to bugs in the BCM2835 SoC. They originally were<ref name=overclock>[https://github.com/asb/raspi-config/commit/c5e1966418922862b2a84559c567c35e6a1c4c28 add overclocking options · c5e1966 · asb/raspi-config · GitHub]</ref>:
## "None"; 700 MHz ARM, 250 MHz core, 400 MHz SDRAM, 0 overvolt,
## "Modest"; 800 MHz ARM, 300 MHz core, 400 MHz SDRAM, 0 overvolt,
## "Medium" 900 MHz ARM, 333 MHz core, 450 MHz SDRAM, 2 overvolt,
## "High"; 950 MHz ARM, 450 MHz core, 450 MHz SDRAM, 6 overvolt,
## "Turbo"; 1000 MHz ARM, 500 MHz core, 500 MHz SDRAM, 6 overvolt
== Software ==
|