[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Dual Screens on one device (intel)
From:       Alejandro Novotny <alejandro.novotny () gmail ! com>
Date:       2020-02-28 21:22:31
Message-ID: CABwmeJajYv_kjbyn0SmQbAM-SHOAcOw8QLCrxTwQi_iZB5EtaQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I am using ubuntu mate 18.04

I believe it uses lightdm as display manager. I have 2 monitors connected
to the same device (intel hd onboard graphics, with 2 ports, one HDMI, one
VGA).

Because of the nature of the applications I run, I need to have 2 separate
X11 screens. I would need to move the mouse between each, but other than
that they should be independent. I should not be able to move windows
between monitors.

I believe that a setup with one Display, and 2 screens, with one monitor
per screen, would work.

Using the display manager gui app I just get a monitor as extended, and it
is on the same Screen.

   -

   Am I correct that one Display, with 2 screens, with one monitor per
   screen, would do what I want?
   -

   And how would I set it up?

Im following this guide:

http://web.archive.org/web/20130429073111/http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors#Single_graphics_card.2C_Multiple_X_screens_with_ZaphodHeads


also: http://www.odorik.cz/w/linux_multihead
https://askubuntu.com/questions/278115/dual-screen-setup-in-ubuntu-with-intel-hd-graphics
  Xorg: Independent Mode
<https://unix.stackexchange.com/questions/365796/xorg-independent-mode>

this does not mention zaphodheads
https://download.nvidia.com/XFree86/Linux-x86_64/304.137/README/configmultxscreens.html


it seams what i want is called ZaphodHeads - Multiple Screens with the same
device

however the result i get is 2 blank screens only with the text cursor on
the top left corner

it seams to me this is the problem:

[    44.380] (II) intel(0): Output VIRTUAL1 using monitor section MonitorR
[    44.380] (II) intel(0): Enabled output VIRTUAL1
[    44.380] (II) intel(0): EDID for output VIRTUAL1
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): No outputs definitely connected, trying again...
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): Unable to find connected outputs - setting
1024x768 initial framebuffer

My configuration:

Xrandr

$ xrandr

VGA-1 connected (normal left inverted right x axis y axis)
1920x1080     60.00 +    1600x1200     60.00      1680x1050     59.95
1400x1050     59.98      1600x900      60.00      1280x1024     75.02
60.02      1440x900      59.89      1280x960      60.00      1360x768
    59.95      1280x800      74.93    59.81      1152x864      75.00
 59.97      1280x720      60.00      1024x768      75.03    60.00
800x600       75.00    60.32      640x480       75.00    59.94

HDMI-1 connected primary 2560x1080+0+0 (normal left inverted right x
axis y axis) 673mm x 284mm    2560x1080     60.00*+    1920x1080
60.00    50.00    59.94      1920x1080i    60.00    50.00    59.94
 1680x1050     59.88      1600x900      60.00      1280x1024     75.02
60.02      1152x864      75.00      1280x720      60.00    50.00
59.94      1024x768      75.03    60.00      800x600       75.00
60.32      720x576       50.00      720x480       60.00    59.94
640x480       75.00    60.00    59.94      720x400       70.08   DP-1
disconnected (normal left inverted right x axis y axis)

PCI device:

$ lspci | grep -i vga | cut -d " " -f 1

00:02.0

Xorg.conf

$ cat /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "LayoutDual"
    Screen      0  "ScreenR" 0 0
    Screen      1  "ScreenE" RightOf "ScreenR" EndSection

Section "ServerFlags"
    Option      "DefaultServerLayout" "LayoutDual" EndSection

Section "device"
    Identifier "IntelR"
    Driver     "intel"
    Option     "AccelMethod"    "sna"
    Screen     0
    BusId      "PCI:0:2:0"
    Option     "ZaphodHeads"    "HDMI-1"
    #Option     "NoAccel" "true" EndSection

Section "device"
    Identifier "IntelE"
    Driver     "intel"
    Option     "AccelMethod"    "sna"
    Screen     1
    BusId      "PCI:0:2:0"
    Option     "ZaphodHeads"   "VGA-1"
#    Option     "NoAccel" "true" EndSection

Section "Monitor"
    Identifier   "MonitorE"
    VendorName   "Vendor"
    ModelName    "Model"
    Option       "Rotate" "right" EndSection

Section "Monitor"
    Identifier   "MonitorR"
    VendorName   "Vendor"
    ModelName    "Model" EndSection


Section "Screen"
    Identifier "ScreenE"
    Device     "IntelE"
    Monitor    "MonitorE"
    Option     "Rotate" "right"
    DefaultDepth     24
    SubSection "Display"
        Depth     24
    EndSubSection EndSection

Section "Screen"
    Identifier "ScreenR"
    Device     "IntelR"
    Monitor    "MonitorR"
    DefaultDepth     24
#   Option      "DPI" "96 x 96"
    SubSection "Display"
        Depth     24
        Modes "2048x2048"
    EndSubSection EndSection

Xorg log

$ cat /var/log/Xorg.0.log

[    44.028] X Protocol Version 11, Revision 0
[    44.028] Build Operating System: Linux 4.4.0-138-generic x86_64 Ubuntu
[    44.028] Current Operating System: Linux simu 4.15.0-88-generic
#88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64
[    44.028] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-4.15.0-88-generic
root=UUID=54ac0618-2b10-49ee-bca4-d9ba7634ed46 ro quiet splash
vt.handoff=1
[    44.028] Build Date: 25 October 2018  04:11:27PM
[    44.028] xorg-server 2:1.19.6-1ubuntu4.2 (For technical support
please see http://www.ubuntu.com/support)
[    44.028] Current version of pixman: 0.34.0
[    44.028]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    44.028] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.028] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 26
19:59:18 2020
[    44.043] (==) Using config file: "/etc/X11/xorg.conf"
[    44.043] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    44.091] (**) Option "defaultserverlayout" "LayoutDual"
[    44.091] (**) ServerLayout "LayoutDual"
[    44.091] (**) |-->Screen "ScreenR" (0)
[    44.091] (**) |   |-->Monitor "MonitorR"
[    44.091] (**) |   |-->Device "IntelR"
[    44.091] (**) |-->Screen "ScreenE" (1)
[    44.091] (**) |   |-->Monitor "MonitorE"
[    44.091] (**) |   |-->Device "IntelE"
[    44.091] (==) Automatically adding devices
[    44.091] (==) Automatically enabling devices
[    44.091] (==) Automatically adding GPU devices
[    44.091] (==) Automatically binding GPU devices
[    44.091] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    44.103] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    44.103]    Entry deleted from font path.
[    44.103] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[    44.103] (==) ModulePath set to "/usr/lib/xorg/modules"
[    44.103] (II) The server relies on udev to provide the list of
input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    44.103] (II) Loader magic: 0x557171c1d020
[    44.103] (II) Module ABI versions:
[    44.103]    X.Org ANSI C Emulation: 0.4
[    44.103]    X.Org Video Driver: 23.0
[    44.103]    X.Org XInput driver : 24.1
[    44.103]    X.Org Server Extension : 10.0
[    44.104] (++) using VT number 7

