Raspberry Pi resolution.
Thoughts on resolution setup. Originally 320x200 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 disable_overscan=1 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 framebuffer_width=1024 framebuffer_height=768 -------- config.txt As it's an embedded platform, the Raspberry Pi doesn't have a BIOS like you'd find on a conventional PC. The various system configuration parameters, which would traditionally be edited and stored using a BIOS, are stored in an optional text file named config.txt . This is read by the GPU before the ARM CPU and Linux are initialised, therefore it must be located on the first (boot) partition of your SD card, alongside bootcode.bin and start.elf . This file is normally accessible as /boot/config.txt from Linux a