VGA (D-SUB) -> HDMI converter only 1024x768p resolution

  • I have an old laptop (Acer One) and I've successfully installed the latest Kodi on it. I bought a VGA to HDMI adapter for it and connected it to the TV. The problem is that I can only set the resolution to 1024x768. (I checked the xrandr output over SSH.)

    When I connect the laptop to an old monitor using a regular VGA cable, I can available Full HD resolution.
    Also, if I connect the adapter to a computer running Windows, Full HD resolution is available as well.
    Do you think there's a solution to this?

  • Go to Best Answer
  • Solved:

    Code
    xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
    
    xrandr --addmode VGA1 "1440x900_60.00"
    
    xrandr --output LVDS1 --off && sleep 1 && xrandr --output VGA1 --mode "1440x900_60.00"