[    44.104] (II) systemd-logind: logind integration requires -keeptty
and -keeptty was not provided, disabling logind integration
[    44.104] (II) xfree86: Adding drm device (/dev/dri/card0)
[    44.124] (--) PCI:*(0:0:2:0) 8086:0122:8086:2111 rev 9, Mem @
0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @
0x????????/131072
[    44.124] (II) LoadModule: "glx"
[    44.144] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    44.271] (II) Module glx: vendor="X.Org Foundation"
[    44.271]    compiled for 1.19.6, module version = 1.0.0
[    44.271]    ABI class: X.Org Server Extension, version 10.0
[    44.271] (II) LoadModule: "intel"
[    44.271] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    44.346] (II) Module intel: vendor="X.Org Foundation"
[    44.346]    compiled for 1.19.5, module version = 2.99.917
[    44.346]    Module class: X.Org Video Driver
[    44.346]    ABI class: X.Org Video Driver, version 23.0
[    44.346] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    44.346] (II) intel: Driver for Intel(R) HD Graphics
[    44.346] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    44.346] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    44.368] (II) intel(0): Using Kernel Mode Setting driver: i915,
version 1.6.0 20171023
[    44.368] (II) intel(0): SNA compiled: xserver-xorg-video-intel
2:2.99.917+git20171229-1 (Timo Aaltonen <tjaalton@debian.org>)
[    44.368] (II) intel(0): SNA compiled for use with valgrind
[    44.379] (II) intel(1): Using Kernel Mode Setting driver: i915,
version 1.6.0 20171023
[    44.379] (II) intel(1): SNA compiled: xserver-xorg-video-intel
2:2.99.917+git20171229-1 (Timo Aaltonen <tjaalton@debian.org>)
[    44.379] (II) intel(1): SNA compiled for use with valgrind
[    44.379] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD
Graphics 3000
[    44.379] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1,
sse4.2, avx; using a maximum of 4 threads
[    44.379] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    44.379] (==) intel(0): RGB weight 888
[    44.379] (==) intel(0): Default visual is TrueColor
[    44.379] (**) intel(0): Option "AccelMethod" "sna"
[    44.379] (**) intel(0): Option "ZaphodHeads" "HDMI-1"
[    44.380] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    44.380] (II) intel(0): Output VIRTUAL1 using monitor section MonitorR
[    44.380] (II) intel(0): Enabled output VIRTUAL1
[    44.380] (II) intel(0): EDID for output VIRTUAL1
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): No outputs definitely connected, trying again...
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): Unable to find connected outputs - setting
1024x768 initial framebuffer
[    44.380] (==) intel(0): TearFree disabled
[    44.380] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    44.380] (==) intel(0): DPI set to (96, 96)
[    44.380] (II) Loading sub module "dri3"
[    44.380] (II) LoadModule: "dri3"
[    44.380] (II) Module "dri3" already built-in
[    44.380] (II) Loading sub module "dri2"
[    44.380] (II) LoadModule: "dri2"
[    44.380] (II) Module "dri2" already built-in
[    44.380] (II) Loading sub module "present"
[    44.380] (II) LoadModule: "present"
[    44.380] (II) Module "present" already built-in
[    44.380] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD
Graphics 3000
[    44.380] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1,
sse4.2, avx; using a maximum of 4 threads
[    44.380] (**) intel(1): Depth 24, (--) framebuffer bpp 32
[    44.380] (==) intel(1): RGB weight 888
[    44.380] (==) intel(1): Default visual is TrueColor
[    44.380] (**) intel(1): Option "AccelMethod" "sna"
[    44.380] (**) intel(1): Option "ZaphodHeads" "VGA-1"
[    44.380] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[    44.380] (II) intel(1): Output VIRTUAL1 using monitor section MonitorE
[    44.381] (**) intel(1): Option "Rotate" "right"
[    44.381] (II) intel(1): Enabled output VIRTUAL1
[    44.381] (II) intel(1): EDID for output VIRTUAL1
[    44.381] (II) intel(1): Output VIRTUAL1 disconnected
[    44.381] (WW) intel(1): No outputs definitely connected, trying again...
[    44.381] (II) intel(1): Output VIRTUAL1 disconnected
[    44.381] (WW) intel(1): Unable to find connected outputs - setting
1024x768 initial framebuffer
[    44.381] (==) intel(1): TearFree disabled
[    44.381] (==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
[    44.381] (==) intel(1): DPI set to (96, 96)
[    44.381] (II) Loading sub module "dri3"
[    44.381] (II) LoadModule: "dri3"
[    44.381] (II) Module "dri3" already built-in
[    44.381] (II) Loading sub module "dri2"
[    44.381] (II) LoadModule: "dri2"
[    44.381] (II) Module "dri2" already built-in
[    44.381] (II) Loading sub module "present"
[    44.381] (II) LoadModule: "present"
[    44.381] (II) Module "present" already built-in
[    44.381] (==) Depth 24 pixmap format is 32 bpp
[    44.434] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    44.434] (==) intel(0): Backing store enabled
[    44.434] (==) intel(0): Silken mouse enabled
[    44.434] (II) intel(0): HW Cursor enabled
[    44.434] (II) intel(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[    44.434] (==) intel(0): DPMS enabled
[    44.434] (==) intel(0): Display hotplug detection enabled
[    44.434] (II) intel(0): [DRI2] Setup complete
[    44.434] (II) intel(0): [DRI2]   DRI driver: i965
[    44.434] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    44.434] (II) intel(0): direct rendering: DRI2 enabled
[    44.434] (II) intel(0): hardware support for Present enabled
[    44.434] (--) RandR disabled
[    44.434] (II) intel(1): SNA initialized with Sandybridge (gen6, gt2) backend
[    44.434] (==) intel(1): Backing store enabled
[    44.434] (==) intel(1): Silken mouse enabled
[    44.434] (II) intel(1): HW Cursor enabled
[    44.434] (II) intel(1): RandR 1.2 enabled, ignore the following
RandR disabled message.
[    44.434] (==) intel(1): DPMS enabled
[    44.434] (==) intel(1): Display hotplug detection enabled
[    44.434] (II) intel(1): [DRI2] Setup complete
[    44.434] (II) intel(1): [DRI2]   DRI driver: i965
[    44.434] (II) intel(1): [DRI2]   VDPAU driver: va_gl
[    44.434] (II) intel(1): direct rendering: DRI2 enabled
[    44.434] (II) intel(1): hardware support for Present enabled
[    44.434] (WW) intel(1): Option "Rotate" is not used
[    44.434] (--) RandR disabled
[    44.463] (II) SELinux: Disabled on system
[    44.749] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    44.749] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    44.749] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.749] (II) AIGLX: enabled GLX_SGI_swap_control
[    44.749] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    44.749] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    44.749] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    44.749] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    44.749] (II) AIGLX: Loaded and initialized i965
[    44.749] (II) GLX: Initialized DRI2 GL provider for screen 0
[    44.757] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    44.757] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    44.757] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.757] (II) AIGLX: enabled GLX_SGI_swap_control
[    44.757] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    44.757] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    44.757] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    44.757] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    44.757] (II) AIGLX: Loaded and initialized i965
[    44.757] (II) GLX: Initialized DRI2 GL provider for screen 1
[    45.054] (II) config/udev: Adding input device Power Button
(/dev/input/event1)
[    45.054] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    45.054] (II) LoadModule: "libinput"
[    45.054] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    45.095] (II) Module libinput: vendor="X.Org Foundation"
[    45.095]    compiled for 1.19.6, module version = 0.27.1
[    45.095]    Module class: X.Org XInput Driver
[    45.095]    ABI class: X.Org XInput driver, version 24.1
[    45.095] (II) Using input driver 'libinput' for 'Power Button'
[    45.095] (**) Power Button: always reports core events
[    45.095] (**) Option "Device" "/dev/input/event1"
[    45.095] (**) Option "_source" "server/udev"
[    45.095] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    45.095] (II) event1  - Power Button: device is a keyboard
[    45.095] (II) event1  - Power Button: device removed
[    45.108] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    45.108] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 6)
[    45.108] (**) Option "xkb_model" "pc105"
[    45.108] (**) Option "xkb_layout" "us"
[    45.108] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    45.108] (II) event1  - Power Button: device is a keyboard
[    45.109] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    45.109] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    45.109] (II) Using input driver 'libinput' for 'Video Bus'
[    45.109] (**) Video Bus: always reports core events
[    45.109] (**) Option "Device" "/dev/input/event2"
[    45.109] (**) Option "_source" "server/udev"
[    45.109] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    45.109] (II) event2  - Video Bus: device is a keyboard
[    45.109] (II) event2  - Video Bus: device removed
[    45.124] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
 [    45.124] (II) XINPUT: Adding extended input device "Video Bus"
