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?
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:~ # xrandr
Screen 0: minimum 8 x 8, current 1280 x 800, maximum 32767 x 32767
eDP1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1920x1080 64.04 + 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 74.76 70.00 59.98
1600x900 64.00
1280x1024 75.02 60.02
1440x900 59.89
1280x960 60.00
1368x768 64.00
1360x768 59.80 59.96
1280x800 74.93
1152x864 75.00 75.00 70.00 60.00
1280x720 64.00
1024x768 75.03 70.07 60.00
1024x576 64.00
832x624 74.55
960x540 64.00
800x600 72.19 75.00 60.32 56.25
864x486 64.00
640x480 72.81 75.00 59.94
720x405 64.00
640x360 64.00
1280x800_75.00 74.93*
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
minipc:~ #
Display More
I do not know, why it says eDP1, because the projector is connected to its VGA output.
Andrius