Dual Screen & LibreELEC

  • Hi
    i have Dual Screen (Nvidia) :
    1- First Screen TV Sony 1080p
    2- Small Screen 800 X 480 (Touch Screen)

    and enable dual in : xorg.conf as here

    but that clone same size in dual screen . How Resize second Screen to 800 X 480 & How Enable Touch Screen ?

  • Remove that xorg.conf, restart, then get me the output of the following command

    Code
    xrandr | pastebinit

    Also, we don't offer touch screen support by default, there may be a touchscreen addon in the repo but I don't know if it has been pushed yet or if it will work for you.

  • = cannot find mode 1600x900

    and i try :
    xrandr --output DVI-I-2 --mode 1920x1080 --output DVI-I-3 --mode 800x480 --same-as DVI-I-2

    but second screen big size
    here my xrandr -q:

    LibreELEC:~ # xrandr -q
    Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 8192 x 8192
    DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
    DVI-I-1 disconnected (normal left inverted right x axis y axis)
    TV-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
    1920x1080 60.00*+ 59.94 50.00 23.97 60.05 60.00 50.04
    1280x1024 60.02
    1280x720 60.00 59.94 50.00
    1024x768 60.00
    800x600 60.32
    720x576 50.00 50.08
    720x480 59.94 60.05
    640x480 59.94 59.93
    DVI-I-3 connected 800x600+0+0 (normal left inverted right x axis y axis) 470mm x 260mm
    800x480 60.00 +
    1920x1080 59.94 50.00 60.05 60.00 50.04
    1280x1024 75.02
    1280x720 59.94 50.00
    1024x768 75.03 70.07 60.00
    800x600 75.00* 72.19 60.32 56.25
    720x576 50.00 50.08
    720x480 59.94 60.05
    640x480 75.00 72.81 59.94
    [hr]
    touchscreen addon work with only if i enable dual in : xorg.conf

    but not work with xrandr option

    any one can make driver for "eGalax touch screen" ?

    here driver linux :
    EETI eGalaxTouch Drivers for Linux
    eGTouch_v2.5.5814.L-ma.tar.gz

    here dis for OL :
    Engineering(DIY): OpenElec with support for eGalax touch screen

    i use : LibreELEC-Generic.x86_64-7.90.008

    Edited once, last by asmar (November 14, 2016 at 5:02 AM).