(type: KEYBOARD, id 7)
[    45.124] (**) Option "xkb_model" "pc105"
[    45.124] (**) Option "xkb_layout" "us"
[    45.124] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    45.124] (II) event2  - Video Bus: device is a keyboard
[    45.125] (II) config/udev: Adding input device Power Button
(/dev/input/event0)
[    45.125] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    45.125] (II) Using input driver 'libinput' for 'Power Button'
[    45.125] (**) Power Button: always reports core events
[    45.125] (**) Option "Device" "/dev/input/event0"
[    45.125] (**) Option "_source" "server/udev"
[    45.126] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    45.126] (II) event0  - Power Button: device is a keyboard
[    45.126] (II) event0  - Power Button: device removed
[    45.140] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    45.140] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 8)
[    45.140] (**) Option "xkb_model" "pc105"
[    45.140] (**) Option "xkb_layout" "us"
[    45.141] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    45.141] (II) event0  - Power Button: device is a keyboard
[    45.142] (II) config/udev: Adding input device UC02 UC02 (/dev/input/event3)
[    45.142] (**) UC02 UC02: Applying InputClass "libinput keyboard catchall"
[    45.142] (II) Using input driver 'libinput' for 'UC02 UC02'
[    45.142] (**) UC02 UC02: always reports core events
[    45.142] (**) Option "Device" "/dev/input/event3"
[    45.142] (**) Option "_source" "server/udev"
[    45.143] (II) event3  - UC02 UC02: is tagged by udev as: Keyboard
[    45.143] (II) event3  - UC02 UC02: device is a keyboard
[    45.143] (II) event3  - UC02 UC02: device removed
[    45.156] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.3/0003:0000:0000.0001/input/input3/event3"
 [    45.156] (II) XINPUT: Adding extended input device "UC02 UC02"
(type: KEYBOARD, id 9)
[    45.156] (**) Option "xkb_model" "pc105"
[    45.156] (**) Option "xkb_layout" "us"
[    45.157] (II) event3  - UC02 UC02: is tagged by udev as: Keyboard
[    45.157] (II) event3  - UC02 UC02: device is a keyboard
[    45.157] (II) config/udev: Adding input device HDA Intel PCH Front
Headphone (/dev/input/event10)
[    45.157] (II) No input driver specified, ignoring this device.
[    45.157] (II) This device may have been added with another device file.
[    45.158] (II) config/udev: Adding input device HDA Intel PCH
HDMI/DP,pcm=3 (/dev/input/event11)
[    45.158] (II) No input driver specified, ignoring this device.
[    45.158] (II) This device may have been added with another device file.
[    45.158] (II) config/udev: Adding input device HDA Intel PCH Front
Mic (/dev/input/event6)
[    45.158] (II) No input driver specified, ignoring this device.
[    45.158] (II) This device may have been added with another device file.
[    45.159] (II) config/udev: Adding input device HDA Intel PCH Rear
Mic (/dev/input/event7)
[    45.159] (II) No input driver specified, ignoring this device.
[    45.159] (II) This device may have been added with another device file.
[    45.159] (II) config/udev: Adding input device HDA Intel PCH Line
(/dev/input/event8)
[    45.160] (II) No input driver specified, ignoring this device.
[    45.160] (II) This device may have been added with another device file.
[    45.160] (II) config/udev: Adding input device HDA Intel PCH Line
Out (/dev/input/event9)
[    45.160] (II) No input driver specified, ignoring this device.
[    45.160] (II) This device may have been added with another device file.
[    45.161] (II) config/udev: Adding input device Telink Wireless
Receiver (/dev/input/event4)
[    45.161] (**) Telink Wireless Receiver: Applying InputClass
"libinput pointer catchall"
[    45.161] (**) Telink Wireless Receiver: Applying InputClass
"libinput keyboard catchall"
[    45.161] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[    45.161] (**) Telink Wireless Receiver: always reports core events
[    45.161] (**) Option "Device" "/dev/input/event4"
[    45.161] (**) Option "_source" "server/udev"
[    45.162] (II) event4  - Telink Wireless Receiver: is tagged by
udev as: Keyboard Mouse
[    45.162] (II) event4  - Telink Wireless Receiver: device is a pointer
[    45.162] (II) event4  - Telink Wireless Receiver: device is a keyboard
[    45.162] (II) event4  - Telink Wireless Receiver: device removed
[    45.180] (II) libinput: Telink Wireless Receiver: needs a virtual subdevice
[    45.180] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:248A:8367.0002/input/input4/event4"
 [    45.180] (II) XINPUT: Adding extended input device "Telink
