1280x800 resolution on Intel BayTrail minipc

  • Hello,

    I'm trying to set native resolution when viewing on my BenQ MW516 projector.

    Initially it starts with 1920x1080 resolution and does not have 1280x800 in its settings.

    After trying this:

    Code
    xrandr --newmode "1280x800_75.00"  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync
    xrandr --addmode eDP1 "1280x800_75.00"

    I can set this resolution, but the projector says the resolution it gets from pc is 1280x1024, and the optimal is 1280x800.

    This trick previously worked on my other PCs, with intel or nvidia GPUs. How to make it work on this minipc?

    (pp_365007.html?wid=1527929)

    Libreelec version is:

    LibreELEC (official): 8.2.5 (Generic.x86_64)

    Code
    minipc:~ # lspci 
    00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
    00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
    00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
    00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)
    Code
    minipc:~ # dmesg | paste
    http://ix.io/1wbV

    I do not know, why it says eDP1, because the projector is connected to its VGA output.

    Andrius