Changes between Version 3 and Version 4 of linux/display


Ignore:
Timestamp:
10/29/2019 05:34:51 PM (4 years ago)
Author:
Tim Harvey
Comment:

add example for 1080p HDMI

Legend:

Unmodified
Added
Removed
Modified
  • linux/display

    v3 v4  
    6060setenv video 'video=LVDS-1:1280x800@60M video=HDMI-A-1:d'
    6161}}}
     62 * Enable HDMI for a 1080p display with 60Hz refresh rate and disable LVDS:
     63{{{#!bash
     64setenv video 'video=LVDS-1:d video=HDMI-A-1:1920x1080@60'
     65}}}
    6266 * Enable HDMI for a 800x600 display with 60Hz refresh rate and disable LVDS:
    6367{{{#!bash