Wireless Receiver" (type: MOUSE, id 10)
[    45.180] (**) Option "AccelerationScheme" "none"
[    45.180] (**) Telink Wireless Receiver: (accel) selected scheme none/0
[    45.180] (**) Telink Wireless Receiver: (accel) acceleration factor: 2.000
[    45.180] (**) Telink Wireless Receiver: (accel) acceleration threshold: 4
[    45.181] (II) event4  - Telink Wireless Receiver: is tagged by
udev as: Keyboard Mouse
[    45.181] (II) event4  - Telink Wireless Receiver: device is a pointer
[    45.181] (II) event4  - Telink Wireless Receiver: device is a keyboard
[    45.182] (II) config/udev: Adding input device Telink Wireless
Receiver (/dev/input/mouse0)
[    45.182] (II) No input driver specified, ignoring this device.
[    45.182] (II) This device may have been added with another device file.
[    45.183] (II) config/udev: Adding input device Telink Wireless
Receiver (/dev/input/event5)
[    45.183] (**) Telink Wireless Receiver: Applying InputClass
"libinput keyboard catchall"
[    45.183] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[    45.183] (**) Telink Wireless Receiver: always reports core events
[    45.183] (**) Option "Device" "/dev/input/event5"
[    45.183] (**) Option "_source" "server/udev"
[    45.184] (II) event5  - Telink Wireless Receiver: is tagged by
udev as: Keyboard
[    45.184] (II) event5  - Telink Wireless Receiver: device is a keyboard
[    45.184] (II) event5  - Telink Wireless Receiver: device removed
[    45.204] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:248A:8367.0003/input/input5/event5"
 [    45.204] (II) XINPUT: Adding extended input device "Telink
Wireless Receiver" (type: KEYBOARD, id 11)
[    45.204] (**) Option "xkb_model" "pc105"
[    45.204] (**) Option "xkb_layout" "us"
[    45.205] (II) event5  - Telink Wireless Receiver: is tagged by
udev as: Keyboard
[    45.205] (II) event5  - Telink Wireless Receiver: device is a keyboard
[    45.213] (**) Telink Wireless Receiver: Applying InputClass
"libinput pointer catchall"
[    45.213] (**) Telink Wireless Receiver: Applying InputClass
"libinput keyboard catchall"
[    45.213] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[    45.213] (**) Telink Wireless Receiver: always reports core events
[    45.213] (**) Option "Device" "/dev/input/event4"
[    45.213] (**) Option "_source" "_driver/libinput"
[    45.213] (II) libinput: Telink Wireless Receiver: is a virtual subdevice
[    45.213] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:248A:8367.0002/input/input4/event4"
 [    45.213] (II) XINPUT: Adding extended input device "Telink
Wireless Receiver" (type: KEYBOARD, id 12)
[    45.213] (**) Option "xkb_model" "pc105"
[    45.213] (**) Option "xkb_layout" "us"

The 2 screens are black with the cursor in the top left corner

Do i need to configure lightdm to accept this?

Thanks


[Attachment #5 (text/html)]

<div dir="ltr">I<span style="color:rgb(36,39,41);font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px">  </span><span \
style="color:rgb(36,39,41);font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px">am using ubuntu mate 18.04</span><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">I \
believe it uses lightdm as display manager. I have 2 monitors connected to the same \
device (intel hd onboard graphics, with 2 ports, one HDMI, one VGA).</p><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Because \
of the nature of the applications I run, I need to have 2 separate X11 screens. I \
would need to move the mouse between each, but other than that they should be \
independent. I should not be able to move windows between monitors.</p><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">I \
believe that a setup with one Display, and 2 screens, with one monitor per screen, \
would work.</p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Using \
the display manager gui app I just get a monitor as extended, and it is on the same \
Screen.</p><ul style="margin:0px 0px 1em \
30px;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;list-style-position:initial;box-sizing:inherit;color:rgb(36,39,41)"><li \
style="margin:0px 0px \
0.5em;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inher \
it;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline;box-sizing:inherit"><p \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline;box-sizing:inherit;clear:both">Am \
I correct that one Display, with 2 screens, with one monitor per screen, would do \
what I want?</p></li><li \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline;box-sizing:inherit"><p \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline;box-sizing:inherit;clear:both">And \
how would I set it up?</p></li></ul><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Im \
following this guide:</p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)"><a \
href="http://web.archive.org/web/20130429073111/http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors#Single_graphics_card.2C_Multiple_X_screens_with_ZaphodHeads" \
rel="nofollow noreferrer" \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-a \
lign:baseline;box-sizing:inherit;color:rgb(6,22,33)">http://web.archive.org/web/201304 \
29073111/http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors#Single_graphics_card.2C_Multiple_X_screens_with_ZaphodHeads</a></p><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">also: \
<a href="http://www.odorik.cz/w/linux_multihead" rel="nofollow noreferrer" \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-a \
lign:baseline;box-sizing:inherit;color:rgb(6,22,33)">http://www.odorik.cz/w/linux_multihead</a> \
<a href="https://askubuntu.com/questions/278115/dual-screen-setup-in-ubuntu-with-intel-hd-graphics" \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-a \
lign:baseline;box-sizing:inherit;color:rgb(6,22,33)">https://askubuntu.com/questions/278115/dual-screen-setup-in-ubuntu-with-intel-hd-graphics</a> \
<a href="https://unix.stackexchange.com/questions/365796/xorg-independent-mode" \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline;box-sizing:inherit;color:rgb(6,22,33)">Xorg: \
Independent Mode</a></p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">this \
does not mention zaphodheads  <a \
href="https://download.nvidia.com/XFree86/Linux-x86_64/304.137/README/configmultxscreens.html" \
rel="nofollow noreferrer" \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-a \
lign:baseline;box-sizing:inherit;color:rgb(6,22,33)">https://download.nvidia.com/XFree86/Linux-x86_64/304.137/README/configmultxscreens.html</a></p><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">it \
seams what i want is called ZaphodHeads - Multiple Screens with the same device</p><p \
style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">however \
the result i get is 2 blank screens only with the text cursor on the top left \
corner</p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">it \
seams to me this is the problem:</p><pre \
style="margin-top:0px;margin-bottom:1em;padding:12px \
8px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inher \
it;width:auto;max-height:600px;overflow:auto;border-radius:3px;color:rgb(36,39,41)"><code \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;vertical-align:baseline;box-sizing:inherit;white-space:inherit">[ \
44.380] (II) intel(0): Output VIRTUAL1 using monitor section MonitorR [    44.380] \
(II) intel(0): Enabled output VIRTUAL1 [    44.380] (II) intel(0): EDID for output \
VIRTUAL1 [    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): No outputs definitely connected, trying again...
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): Unable to find connected outputs - setting 1024x768 \
initial framebuffer </code></pre><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">My \
configuration:</p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Xrandr</p><pre \
style="margin-top:0px;margin-bottom:1em;padding:12px \
8px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inher \
it;width:auto;max-height:600px;overflow:auto;border-radius:3px;color:rgb(36,39,41)"><code \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;vertical-align:baseline;box-sizing:inherit;white-space:inherit">$ \
xrandr

