Skip to content

Tweaking the RPI for better performance.

Harry Gonzalez edited this page Apr 3, 2018 · 3 revisions

/boot/cmdline.txt tweaks

Disables screen from going blank after a few minutes

  • consoleblank=0

Disables blinking cursor on screen

  • vt.global_cursor_default=0

/boot/cmdline.txt tweaks

Sets the Pi framebuffer to CDG native resolution freeing VLC from having to scale images

  • framebuffer_width=288
  • framebuffer_height=192

Disable raspberry internal audio if using external usb card

  • dtparam=audio=on
Clone this wiki locally