Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hdmi_output [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== HDMI Video Output ======
  
 +For using HDMI for video output the //xrandr// tool can be used.
 +
 +Quering devices: 
 +
 +  xrandr -q
 +
 +Setting auto mode: 
 +
 +  xrandr --auto
 +
 +Disabling notebook display: 
 +
 +  xrandr --output LVDS --off
 +
 +Using HDMI output device with specific mode: 
 +
 +  xrandr --output HDMI1 --mode 1920x1080
 +  
 +{{tag>linux}}