VGA-1 connected (normal left inverted right x axis y axis)    1920x1080     60.00 +   \
1600x1200     60.00      1680x1050     59.95  1400x1050     59.98      1600x900      \
60.00      1280x1024     75.02  60.02      1440x900      59.89      1280x960      \
60.00      1360x768      59.95      1280x800      74.93    59.81      1152x864      \
75.00    59.97      1280x720      60.00      1024x768      75.03    60.00      \
800x600       75.00    60.32      640x480       75.00    59.94 

HDMI-1 connected primary 2560x1080+0+0 (normal left inverted right x axis y axis) \
673mm x 284mm    2560x1080     60.00*+    1920x1080     60.00    50.00    59.94      \
1920x1080i    60.00    50.00    59.94      1680x1050     59.88      1600x900      \
60.00      1280x1024     75.02  60.02      1152x864      75.00      1280x720      \
60.00    50.00    59.94      1024x768      75.03    60.00      800x600       75.00    \
60.32      720x576       50.00      720x480       60.00    59.94      640x480       \
75.00    60.00    59.94      720x400       70.08   DP-1 disconnected (normal left \
inverted right x axis y axis) </code></pre><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">PCI \
device:</p><pre style="margin-top:0px;margin-bottom:1em;padding:12px \
8px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inher \
it;width:auto;max-height:600px;overflow:auto;border-radius:3px;color:rgb(36,39,41)"><code \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;vertical-align:baseline;box-sizing:inherit;white-space:inherit">$ \
lspci | grep -i vga | cut -d &quot; &quot; -f 1 

00:02.0
</code></pre><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Xorg.conf</p><pre \
style="margin-top:0px;margin-bottom:1em;padding:12px \
8px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inher \
it;width:auto;max-height:600px;overflow:auto;border-radius:3px;color:rgb(36,39,41)"><code \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;vertical-align:baseline;box-sizing:inherit;white-space:inherit">$ \
cat /etc/X11/xorg.conf

Section &quot;ServerLayout&quot;
    Identifier     &quot;LayoutDual&quot;
    Screen      0  &quot;ScreenR&quot; 0 0
    Screen      1  &quot;ScreenE&quot; RightOf &quot;ScreenR&quot; EndSection

Section &quot;ServerFlags&quot;
    Option      &quot;DefaultServerLayout&quot; &quot;LayoutDual&quot; EndSection

Section &quot;device&quot;
    Identifier &quot;IntelR&quot;
    Driver     &quot;intel&quot;
    Option     &quot;AccelMethod&quot;    &quot;sna&quot;
    Screen     0
    BusId      &quot;PCI:0:2:0&quot;
    Option     &quot;ZaphodHeads&quot;    &quot;HDMI-1&quot;
    #Option     &quot;NoAccel&quot; &quot;true&quot; EndSection

Section &quot;device&quot;
    Identifier &quot;IntelE&quot;
    Driver     &quot;intel&quot;
    Option     &quot;AccelMethod&quot;    &quot;sna&quot;
    Screen     1
    BusId      &quot;PCI:0:2:0&quot;
    Option     &quot;ZaphodHeads&quot;   &quot;VGA-1&quot;
#    Option     &quot;NoAccel&quot; &quot;true&quot; EndSection

Section &quot;Monitor&quot;
    Identifier   &quot;MonitorE&quot;
    VendorName   &quot;Vendor&quot;
    ModelName    &quot;Model&quot;
    Option       &quot;Rotate&quot; &quot;right&quot; EndSection

Section &quot;Monitor&quot;
    Identifier   &quot;MonitorR&quot;
    VendorName   &quot;Vendor&quot;
    ModelName    &quot;Model&quot; EndSection


Section &quot;Screen&quot;
    Identifier &quot;ScreenE&quot;
    Device     &quot;IntelE&quot;
    Monitor    &quot;MonitorE&quot;
    Option     &quot;Rotate&quot; &quot;right&quot;
    DefaultDepth     24
    SubSection &quot;Display&quot;
        Depth     24
    EndSubSection EndSection

Section &quot;Screen&quot;
    Identifier &quot;ScreenR&quot;
    Device     &quot;IntelR&quot;
    Monitor    &quot;MonitorR&quot;
    DefaultDepth     24
#   Option      &quot;DPI&quot; &quot;96 x 96&quot;
    SubSection &quot;Display&quot;
        Depth     24
        Modes &quot;2048x2048&quot;
    EndSubSection EndSection
</code></pre><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Xorg \
log</p><pre style="margin-top:0px;margin-bottom:1em;padding:12px \
8px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inher \
it;width:auto;max-height:600px;overflow:auto;border-radius:3px;color:rgb(36,39,41)"><code \
style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font- \
weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,&quot;Lucida \
Console&quot;,&quot;Liberation Mono&quot;,&quot;DejaVu Sans \
Mono&quot;,&quot;Bitstream Vera Sans Mono&quot;,&quot;Courier \
New&quot;,monospace,sans-serif;vertical-align:baseline;box-sizing:inherit;white-space:inherit">$ \
cat /var/log/Xorg.0.log

