You are not logged in.

#1 2017-03-12 12:58:15

DrNoob
Member
Registered: 2017-03-12
Posts: 11

[SOLVED]Help with multiseat(NVIDIA setup)

Hi,
I've been trying to get a working multiseat for a entirely month, but I can't get it to work properly.
I have followed the arch wiki to get it working, and other pages but I'm still stuck
I have two monitors, and I have a GTX 970(PCI:1:0:0)on PCIe and a GT 710(PCI:6:0:0)on PCI. 970 is connected via DVI and 710 is connected via vga. Anyway, I could change screens and connect them in the other way, but i get the same result. Also, I change my settings in BIOS to make my PCI screen the primary screen, or to do the same with the PCIe one. I'm using a xorg.conf file, and I'm using LightDM also with lightm.conf. I've used algo loginctl to attach stuff. I'm using the nvidia driver, had it by installing it from pacman, not from nvidia webpage. What happens now is that, seat0 shows login screen properly, but seat1 just shows a "_" on a black screen, which I think that means that it's active but waiting, so the xorg server is not working there.
By the way, it got it working by using intel hd graphics and the 970. The problem was i couldn't get glx working, so it was kinda useless...

Here's my xorg.conf

Section "ServerLayout"
    Identifier     "seat0"
    Screen         "ScreenLG" 0 0
    InputDevice    "TecladoPablo" "CoreKeyboard"
    InputDevice    "RatonPablo" "CorePointer"
    Option         "AllowEmptyInput" "true"
    Option         "SingleCard" "on"
    Option         "Seat" "seat0"
EndSection

Section "ServerLayout"
    Identifier     "seat1"
    Screen         "ScreenACER" 0 0
    InputDevice    "TecladoDaniel" "CoreKeyboard"
    InputDevice    "RatonDaniel" "CorePointer"
    Option         "AllowEmptyInput" "true"
    Option         "SingleCard" "on"
    Option         "Seat" "seat1"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
   #Option         "GrabDevice"
    Identifier     "RatonPablo"
    Driver         "libinput"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/event4"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "TecladoPablo"
    Driver         "libinput"
    Option         "Device" "/dev/input/event0"
EndSection

Section "InputDevice"

    # generated from default
   #Option         "GrabDevice"
    Identifier     "RatonDaniel"
    Driver         "libinput"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/event3"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "TecladoDaniel"
    Driver         "libinput"
    Option         "Device" "/dev/input/event2"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics LG FULL HD"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Acer X223W"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "ServerFlags"
        Option "AutoAddGPU" "off"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 970"
    BusId          "PCI:1:0:0"
    MatchSeat      "seat1" 
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 710"
    BusId          "PCI:6:0:0"
    MatchSeat       "seat0"
EndSection

Section "Screen"
    Identifier     "ScreenLG"
    Device         "Device1"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "ScreenACER"
    Device         "Device0"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Here's my xorg log:

[     3.660] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     3.660] X Protocol Version 11, Revision 0
[     3.660] Build Operating System: Linux 4.9.13-1-lts x86_64 
[     3.660] Current Operating System: Linux drnoob 4.10.1-1-ARCH #1 SMP PREEMPT Sun Feb 26 21:08:53 UTC 2017 x86_64
[     3.660] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ad56554b-b0e0-4186-9f71-5b52f2dd45c4 rw i915.modeset=1 nomodeset
[     3.660] Build Date: 03 March 2017  06:00:24PM
[     3.660]  
[     3.660] Current version of pixman: 0.34.0
[     3.660] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[     3.660] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.660] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 12 13:36:10 2017
[     3.661] (==) Using config file: "/etc/X11/xorg.conf"
[     3.661] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.661] (++) ServerLayout "seat0"
[     3.661] (**) |-->Screen "ScreenLG" (0)
[     3.661] (**) |   |-->Monitor "Monitor0"
[     3.661] (**) |   |-->Device "Device1"
[     3.661] (**) |   |-->GPUDevice "Device1"
[     3.661] (**) |-->Input Device "TecladoPablo"
[     3.661] (**) |-->Input Device "RatonPablo"
[     3.661] (**) Option "SingleCard" "on"
[     3.661] (**) Option "AutoAddGPU" "off"
[     3.661] (==) Automatically adding devices
[     3.661] (==) Automatically enabling devices
[     3.661] (**) Not automatically adding GPU devices
[     3.661] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.663] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[     3.663] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.663] (II) Loader magic: 0x822d60
[     3.663] (II) Module ABI versions:
[     3.663] 	X.Org ANSI C Emulation: 0.4
[     3.663] 	X.Org Video Driver: 23.0
[     3.663] 	X.Org XInput driver : 24.1
[     3.663] 	X.Org Server Extension : 10.0
[     3.663] (++) using VT number 7

