How to rotate HDMI?

Discussion in 'Accessories' started by mushketer888, Feb 12, 2015.

  1. mushketer888

    mushketer888 New Member

    Joined:
    Jan 13, 2015
    Messages:
    20
    Likes Received:
    1
    Hello all...
    I have question how to rotate HDMI?
    i have lcd panel over hdmi
    and i need to rotate it upside down

    i will say that xrandr cant do anything!
    i tried to edit xorg.conf Device section, for example:

    Code:
    Section "Device"
            Identifier      "i.MX Accelerated Framebuffer Device"
            Driver "vivante"
            Option          "fbdev"         "/dev/fb0"
            Option          "vivante_fbdev" "/dev/fb0"
            Option          "HWcursor"      "false"
            Option          "Rotate"        "UD"
    EndSection
    
    It doesnt change anything either...
    How can i rotate 180 degrees hdmi output?
     
  2. Gavin Koh

    Gavin Koh New Member

    Joined:
    Oct 12, 2016
    Messages:
    1
    Likes Received:
    2
    With xrandr, first run the following:
    xrandr -q --verbose

    You should see something like:
    Screen 0: minimum 240 x 240, current 1920 x 1080, maximum 8192 x 8192
    DISP3 BG connected 1920x1080+0+0 (0x40) normal (normal left inverted right x axis yaxis) 0mm x 0mm...

    Next, use:
    xrandr --output "DISP3 BG" --rotate normal/inverted/left/right
     
    Girish and Andrea Rovai like this.
  3. Girish

    Girish New Member

    Joined:
    Nov 27, 2018
    Messages:
    1
    Likes Received:
    0
    Thanks Gavin. That works :)
     

Share This Page