[    44.028] X Protocol Version 11, Revision 0
[    44.028] Build Operating System: Linux 4.4.0-138-generic x86_64 Ubuntu
[    44.028] Current Operating System: Linux simu 4.15.0-88-generic #88-Ubuntu SMP \
Tue Feb 11 20:11:34 UTC 2020 x86_64 [    44.028] Kernel command line: \
BOOT_IMAGE=/boot/vmlinuz-4.15.0-88-generic \
root=UUID=54ac0618-2b10-49ee-bca4-d9ba7634ed46 ro quiet splash vt.handoff=1 [    \
44.028] Build Date: 25 October 2018  04:11:27PM [    44.028] xorg-server \
2:1.19.6-1ubuntu4.2 (For technical support please see <a \
href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a>)  [    44.028] \
Current version of pixman: 0.34.0 [    44.028]    Before reporting problems, check <a \
href="http://wiki.x.org">http://wiki.x.org</a>  to make sure that you have the latest \
version. [    44.028] Markers: (--) probed, (**) from config file, (==) default \
setting,  (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.028] (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Wed Feb 26 \
19:59:18 2020 [    44.043] (==) Using config file: &quot;/etc/X11/xorg.conf&quot;
[    44.043] (==) Using system config directory \
&quot;/usr/share/X11/xorg.conf.d&quot; [    44.091] (**) Option \
&quot;defaultserverlayout&quot; &quot;LayoutDual&quot; [    44.091] (**) ServerLayout \
&quot;LayoutDual&quot; [    44.091] (**) |--&gt;Screen &quot;ScreenR&quot; (0)
[    44.091] (**) |   |--&gt;Monitor &quot;MonitorR&quot;
[    44.091] (**) |   |--&gt;Device &quot;IntelR&quot;
[    44.091] (**) |--&gt;Screen &quot;ScreenE&quot; (1)
[    44.091] (**) |   |--&gt;Monitor &quot;MonitorE&quot;
[    44.091] (**) |   |--&gt;Device &quot;IntelE&quot;
[    44.091] (==) Automatically adding devices
[    44.091] (==) Automatically enabling devices
[    44.091] (==) Automatically adding GPU devices
[    44.091] (==) Automatically binding GPU devices
[    44.091] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    44.103] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not \
exist. [    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory &quot;/usr/share/fonts/X11/100dpi/&quot; does not \
exist. [    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory &quot;/usr/share/fonts/X11/75dpi/&quot; does not \
exist. [    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory &quot;/usr/share/fonts/X11/100dpi&quot; does not \
exist. [    44.103]    Entry deleted from font path.
[    44.103] (WW) The directory &quot;/usr/share/fonts/X11/75dpi&quot; does not \
exist. [    44.103]    Entry deleted from font path.
[    44.103] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[    44.103] (==) ModulePath set to &quot;/usr/lib/xorg/modules&quot;
[    44.103] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    44.103] (II) Loader magic: 0x557171c1d020
[    44.103] (II) Module ABI versions:
[    44.103]    X.Org ANSI C Emulation: 0.4
[    44.103]    X.Org Video Driver: 23.0
[    44.103]    X.Org XInput driver : 24.1
[    44.103]    X.Org Server Extension : 10.0
[    44.104] (++) using VT number 7

[    44.104] (II) systemd-logind: logind integration requires -keeptty and -keeptty \
was not provided, disabling logind integration [    44.104] (II) xfree86: Adding drm \
device (/dev/dri/card0) [    44.124] (--) PCI:*(0:0:2:0) 8086:0122:8086:2111 rev 9, \
Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ \
0x????????/131072 [    44.124] (II) LoadModule: &quot;glx&quot;
[    44.144] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    44.271] (II) Module glx: vendor=&quot;X.Org Foundation&quot;
[    44.271]    compiled for 1.19.6, module version = 1.0.0
[    44.271]    ABI class: X.Org Server Extension, version 10.0
[    44.271] (II) LoadModule: &quot;intel&quot;
[    44.271] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    44.346] (II) Module intel: vendor=&quot;X.Org Foundation&quot;
[    44.346]    compiled for 1.19.5, module version = 2.99.917
[    44.346]    Module class: X.Org Video Driver
[    44.346]    ABI class: X.Org Video Driver, version 23.0
[    44.346] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    44.346] (II) intel: Driver for Intel(R) HD Graphics
[    44.346] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    44.346] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    44.368] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 \
20171023 [    44.368] (II) intel(0): SNA compiled: xserver-xorg-video-intel \
2:2.99.917+git20171229-1 (Timo Aaltonen &lt;<a \
href="mailto:tjaalton@debian.org">tjaalton@debian.org</a>&gt;) [    44.368] (II) \
intel(0): SNA compiled for use with valgrind [    44.379] (II) intel(1): Using Kernel \
Mode Setting driver: i915, version 1.6.0 20171023 [    44.379] (II) intel(1): SNA \
compiled: xserver-xorg-video-intel 2:2.99.917+git20171229-1 (Timo Aaltonen &lt;<a \
href="mailto:tjaalton@debian.org">tjaalton@debian.org</a>&gt;) [    44.379] (II) \
intel(1): SNA compiled for use with valgrind [    44.379] (--) intel(0): Integrated \
Graphics Chipset: Intel(R) HD Graphics 3000 [    44.379] (--) intel(0): CPU: x86-64, \
sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads [    44.379] \
(**) intel(0): Depth 24, (--) framebuffer bpp 32 [    44.379] (==) intel(0): RGB \
weight 888 [    44.379] (==) intel(0): Default visual is TrueColor
[    44.379] (**) intel(0): Option &quot;AccelMethod&quot; &quot;sna&quot;
[    44.379] (**) intel(0): Option &quot;ZaphodHeads&quot; &quot;HDMI-1&quot;
[    44.380] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    44.380] (II) intel(0): Output VIRTUAL1 using monitor section MonitorR
[    44.380] (II) intel(0): Enabled output VIRTUAL1
[    44.380] (II) intel(0): EDID for output VIRTUAL1
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): No outputs definitely connected, trying again...
[    44.380] (II) intel(0): Output VIRTUAL1 disconnected
[    44.380] (WW) intel(0): Unable to find connected outputs - setting 1024x768 \
initial framebuffer [    44.380] (==) intel(0): TearFree disabled
[    44.380] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    44.380] (==) intel(0): DPI set to (96, 96)
[    44.380] (II) Loading sub module &quot;dri3&quot;
[    44.380] (II) LoadModule: &quot;dri3&quot;
[    44.380] (II) Module &quot;dri3&quot; already built-in
[    44.380] (II) Loading sub module &quot;dri2&quot;
[    44.380] (II) LoadModule: &quot;dri2&quot;
[    44.380] (II) Module &quot;dri2&quot; already built-in
[    44.380] (II) Loading sub module &quot;present&quot;
[    44.380] (II) LoadModule: &quot;present&quot;
[    44.380] (II) Module &quot;present&quot; already built-in
[    44.380] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[    44.380] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; \
using a maximum of 4 threads [    44.380] (**) intel(1): Depth 24, (--) framebuffer \
bpp 32 [    44.380] (==) intel(1): RGB weight 888
[    44.380] (==) intel(1): Default visual is TrueColor
[    44.380] (**) intel(1): Option &quot;AccelMethod&quot; &quot;sna&quot;
[    44.380] (**) intel(1): Option &quot;ZaphodHeads&quot; &quot;VGA-1&quot;
[    44.380] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[    44.380] (II) intel(1): Output VIRTUAL1 using monitor section MonitorE
[    44.381] (**) intel(1): Option &quot;Rotate&quot; &quot;right&quot;
[    44.381] (II) intel(1): Enabled output VIRTUAL1
[    44.381] (II) intel(1): EDID for output VIRTUAL1
[    44.381] (II) intel(1): Output VIRTUAL1 disconnected
[    44.381] (WW) intel(1): No outputs definitely connected, trying again...
[    44.381] (II) intel(1): Output VIRTUAL1 disconnected
[    44.381] (WW) intel(1): Unable to find connected outputs - setting 1024x768 \
initial framebuffer [    44.381] (==) intel(1): TearFree disabled
[    44.381] (==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
[    44.381] (==) intel(1): DPI set to (96, 96)
[    44.381] (II) Loading sub module &quot;dri3&quot;
[    44.381] (II) LoadModule: &quot;dri3&quot;
[    44.381] (II) Module &quot;dri3&quot; already built-in
[    44.381] (II) Loading sub module &quot;dri2&quot;
[    44.381] (II) LoadModule: &quot;dri2&quot;
[    44.381] (II) Module &quot;dri2&quot; already built-in
[    44.381] (II) Loading sub module &quot;present&quot;
[    44.381] (II) LoadModule: &quot;present&quot;
[    44.381] (II) Module &quot;present&quot; already built-in
[    44.381] (==) Depth 24 pixmap format is 32 bpp
[    44.434] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    44.434] (==) intel(0): Backing store enabled
[    44.434] (==) intel(0): Silken mouse enabled
[    44.434] (II) intel(0): HW Cursor enabled
[    44.434] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled \
message. [    44.434] (==) intel(0): DPMS enabled
[    44.434] (==) intel(0): Display hotplug detection enabled
[    44.434] (II) intel(0): [DRI2] Setup complete
[    44.434] (II) intel(0): [DRI2]   DRI driver: i965
[    44.434] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    44.434] (II) intel(0): direct rendering: DRI2 enabled
[    44.434] (II) intel(0): hardware support for Present enabled
[    44.434] (--) RandR disabled
[    44.434] (II) intel(1): SNA initialized with Sandybridge (gen6, gt2) backend
[    44.434] (==) intel(1): Backing store enabled
[    44.434] (==) intel(1): Silken mouse enabled
[    44.434] (II) intel(1): HW Cursor enabled
[    44.434] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled \
message. [    44.434] (==) intel(1): DPMS enabled
[    44.434] (==) intel(1): Display hotplug detection enabled
[    44.434] (II) intel(1): [DRI2] Setup complete
[    44.434] (II) intel(1): [DRI2]   DRI driver: i965
[    44.434] (II) intel(1): [DRI2]   VDPAU driver: va_gl
[    44.434] (II) intel(1): direct rendering: DRI2 enabled
[    44.434] (II) intel(1): hardware support for Present enabled
[    44.434] (WW) intel(1): Option &quot;Rotate&quot; is not used
[    44.434] (--) RandR disabled
[    44.463] (II) SELinux: Disabled on system
[    44.749] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    44.749] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    44.749] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.749] (II) AIGLX: enabled GLX_SGI_swap_control
[    44.749] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    44.749] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    44.749] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    44.749] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.749] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    44.749] (II) AIGLX: Loaded and initialized i965
[    44.749] (II) GLX: Initialized DRI2 GL provider for screen 0
[    44.757] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    44.757] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    44.757] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.757] (II) AIGLX: enabled GLX_SGI_swap_control
[    44.757] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    44.757] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    44.757] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    44.757] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.757] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    44.757] (II) AIGLX: Loaded and initialized i965
[    44.757] (II) GLX: Initialized DRI2 GL provider for screen 1
[    45.054] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    45.054] (**) Power Button: Applying InputClass &quot;libinput keyboard \
catchall&quot; [    45.054] (II) LoadModule: &quot;libinput&quot;
[    45.054] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    45.095] (II) Module libinput: vendor=&quot;X.Org Foundation&quot;
[    45.095]    compiled for 1.19.6, module version = 0.27.1
[    45.095]    Module class: X.Org XInput Driver
[    45.095]    ABI class: X.Org XInput driver, version 24.1
[    45.095] (II) Using input driver &#39;libinput&#39; for &#39;Power Button&#39;
[    45.095] (**) Power Button: always reports core events
[    45.095] (**) Option &quot;Device&quot; &quot;/dev/input/event1&quot;
[    45.095] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    45.095] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    45.095] (II) event1  - Power Button: device is a keyboard
[    45.095] (II) event1  - Power Button: device removed
[    45.108] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1&quot; [    \
45.108] (II) XINPUT: Adding extended input device &quot;Power Button&quot; (type: \
KEYBOARD, id 6) [    45.108] (**) Option &quot;xkb_model&quot; &quot;pc105&quot;
[    45.108] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
[    45.108] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    45.108] (II) event1  - Power Button: device is a keyboard
[    45.109] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    45.109] (**) Video Bus: Applying InputClass &quot;libinput keyboard \
catchall&quot; [    45.109] (II) Using input driver &#39;libinput&#39; for &#39;Video \
Bus&#39; [    45.109] (**) Video Bus: always reports core events
[    45.109] (**) Option &quot;Device&quot; &quot;/dev/input/event2&quot;
[    45.109] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    45.109] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    45.109] (II) event2  - Video Bus: device is a keyboard
[    45.109] (II) event2  - Video Bus: device removed
[    45.124] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2&quot;
 [    45.124] (II) XINPUT: Adding extended input device &quot;Video Bus&quot; (type: \
KEYBOARD, id 7) [    45.124] (**) Option &quot;xkb_model&quot; &quot;pc105&quot;
[    45.124] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
[    45.124] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    45.124] (II) event2  - Video Bus: device is a keyboard
[    45.125] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    45.125] (**) Power Button: Applying InputClass &quot;libinput keyboard \
catchall&quot; [    45.125] (II) Using input driver &#39;libinput&#39; for &#39;Power \
Button&#39; [    45.125] (**) Power Button: always reports core events
[    45.125] (**) Option &quot;Device&quot; &quot;/dev/input/event0&quot;
[    45.125] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    45.126] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    45.126] (II) event0  - Power Button: device is a keyboard
[    45.126] (II) event0  - Power Button: device removed
[    45.140] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0&quot; \
[    45.140] (II) XINPUT: Adding extended input device &quot;Power Button&quot; \
(type: KEYBOARD, id 8) [    45.140] (**) Option &quot;xkb_model&quot; \
&quot;pc105&quot; [    45.140] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
[    45.141] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    45.141] (II) event0  - Power Button: device is a keyboard
[    45.142] (II) config/udev: Adding input device UC02 UC02 (/dev/input/event3)
[    45.142] (**) UC02 UC02: Applying InputClass &quot;libinput keyboard \
catchall&quot; [    45.142] (II) Using input driver &#39;libinput&#39; for &#39;UC02 \
UC02&#39; [    45.142] (**) UC02 UC02: always reports core events
[    45.142] (**) Option &quot;Device&quot; &quot;/dev/input/event3&quot;
[    45.142] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    45.143] (II) event3  - UC02 UC02: is tagged by udev as: Keyboard
[    45.143] (II) event3  - UC02 UC02: device is a keyboard
[    45.143] (II) event3  - UC02 UC02: device removed
[    45.156] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.3/0003:0000:0000.0001/input/input3/event3&quot;
 [    45.156] (II) XINPUT: Adding extended input device &quot;UC02 UC02&quot; (type: \
KEYBOARD, id 9) [    45.156] (**) Option &quot;xkb_model&quot; &quot;pc105&quot;
[    45.156] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
[    45.157] (II) event3  - UC02 UC02: is tagged by udev as: Keyboard
[    45.157] (II) event3  - UC02 UC02: device is a keyboard
[    45.157] (II) config/udev: Adding input device HDA Intel PCH Front Headphone \
(/dev/input/event10) [    45.157] (II) No input driver specified, ignoring this \
device. [    45.157] (II) This device may have been added with another device file.
[    45.158] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 \
(/dev/input/event11) [    45.158] (II) No input driver specified, ignoring this \
device. [    45.158] (II) This device may have been added with another device file.
[    45.158] (II) config/udev: Adding input device HDA Intel PCH Front Mic \
(/dev/input/event6) [    45.158] (II) No input driver specified, ignoring this \
device. [    45.158] (II) This device may have been added with another device file.
[    45.159] (II) config/udev: Adding input device HDA Intel PCH Rear Mic \
(/dev/input/event7) [    45.159] (II) No input driver specified, ignoring this \
device. [    45.159] (II) This device may have been added with another device file.
[    45.159] (II) config/udev: Adding input device HDA Intel PCH Line \
(/dev/input/event8) [    45.160] (II) No input driver specified, ignoring this \
device. [    45.160] (II) This device may have been added with another device file.
[    45.160] (II) config/udev: Adding input device HDA Intel PCH Line Out \
(/dev/input/event9) [    45.160] (II) No input driver specified, ignoring this \
device. [    45.160] (II) This device may have been added with another device file.
[    45.161] (II) config/udev: Adding input device Telink Wireless Receiver \
(/dev/input/event4) [    45.161] (**) Telink Wireless Receiver: Applying InputClass \
&quot;libinput pointer catchall&quot; [    45.161] (**) Telink Wireless Receiver: \
Applying InputClass &quot;libinput keyboard catchall&quot; [    45.161] (II) Using \
input driver &#39;libinput&#39; for &#39;Telink Wireless Receiver&#39; [    45.161] \
(**) Telink Wireless Receiver: always reports core events [    45.161] (**) Option \
&quot;Device&quot; &quot;/dev/input/event4&quot; [    45.161] (**) Option \
&quot;_source&quot; &quot;server/udev&quot; [    45.162] (II) event4  - Telink \
Wireless Receiver: is tagged by udev as: Keyboard Mouse [    45.162] (II) event4  - \
Telink Wireless Receiver: device is a pointer [    45.162] (II) event4  - Telink \
Wireless Receiver: device is a keyboard [    45.162] (II) event4  - Telink Wireless \
Receiver: device removed [    45.180] (II) libinput: Telink Wireless Receiver: needs \
a virtual subdevice [    45.180] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:248A:8367.0002/input/input4/event4&quot;
 [    45.180] (II) XINPUT: Adding extended input device &quot;Telink Wireless \