[     3.664] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.664] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.664] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.664] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     3.664] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     3.665] (--) PCI: (0:6:0:0) 10de:128b:1043:8572 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000c000/128, BIOS @ 0x????????/524288
[     3.665] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.665] (II) LoadModule: "glx"
[     3.665] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[     3.721] (II) Module glx: vendor="NVIDIA Corporation"
[     3.721] 	compiled for 4.0.2, module version = 1.0.0
[     3.721] 	Module class: X.Org Server Extension
[     3.721] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[     3.721] (II) LoadModule: "nvidia"
[     3.722] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.729] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.729] 	compiled for 4.0.2, module version = 1.0.0
[     3.729] 	Module class: X.Org Video Driver
[     3.731] (II) LoadModule: "libinput"
[     3.731] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     3.735] (II) Module libinput: vendor="X.Org Foundation"
[     3.735] 	compiled for 1.19.2, module version = 0.25.0
[     3.735] 	Module class: X.Org XInput Driver
[     3.735] 	ABI class: X.Org XInput driver, version 24.1
[     3.735] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[     3.735] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.736] (II) Loading sub module "fb"
[     3.736] (II) LoadModule: "fb"
[     3.736] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.737] (II) Module fb: vendor="X.Org Foundation"
[     3.737] 	compiled for 1.19.2, module version = 1.0.0
[     3.737] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.737] (II) Loading sub module "wfb"
[     3.737] (II) LoadModule: "wfb"
[     3.737] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.738] (II) Module wfb: vendor="X.Org Foundation"
[     3.738] 	compiled for 1.19.2, module version = 1.0.0
[     3.738] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.738] (II) Loading sub module "ramdac"
[     3.738] (II) LoadModule: "ramdac"
[     3.738] (II) Module "ramdac" already built-in
[     3.739] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     3.739] (==) NVIDIA(0): RGB weight 888
[     3.739] (==) NVIDIA(0): Default visual is TrueColor
[     3.739] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.739] (**) NVIDIA(0): Enabling 2D acceleration
[     4.685] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:6:0:0
[     4.685] (--) NVIDIA(0):     CRT-0
[     4.685] (--) NVIDIA(0):     DFP-0 (boot)
[     4.685] (--) NVIDIA(0):     DFP-1
[     4.687] (II) NVIDIA(0): NVIDIA GPU GeForce GT 710 (GK208) at PCI:6:0:0 (GPU-0)
[     4.687] (--) NVIDIA(0): Memory: 2097152 kBytes
[     4.687] (--) NVIDIA(0): VideoBIOS: 80.28.a6.00.01
[     4.687] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[     4.688] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     4.688] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     4.688] (--) NVIDIA(GPU-0): 
[     4.703] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[     4.703] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[     4.703] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[     4.703] (--) NVIDIA(GPU-0): 
[     4.703] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     4.703] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     4.703] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     4.703] (--) NVIDIA(GPU-0): 
[     4.704] (==) NVIDIA(0): 
[     4.704] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     4.704] (==) NVIDIA(0):     will be used as the requested mode.
[     4.704] (==) NVIDIA(0): 
[     4.704] (II) NVIDIA(0): Validated MetaModes:
[     4.704] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     4.704] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     4.709] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     4.709] (--) NVIDIA(0):     option
[     4.709] (--) Depth 24 pixmap format is 32 bpp
[     5.322] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:1:0:0
[     5.322] (--) NVIDIA(0):     CRT-0
[     5.322] (--) NVIDIA(0):     DFP-0
[     5.322] (--) NVIDIA(0):     DFP-1 (boot)
[     5.322] (--) NVIDIA(0):     DFP-2
[     5.322] (--) NVIDIA(0):     DFP-3
[     5.322] (--) NVIDIA(0):     DFP-4
[     5.322] (--) NVIDIA(0):     DFP-5
[     5.322] (--) NVIDIA(0):     DFP-6
[     5.322] (--) NVIDIA(0):     DFP-7
[     5.326] (--) NVIDIA(GPU-1): CRT-0: disconnected
[     5.326] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[     5.326] (--) NVIDIA(GPU-1): 
[     5.328] (--) NVIDIA(GPU-1): DFP-0: disconnected
[     5.328] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[     5.328] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[     5.328] (--) NVIDIA(GPU-1): 
[     5.359] (--) NVIDIA(GPU-1): AGO (DFP-1): connected
[     5.359] (--) NVIDIA(GPU-1): AGO (DFP-1): Internal TMDS
[     5.359] (--) NVIDIA(GPU-1): AGO (DFP-1): 600.0 MHz maximum pixel clock
[     5.359] (--) NVIDIA(GPU-1): 
[     5.359] (--) NVIDIA(GPU-1): DFP-2: disconnected
[     5.359] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[     5.359] (--) NVIDIA(GPU-1): DFP-2: 960.0 MHz maximum pixel clock
[     5.359] (--) NVIDIA(GPU-1): 
[     5.359] (--) NVIDIA(GPU-1): DFP-3: disconnected
[     5.359] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[     5.359] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[     5.359] (--) NVIDIA(GPU-1): 
[     5.359] (--) NVIDIA(GPU-1): DFP-4: disconnected
[     5.359] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[     5.359] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[     5.359] (--) NVIDIA(GPU-1): 
[     5.360] (--) NVIDIA(GPU-1): DFP-5: disconnected
[     5.360] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[     5.360] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[     5.360] (--) NVIDIA(GPU-1): 
[     5.360] (--) NVIDIA(GPU-1): DFP-6: disconnected
[     5.360] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[     5.360] (--) NVIDIA(GPU-1): DFP-6: 960.0 MHz maximum pixel clock
[     5.360] (--) NVIDIA(GPU-1): 
[     5.360] (--) NVIDIA(GPU-1): DFP-7: disconnected
[     5.360] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[     5.360] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[     5.360] (--) NVIDIA(GPU-1): 
[     5.609] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-1)
[     5.609] (--) NVIDIA(GPU-1): Memory: 4194304 kBytes
[     5.609] (--) NVIDIA(GPU-1): VideoBIOS: 84.04.36.00.56
[     5.609] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[     5.610] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[     5.610] (II) NVIDIA:     access.
[     5.614] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.614] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.614] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.614] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.614] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.614] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.614] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.614] (II) NVIDIA(0):     Config Options in the README.
[     5.646] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     5.671] (==) NVIDIA(0): Disabling shared memory pixmaps
[     5.671] (==) NVIDIA(0): Backing store enabled
[     5.671] (==) NVIDIA(0): Silken mouse enabled
[     5.671] (**) NVIDIA(0): DPMS enabled
[     5.671] (II) Loading sub module "dri2"
[     5.671] (II) LoadModule: "dri2"
[     5.671] (II) Module "dri2" already built-in
[     5.671] (II) NVIDIA(0): [DRI2] Setup complete
[     5.671] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     5.671] (--) RandR disabled
[     5.673] (II) Initializing extension GLX
[     5.673] (II) Indirect GLX disabled.
[     5.710] (II) Using input driver 'libinput' for 'TecladoPablo'
[     5.710] (**) Option "CoreKeyboard"
[     5.710] (**) TecladoPablo: always reports core events
[     5.710] (**) Option "Device" "/dev/input/event0"
[     5.710] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.710] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is a keyboard
[     5.746] (II) XINPUT: Adding extended input device "TecladoPablo" (type: KEYBOARD, id 6)
[     5.747] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.747] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is a keyboard
[     5.747] (II) Using input driver 'libinput' for 'RatonPablo'
[     5.747] (**) Option "CorePointer"
[     5.747] (**) RatonPablo: always reports core events
[     5.747] (**) Option "Device" "/dev/input/event4"
[     5.747] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.747] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.766] (II) XINPUT: Adding extended input device "RatonPablo" (type: KEYBOARD, id 7)
[     5.766] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.766] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.770] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     5.770] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.770] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.770] (II) Using input driver 'libinput' for 'Power Button'
[     5.770] (**) Power Button: always reports core events
[     5.770] (**) Option "Device" "/dev/input/event5"
[     5.770] (**) Option "_source" "server/udev"
[     5.770] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     5.770] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     5.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     5.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.796] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     5.796] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     5.797] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     5.797] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.797] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.797] (II) Using input driver 'libinput' for 'Power Button'
[     5.797] (**) Power Button: always reports core events
[     5.797] (**) Option "Device" "/dev/input/event4"
[     5.797] (**) Option "_source" "server/udev"
[     5.797] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.797] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.816] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event4"
[     5.816] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     5.816] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.816] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[     5.817] (II) No input driver specified, ignoring this device.
[     5.817] (II) This device may have been added with another device file.
[     5.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[     5.817] (II) No input driver specified, ignoring this device.
[     5.817] (II) This device may have been added with another device file.
[     5.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[     5.817] (II) No input driver specified, ignoring this device.
[     5.817] (II) This device may have been added with another device file.
[     5.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[     5.817] (II) No input driver specified, ignoring this device.
[     5.817] (II) This device may have been added with another device file.
[     5.817] (II) config/udev: Adding input device SONiX SI Gaming Keyboard (/dev/input/event0)
[     5.817] (**) SONiX SI Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.817] (**) SONiX SI Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.817] (II) Using input driver 'libinput' for 'SONiX SI Gaming Keyboard'
[     5.817] (**) SONiX SI Gaming Keyboard: always reports core events
[     5.817] (**) Option "Device" "/dev/input/event0"
[     5.817] (**) Option "_source" "server/udev"
[     5.817] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.817] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is a keyboard
[     5.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:0C45:8603.0001/input/input0/event0"
[     5.836] (II) XINPUT: Adding extended input device "SONiX SI Gaming Keyboard" (type: KEYBOARD, id 10)
[     5.836] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.836] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event0 is a keyboard
[     5.837] (II) config/udev: Adding input device SONiX SI Gaming Keyboard (/dev/input/event1)
[     5.837] (**) SONiX SI Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.837] (**) SONiX SI Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.837] (II) Using input driver 'libinput' for 'SONiX SI Gaming Keyboard'
[     5.837] (**) SONiX SI Gaming Keyboard: always reports core events
[     5.837] (**) Option "Device" "/dev/input/event1"
[     5.837] (**) Option "_source" "server/udev"
[     5.837] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[     5.837] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event1 is a keyboard
[     5.876] (II) libinput: SONiX SI Gaming Keyboard: needs a virtual subdevice
[     5.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:0C45:8603.0002/input/input1/event1"
[     5.876] (II) XINPUT: Adding extended input device "SONiX SI Gaming Keyboard" (type: MOUSE, id 11)
[     5.876] (**) Option "AccelerationScheme" "none"
[     5.876] (**) SONiX SI Gaming Keyboard: (accel) selected scheme none/0
[     5.876] (**) SONiX SI Gaming Keyboard: (accel) acceleration factor: 2.000
[     5.876] (**) SONiX SI Gaming Keyboard: (accel) acceleration threshold: 4
[     5.876] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[     5.877] (II) input device 'SONiX SI Gaming Keyboard', /dev/input/event1 is a keyboard
[     5.877] (II) config/udev: Adding input device Mad Catz Mad Catz R.A.T.5 Mouse (/dev/input/event7)
[     5.877] (**) Mad Catz Mad Catz R.A.T.5 Mouse: Applying InputClass "evdev pointer catchall"
[     5.877] (**) Mad Catz Mad Catz R.A.T.5 Mouse: Applying InputClass "libinput pointer catchall"
[     5.877] (II) Using input driver 'libinput' for 'Mad Catz Mad Catz R.A.T.5 Mouse'
[     5.877] (**) Mad Catz Mad Catz R.A.T.5 Mouse: always reports core events
[     5.877] (**) Option "Device" "/dev/input/event7"
[     5.877] (**) Option "_source" "server/udev"
[     5.933] (II) input device 'Mad Catz Mad Catz R.A.T.5 Mouse', /dev/input/event7 is tagged by udev as: Mouse
[     5.933] (II) input device 'Mad Catz Mad Catz R.A.T.5 Mouse', /dev/input/event7 is a pointer caps
[     5.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:0738:1705.0005/input/input7/event7"
[     5.970] (II) XINPUT: Adding extended input device "Mad Catz Mad Catz R.A.T.5 Mouse" (type: MOUSE, id 12)
[     5.970] (**) Option "AccelerationScheme" "none"
[     5.970] (**) Mad Catz Mad Catz R.A.T.5 Mouse: (accel) selected scheme none/0
[     5.970] (**) Mad Catz Mad Catz R.A.T.5 Mouse: (accel) acceleration factor: 2.000
[     5.970] (**) Mad Catz Mad Catz R.A.T.5 Mouse: (accel) acceleration threshold: 4
[     6.026] (II) input device 'Mad Catz Mad Catz R.A.T.5 Mouse', /dev/input/event7 is tagged by udev as: Mouse
[     6.026] (II) input device 'Mad Catz Mad Catz R.A.T.5 Mouse', /dev/input/event7 is a pointer caps
[     6.027] (II) config/udev: Adding input device Mad Catz Mad Catz R.A.T.5 Mouse (/dev/input/mouse1)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.027] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.027] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.027] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.027] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.027] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[     6.027] (II) No input driver specified, ignoring this device.
[     6.027] (II) This device may have been added with another device file.
[     6.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     6.028] (II) No input driver specified, ignoring this device.
[     6.028] (II) This device may have been added with another device file.
[     6.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     6.028] (II) No input driver specified, ignoring this device.
[     6.028] (II) This device may have been added with another device file.
[     6.028] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
[     6.028] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     6.028] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.028] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     6.028] (**) Eee PC WMI hotkeys: always reports core events
[     6.028] (**) Option "Device" "/dev/input/event13"
[     6.028] (**) Option "_source" "server/udev"
[     6.028] (II) input device 'Eee PC WMI hotkeys', /dev/input/event13 is tagged by udev as: Keyboard
[     6.028] (II) input device 'Eee PC WMI hotkeys', /dev/input/event13 is a keyboard
[     6.043] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event13"
[     6.043] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[     6.043] (II) input device 'Eee PC WMI hotkeys', /dev/input/event13 is tagged by udev as: Keyboard
[     6.043] (II) input device 'Eee PC WMI hotkeys', /dev/input/event13 is a keyboard
[     6.043] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.043] (II) No input driver specified, ignoring this device.
[     6.043] (II) This device may have been added with another device file.
[     6.045] (**) SONiX SI Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.045] (**) SONiX SI Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.045] (II) Using input driver 'libinput' for 'SONiX SI Gaming Keyboard'
[     6.045] (**) SONiX SI Gaming Keyboard: always reports core events
[     6.045] (**) Option "Device" "/dev/input/event1"
[     6.045] (**) Option "_source" "_driver/libinput"
[     6.045] (II) libinput: SONiX SI Gaming Keyboard: is a virtual subdevice
[     6.045] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:0C45:8603.0002/input/input1/event1"
[     6.045] (II) XINPUT: Adding extended input device "SONiX SI Gaming Keyboard" (type: KEYBOARD, id 14)
[    13.713] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    13.713] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    13.713] (--) NVIDIA(GPU-0): 
[    13.728] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    13.728] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    13.728] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    13.728] (--) NVIDIA(GPU-0): 
[    13.728] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.728] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.728] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.728] (--) NVIDIA(GPU-0): 
[    14.124] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.124] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.124] (--) NVIDIA(GPU-0): 
[    14.139] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    14.139] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    14.139] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    14.139] (--) NVIDIA(GPU-0): 
[    14.139] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.139] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.139] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.139] (--) NVIDIA(GPU-0): 
[    14.142] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.142] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.142] (--) NVIDIA(GPU-0): 
[    14.157] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    14.157] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    14.157] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    14.157] (--) NVIDIA(GPU-0): 
[    14.158] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.158] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.158] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.158] (--) NVIDIA(GPU-0): 
[    14.470] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.470] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.470] (--) NVIDIA(GPU-0): 
[    14.485] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    14.486] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    14.486] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    14.486] (--) NVIDIA(GPU-0): 
[    14.486] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.486] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.486] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.486] (--) NVIDIA(GPU-0): 
[    14.487] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.487] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.487] (--) NVIDIA(GPU-0): 
[    14.503] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    14.503] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    14.503] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    14.503] (--) NVIDIA(GPU-0): 
[    14.503] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.503] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.503] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.503] (--) NVIDIA(GPU-0): 
[    14.804] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.804] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.804] (--) NVIDIA(GPU-0): 
[    14.821] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): connected
[    14.821] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): Internal TMDS
[    14.821] (--) NVIDIA(GPU-0): LG Electronics LG FULL HD (DFP-0): 330.0 MHz maximum pixel clock
[    14.821] (--) NVIDIA(GPU-0): 
[    14.821] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.821] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.821] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.821] (--) NVIDIA(GPU-0):

Also, my lightdm.conf

[LightDM]
run-directory=/run/lightdm

[Seat:*]
greeter-session=lightdm-kde-greeter
greeter-hide-users=false
session-wrapper=/etc/lightdm/Xsession

[Seat:seat0]
xserver-command=/usr/bin/X :0
xserver-layout=seat0
 
[Seat:seat1]
xserver-command=/usr/bin/X :1
xserver-layout=seat1

Thank you so much, any help would be apreciated big_smile

Last edited by DrNoob (2017-03-14 19:18:44)

Offline

#2 2017-03-12 16:31:47

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED]Help with multiseat(NVIDIA setup)

@DrNoob - please use code tags (not quote tags) when pasting output.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-03-13 23:42:15

bnb2235
Member
Registered: 2011-02-13
Posts: 119

Re: [SOLVED]Help with multiseat(NVIDIA setup)

I guess you have already seen this thread?
https://bbs.archlinux.org/viewtopic.php?id=189707

I posted a lot of info on multiseat over the years. Nothing about Nvidia though...
If you wanna switch to ATI, maybe I can help :-)

Offline

#4 2017-03-14 19:07:05

DrNoob
Member
Registered: 2017-03-12
Posts: 11

Re: [SOLVED]Help with multiseat(NVIDIA setup)

Shit. I read your thread some time ago, but when I did today and I saw things about loginctl, I remembered I forgot to assign the second GPU to the seat1!
So, I just did "loginctl attach seat1 /sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/drm/card1" and boom. The screen lighted up and showed the login screen lol
So yes, this got solved faster than I expected...thank you very much bnb2235! smile

Offline

Board footer

Powered by FluxBB