Receiver&quot; (type: MOUSE, id 10) [    45.180] (**) Option \
&quot;AccelerationScheme&quot; &quot;none&quot; [    45.180] (**) Telink Wireless \
Receiver: (accel) selected scheme none/0 [    45.180] (**) Telink Wireless Receiver: \
(accel) acceleration factor: 2.000 [    45.180] (**) Telink Wireless Receiver: \
(accel) acceleration threshold: 4 [    45.181] (II) event4  - Telink Wireless \
Receiver: is tagged by udev as: Keyboard Mouse [    45.181] (II) event4  - Telink \
Wireless Receiver: device is a pointer [    45.181] (II) event4  - Telink Wireless \
Receiver: device is a keyboard [    45.182] (II) config/udev: Adding input device \
Telink Wireless Receiver (/dev/input/mouse0) [    45.182] (II) No input driver \
specified, ignoring this device. [    45.182] (II) This device may have been added \
with another device file. [    45.183] (II) config/udev: Adding input device Telink \
Wireless Receiver (/dev/input/event5) [    45.183] (**) Telink Wireless Receiver: \
Applying InputClass &quot;libinput keyboard catchall&quot; [    45.183] (II) Using \
input driver &#39;libinput&#39; for &#39;Telink Wireless Receiver&#39; [    45.183] \
(**) Telink Wireless Receiver: always reports core events [    45.183] (**) Option \
&quot;Device&quot; &quot;/dev/input/event5&quot; [    45.183] (**) Option \
&quot;_source&quot; &quot;server/udev&quot; [    45.184] (II) event5  - Telink \
Wireless Receiver: is tagged by udev as: Keyboard [    45.184] (II) event5  - Telink \
Wireless Receiver: device is a keyboard [    45.184] (II) event5  - Telink Wireless \
Receiver: device removed [    45.204] (**) Option &quot;config_info&quot; \
&quot;udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:248A:8367.0003/input/input5/event5&quot;
 [    45.204] (II) XINPUT: Adding extended input device &quot;Telink Wireless \
Receiver&quot; (type: KEYBOARD, id 11) [    45.204] (**) Option &quot;xkb_model&quot; \
&quot;pc105&quot; [    45.204] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
[    45.205] (II) event5  - Telink Wireless Receiver: is tagged by udev as: Keyboard
[    45.205] (II) event5  - Telink Wireless Receiver: device is a keyboard
[    45.213] (**) Telink Wireless Receiver: Applying InputClass &quot;libinput \
pointer catchall&quot; [    45.213] (**) Telink Wireless Receiver: Applying \
InputClass &quot;libinput keyboard catchall&quot; [    45.213] (II) Using input \
driver &#39;libinput&#39; for &#39;Telink Wireless Receiver&#39; [    45.213] (**) \
Telink Wireless Receiver: always reports core events [    45.213] (**) Option \
&quot;Device&quot; &quot;/dev/input/event4&quot; [    45.213] (**) Option \
&quot;_source&quot; &quot;_driver/libinput&quot; [    45.213] (II) libinput: Telink \
Wireless Receiver: is a virtual subdevice [    45.213] (**) Option \
&quot;config_info&quot; \
&quot;udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:248A:8367.0002/input/input4/event4&quot;
 [    45.213] (II) XINPUT: Adding extended input device &quot;Telink Wireless \
Receiver&quot; (type: KEYBOARD, id 12) [    45.213] (**) Option &quot;xkb_model&quot; \
&quot;pc105&quot; [    45.213] (**) Option &quot;xkb_layout&quot; &quot;us&quot;
</code></pre><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">The \
2 screens are black with the cursor in the top left corner</p><p style="margin:0px \
0px 1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Do \
i need to configure lightdm to accept this?</p><p style="margin:0px 0px \
1em;padding:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;line-height:inherit;font-family:Arial,&quot;Helvetica \
Neue&quot;,Helvetica,sans-serif;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">Thanks</p></div>




_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic