You are not logged in.

#1 2013-01-04 21:04:47

l0vot
Member
Registered: 2011-08-26
Posts: 117

multiseat problems and questions

I am trying to get a multiseat configuration running, so I used the wiki to set one up. I used a combination of existing configurations that are in my xorg.conf and the configurations found in the wiki to make a new configuration named xorg.cfg.x2. At first i thought the new configuration worked (the other gpu and monitor activated and displayed the screen correctly), until i tried to use my keyboard and mouse. The keyboard and mouse seem to do random things when they are used at all.  Thankfully some of the random things got me back in a position to kill the misbehaving x-server and get the log it dumped.

this command is used to activate seat1, seat0 has the exact same problem

startx -- -layout u1 -config xorg.cfg.x2

this is xorg.cfg.x2

Section "Files"
	ModulePath	  "/usr/lib/xorg/modules"
	FontPath	"/usr/share/fonts/misc/"
	FontPath	"/usr/share/fonts/TTF/"
	FontPath	"/usr/share/fonts/OTF/"
	FontPath	"/usr/share/fonts/Type1/"
	FontPath	"/usr/share/fonts/100dpi/"
	FontPath	"/usr/share/fonts/75dpi/"
EndSection


Section "ServerFlags"
#	Option "AutoAddDevices"	 "false"
#	Option "AutoEnableDevices"  "false"
	Option "AllowMouseOpenFail" "true"
#	Option "AllowEmptyInput" "on"
#	Option "ZapWarning"	 "on"
#	Option "HandleSepcialKeys"  "off" # Zapping on
#	Option "DRI2" "on"
	Option "Xinerama" "0"
EndSection
#######################################################
Section "InputDevice"
	Identifier	"keyboard0"
	Driver		"kbd"
	Option		"Device"	"/dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd"
#	Option "GrabDevice" "on" # prevent send event to other X-servers
EndSection

Section "InputDevice"
	Identifier	"keyboard1"
	Driver		"kbd"
	Option		"Device"	"/dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd"
#	Option "GrabDevice" "on" # prevent send event to other X-servers
EndSection
#######################################################
Section "InputDevice"
	Identifier	"mouse0"
	Driver	"mouse"
	Option	"Protocol"	"auto"
	Option	"Device"	"/dev/input/by-id/usb-Microsoft_Microsoft®_Nano_Transceiver_v2.0-if01-event-mouse"
#	Option	"GrabDevice" "on" # prevent send event to other X-servers
	Option	"ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
	Identifier	"mouse1"
	Driver	"mouse"
	Option	"Protocol" "auto"
	Option	"Device"	"/dev/input/by-id/usb-Areson_USB_Device-event-mouse"
#	Option	"GrabDevice" "on" # prevent send event to other X-servers
	Option	"ZAxisMapping" "4 5 6 7"
EndSection
#######################################################
Section "Device"
	Identifier	  "gpu0"
	Driver	  "nvidia"
	Option	  "NoLogo"		"1"
	BusId	  "PCI:1:0:0"
	Option	  "ProbeAllGpus"	"false"  # Only required for nvidia
EndSection

Section "Device"
	Identifier	"gpu1"
	Driver	"nvidia"
	Option	"NoLogo"	"1"
	BusId	"PCI:6:0:0"
	Option	"ProbeAllGpus"	"false"  # Only required for nvidia
EndSection

#######################################################
Section "Monitor"
	Identifier	"m0"
	VendorName	"Monitor Vendor"
	ModelName	"Monitor Model"
EndSection

Section "Monitor"
	Identifier	"m1"
	VendorName	"Monitor Vendor"
	ModelName	"Monitor Model"
EndSection
######################################################
Section "Screen"
	Identifier	"screen0"
	Device		"gpu0"
	Monitor		"m0"
	Subsection "Display"
		Depth   24
	EndSubsection

EndSection

Section "Screen"
	Identifier	"screen1"
	Device		"gpu1"
	Monitor		"m1"
	Subsection "Display"
		Depth   24
	EndSubsection

EndSection
######################################################
Section "ServerLayout"
	Identifier	"u0"
	Screen		"screen0" 0 0
	InputDevice	"mouse0" "CorePointer"
	InputDevice	"keyboard0" "CoreKeyboard"
#	Option "Clone" "off"
	Option "AutoAddDevices" "off"
#	Option "DisableModInDev" "true"
	Option "SingleCard" "on"   # use this to simplfied isolatedevice option	
EndSection

Section "ServerLayout"
	Identifier	"u1"
	Screen		"screen1" 0 0
	InputDevice	"mouse1" "CorePointer"
	InputDevice	"keyboard1" "CoreKeyboard"
#	Option "Clone" "off"
	Option "AutoAddDevices" "off"
#	Option "DisableModInDev" "true"
	Option "SingleCard" "on"   # use this to simplfied isolatedevice option	
EndSection

#####################################################

this is the working xorg.conf that i currently use

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 310.19  (buildmeister@swio-display-x86-rhel47-08.nvidia.com)  Thu Nov  8 02:09:12 PST 2012


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

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

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

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

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
    Identifier     "Card1"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
    Identifier     "Card2"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Card2"
    Monitor        "Monitor2"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

this is the logfile for the failed multiseat attempt

[  1307.736] 
X.Org X Server 1.13.1
Release Date: 2012-12-13
[  1307.736] X Protocol Version 11, Revision 0
[  1307.736] Build Operating System: Linux 3.7.0-1-ARCH x86_64 
[  1307.736] Current Operating System: Linux FX-l0vot 3.7.1-2-ARCH #1 SMP PREEMPT Thu Dec 20 17:57:00 CET 2012 x86_64
[  1307.737] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aade275d-e863-44be-b27a-e41e2fca2c30 ro quiet init=/usr/lib/systemd/systemd
[  1307.737] Build Date: 16 December 2012  04:45:14PM
[  1307.737]  
[  1307.737] Current version of pixman: 0.28.2
[  1307.737] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[  1307.737] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1307.738] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Jan  4 14:30:57 2013
[  1307.763] (++) Using config file: "xorg.cfg.x2"
[  1307.763] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1307.775] (++) ServerLayout "u1"
[  1307.775] (**) |-->Screen "screen1" (0)
[  1307.775] (**) |   |-->Monitor "m1"
[  1307.775] (**) |   |-->Device "gpu1"
[  1307.775] (**) |-->Input Device "mouse1"
[  1307.775] (**) |-->Input Device "keyboard1"
[  1307.775] (**) Option "SingleCard" "on"
[  1307.776] (**) Option "AllowMouseOpenFail" "true"
[  1307.776] (**) Option "Xinerama" "0"
[  1307.776] (**) Not automatically adding devices
[  1307.776] (==) Automatically enabling devices
[  1307.776] (==) Automatically adding GPU devices
[  1307.776] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1307.776] 	Entry deleted from font path.
[  1307.776] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1307.776] 	Entry deleted from font path.
[  1307.776] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  1307.776] (**) ModulePath set to "/usr/lib/xorg/modules"
[  1307.776] (II) Loader magic: 0x7fcc40
[  1307.776] (II) Module ABI versions:
[  1307.776] 	X.Org ANSI C Emulation: 0.4
[  1307.776] 	X.Org Video Driver: 13.1
[  1307.776] 	X.Org XInput driver : 18.0
[  1307.776] 	X.Org Server Extension : 7.0
[  1307.779] (--) PCI:*(0:6:0:0) 10de:10c3:3842:1303 rev 162, Mem @ 0xf9000000/16777216, 0xa0000000/268435456, 0xbe000000/33554432, I/O @ 0x00009f00/128, BIOS @ 0x????????/524288
[  1307.779] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1307.779] Initializing built-in extension Generic Event Extension
[  1307.779] Initializing built-in extension SHAPE
[  1307.779] Initializing built-in extension MIT-SHM
[  1307.780] Initializing built-in extension XInputExtension
[  1307.780] Initializing built-in extension XTEST
[  1307.780] Initializing built-in extension BIG-REQUESTS
[  1307.780] Initializing built-in extension SYNC
[  1307.780] Initializing built-in extension XKEYBOARD
[  1307.780] Initializing built-in extension XC-MISC
[  1307.780] Initializing built-in extension SECURITY
[  1307.780] Initializing built-in extension XINERAMA
[  1307.780] Initializing built-in extension XFIXES
[  1307.780] Initializing built-in extension RENDER
[  1307.780] Initializing built-in extension RANDR
[  1307.781] Initializing built-in extension COMPOSITE
[  1307.781] Initializing built-in extension DAMAGE
[  1307.781] Initializing built-in extension MIT-SCREEN-SAVER
[  1307.781] Initializing built-in extension DOUBLE-BUFFER
[  1307.781] Initializing built-in extension RECORD
[  1307.781] Initializing built-in extension DPMS
[  1307.781] Initializing built-in extension X-Resource
[  1307.781] Initializing built-in extension XVideo
[  1307.781] Initializing built-in extension XVideo-MotionCompensation
[  1307.781] Initializing built-in extension XFree86-VidModeExtension
[  1307.781] Initializing built-in extension XFree86-DGA
[  1307.782] Initializing built-in extension XFree86-DRI
[  1307.782] Initializing built-in extension DRI2
[  1307.782] (II) LoadModule: "glx"
[  1307.782] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1307.794] (II) Module glx: vendor="NVIDIA Corporation"
[  1307.794] 	compiled for 4.0.2, module version = 1.0.0
[  1307.794] 	Module class: X.Org Server Extension
[  1307.794] (II) NVIDIA GLX Module  310.19  Thu Nov  8 01:12:43 PST 2012
[  1307.794] Loading extension GLX
[  1307.794] (II) LoadModule: "nvidia"
[  1307.794] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1307.795] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1307.795] 	compiled for 4.0.2, module version = 1.0.0
[  1307.795] 	Module class: X.Org Video Driver
[  1307.795] (II) LoadModule: "mouse"
[  1307.795] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[  1307.805] (II) Module mouse: vendor="X.Org Foundation"
[  1307.805] 	compiled for 1.13.0, module version = 1.8.1
[  1307.805] 	Module class: X.Org XInput Driver
[  1307.806] 	ABI class: X.Org XInput driver, version 18.0
[  1307.806] (II) LoadModule: "kbd"
[  1307.806] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[  1307.812] (II) Module kbd: vendor="X.Org Foundation"
[  1307.812] 	compiled for 1.13.0, module version = 1.6.2
[  1307.812] 	Module class: X.Org XInput Driver
[  1307.812] 	ABI class: X.Org XInput driver, version 18.0
[  1307.812] (II) NVIDIA dlloader X Driver  310.19  Thu Nov  8 00:53:33 PST 2012
[  1307.812] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1307.812] (--) using VT number 2

[  1307.831] (II) Loading sub module "wfb"
[  1307.832] (II) LoadModule: "wfb"
[  1307.832] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1307.832] (II) Module wfb: vendor="X.Org Foundation"
[  1307.832] 	compiled for 1.13.1, module version = 1.0.0
[  1307.832] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1307.832] (II) Loading sub module "ramdac"
[  1307.832] (II) LoadModule: "ramdac"
[  1307.832] (II) Module "ramdac" already built-in
[  1307.832] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1307.832] (==) NVIDIA(0): RGB weight 888
[  1307.833] (==) NVIDIA(0): Default visual is TrueColor
[  1307.833] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1307.833] (**) NVIDIA(0): Option "NoLogo" "1"
[  1307.833] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[  1307.833] (**) NVIDIA(0): Enabling 2D acceleration
[  1307.908] (II) NVIDIA(GPU-0): Display (DELL E193FP (CRT-1)) does not support NVIDIA 3D
[  1307.908] (II) NVIDIA(GPU-0):     Vision stereo.
[  1307.910] (II) NVIDIA(0): NVIDIA GPU GeForce 8400GS (GT218) at PCI:6:0:0 (GPU-0)
[  1307.910] (--) NVIDIA(0): Memory: 1048576 kBytes
[  1307.910] (--) NVIDIA(0): VideoBIOS: 70.18.5f.00.00
[  1307.910] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1307.919] (--) NVIDIA(0): Valid display device(s) on GeForce 8400GS at PCI:6:0:0
[  1307.919] (--) NVIDIA(0):     CRT-0
[  1307.919] (--) NVIDIA(0):     DELL E193FP (CRT-1) (connected)
[  1307.919] (--) NVIDIA(0):     DFP-0
[  1307.919] (--) NVIDIA(0):     DFP-1
[  1307.919] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[  1307.919] (--) NVIDIA(0): DELL E193FP (CRT-1): 400.0 MHz maximum pixel clock
[  1307.919] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[  1307.919] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[  1307.919] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[  1307.919] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[  1307.919] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1307.919] (**) NVIDIA(0):     device DELL E193FP (CRT-1) (Using EDID frequencies has
[  1307.919] (**) NVIDIA(0):     been enabled on all display devices.)
[  1307.921] (==) NVIDIA(0): 
[  1307.921] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1307.921] (==) NVIDIA(0):     will be used as the requested mode.
[  1307.921] (==) NVIDIA(0): 
[  1307.921] (II) NVIDIA(0): Validated MetaModes:
[  1307.921] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select"
[  1307.921] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[  1307.931] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
[  1307.931] (--) NVIDIA(0):     option
[  1307.931] (--) Depth 24 pixmap format is 32 bpp
[  1307.931] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[  1307.939] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1307.939] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1307.939] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1307.939] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1307.939] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1307.939] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1307.939] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1307.939] (II) NVIDIA(0):     Config Options in the README.
[  1307.948] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
[  1307.978] Loading extension NV-GLX
[  1307.996] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1307.996] (==) NVIDIA(0): Backing store disabled
[  1307.996] (==) NVIDIA(0): Silken mouse enabled
[  1307.997] (==) NVIDIA(0): DPMS enabled
[  1307.997] Loading extension NV-CONTROL
[  1307.997] Loading extension XINERAMA
[  1307.997] (II) Loading sub module "dri2"
[  1307.997] (II) LoadModule: "dri2"
[  1307.997] (II) Module "dri2" already built-in
[  1307.997] (II) NVIDIA(0): [DRI2] Setup complete
[  1307.997] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1307.997] (--) RandR disabled
[  1308.001] (II) Initializing extension GLX
[  1308.153] (II) Using input driver 'mouse' for 'mouse1'
[  1308.153] (**) Option "CorePointer"
[  1308.153] (**) mouse1: always reports core events
[  1308.153] (**) Option "Protocol" "auto"
[  1308.153] (**) Option "Device" "/dev/input/by-id/usb-Areson_USB_Device-event-mouse"
[  1308.154] (II) mouse1: Setting mouse protocol to "PS/2"
[  1308.154] (**) mouse1: Protocol: "auto"
[  1308.154] (**) mouse1: always reports core events
[  1308.160] (==) mouse1: Emulate3Buttons, Emulate3Timeout: 50
[  1308.160] (**) Option "ZAxisMapping" "4 5 6 7"
[  1308.160] (**) mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
[  1308.160] (**) mouse1: Buttons: 11
[  1308.160] (II) XINPUT: Adding extended input device "mouse1" (type: MOUSE, id 6)
[  1308.160] (**) mouse1: (accel) keeping acceleration scheme 1
[  1308.160] (**) mouse1: (accel) acceleration profile 0
[  1308.160] (**) mouse1: (accel) acceleration factor: 2.000
[  1308.160] (**) mouse1: (accel) acceleration threshold: 4
[  1308.163] (II) mouse1: Setting mouse protocol to "PS/2"
[  1313.423] (II) Using input driver 'kbd' for 'keyboard1'
[  1313.423] (**) Option "CoreKeyboard"
[  1313.423] (**) keyboard1: always reports core events
[  1313.423] (**) keyboard1: always reports core events
[  1313.423] (**) Option "Protocol" "standard"
[  1313.423] (**) Option "Device" "/dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd"
[  1313.423] (**) Option "XkbRules" "base"
[  1313.423] (**) Option "XkbModel" "pc105"
[  1313.423] (**) Option "XkbLayout" "us"
[  1313.423] (II) XINPUT: Adding extended input device "keyboard1" (type: KEYBOARD, id 7)
[  1313.427] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[  1313.427] (II) AutoAddDevices is off - not adding device.
[  1313.428] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[  1313.428] (II) AutoAddDevices is off - not adding device.
[  1313.428] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[  1313.428] (II) AutoAddDevices is off - not adding device.
[  1313.428] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[  1313.428] (II) AutoAddDevices is off - not adding device.
[  1313.429] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[  1313.429] (II) AutoAddDevices is off - not adding device.
[  1313.429] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event21)
[  1313.429] (II) AutoAddDevices is off - not adding device.
[  1313.430] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event0)
[  1313.430] (II) AutoAddDevices is off - not adding device.
[  1313.430] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[  1313.430] (II) AutoAddDevices is off - not adding device.
[  1313.431] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[  1313.431] (II) AutoAddDevices is off - not adding device.
[  1313.431] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[  1313.431] (II) AutoAddDevices is off - not adding device.
[  1313.432] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event3)
[  1313.432] (II) AutoAddDevices is off - not adding device.
[  1313.432] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event4)
[  1313.432] (II) AutoAddDevices is off - not adding device.
[  1313.433] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse1)
[  1313.433] (II) AutoAddDevices is off - not adding device.
[  1313.433] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event5)
[  1313.433] (II) AutoAddDevices is off - not adding device.
[  1313.434] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/js0)
[  1313.434] (II) AutoAddDevices is off - not adding device.
[  1313.434] (II) config/udev: Adding input device Areson USB Device (/dev/input/event6)
[  1313.434] (II) AutoAddDevices is off - not adding device.
[  1313.435] (II) config/udev: Adding input device Areson USB Device (/dev/input/mouse2)
[  1313.435] (II) AutoAddDevices is off - not adding device.
[  1313.435] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event10)
[  1313.435] (II) AutoAddDevices is off - not adding device.
[  1313.436] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event11)
[  1313.436] (II) AutoAddDevices is off - not adding device.
[  1313.436] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event12)
[  1313.436] (II) AutoAddDevices is off - not adding device.
[  1313.436] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event13)
[  1313.436] (II) AutoAddDevices is off - not adding device.
[  1313.437] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event14)
[  1313.437] (II) AutoAddDevices is off - not adding device.
[  1313.437] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event15)
[  1313.437] (II) AutoAddDevices is off - not adding device.
[  1313.437] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event16)
[  1313.438] (II) AutoAddDevices is off - not adding device.
[  1313.438] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event17)
[  1313.438] (II) AutoAddDevices is off - not adding device.
[  1313.438] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[  1313.438] (II) AutoAddDevices is off - not adding device.
[  1313.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event23)
[  1313.439] (II) AutoAddDevices is off - not adding device.
[  1313.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[  1313.439] (II) AutoAddDevices is off - not adding device.
[  1313.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event25)
[  1313.440] (II) AutoAddDevices is off - not adding device.
[  1313.440] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  1313.440] (II) AutoAddDevices is off - not adding device.
[  1313.687] (II) NVIDIA(GPU-0): Display (DELL E193FP (CRT-1)) does not support NVIDIA 3D
[  1313.687] (II) NVIDIA(GPU-0):     Vision stereo.
[  1313.687] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1313.687] (**) NVIDIA(0):     device DELL E193FP (CRT-1) (Using EDID frequencies has
[  1313.687] (**) NVIDIA(0):     been enabled on all display devices.)
[  1313.724] (II) NVIDIA(GPU-0): Display (DELL E193FP (CRT-1)) does not support NVIDIA 3D
[  1313.724] (II) NVIDIA(GPU-0):     Vision stereo.
[  1313.724] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1313.724] (**) NVIDIA(0):     device DELL E193FP (CRT-1) (Using EDID frequencies has
[  1313.724] (**) NVIDIA(0):     been enabled on all display devices.)
[  1313.761] (II) NVIDIA(GPU-0): Display (DELL E193FP (CRT-1)) does not support NVIDIA 3D
[  1313.761] (II) NVIDIA(GPU-0):     Vision stereo.
[  1313.761] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1313.761] (**) NVIDIA(0):     device DELL E193FP (CRT-1) (Using EDID frequencies has
[  1313.762] (**) NVIDIA(0):     been enabled on all display devices.)
(EE) BUG: triggered 'if (inSignalContext)'
(EE) BUG: log.c:484 in LogVMessageVerb()
(EE) Warning: attempting to log data in a signal unsafe manner while in signal context.
Please update to check inSignalContext and/or use LogMessageVerbSigSafe() or ErrorFSigSafe().
The offending log format message is:
3rd Button detected: disabling emulate3Button

(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (LogVMessageVerb+0x195) [0x595765]
(EE) 2: /usr/bin/X (xf86Msg+0x8f) [0x48283f]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7742) [0x7fac34707742]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(II) 3rd Button detected: disabling emulate3Button
(EE) BUG: triggered 'if (inSignalContext)'
(EE) BUG: log.c:484 in LogVMessageVerb()
(EE) Warning: attempting to log data in a signal unsafe manner while in signal context.
Please update to check inSignalContext and/or use LogMessageVerbSigSafe() or ErrorFSigSafe().
The offending log format message is:
Option "%s"
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (LogVMessageVerb+0x195) [0x595765]
(EE) 2: /usr/bin/X (xf86DrvMsgVerb+0x7d) [0x48116d]
(EE) 3: /usr/bin/X (0x400000+0x7742b) [0x47742b]
(EE) 4: /usr/bin/X (0x400000+0x77a15) [0x477a15]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x89e3) [0x7fac347089e3]
(EE) 6: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x55ad) [0x7fac347055ad]
(EE) 7: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x67ef) [0x7fac347067ef]
(EE) 8: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x43f6) [0x7fac347043f6]
(EE) 9: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 10: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 11: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 12: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 13: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 14: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 15: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 16: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 17: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) BUG: triggered 'if (inSignalContext)'
(EE) BUG: log.c:484 in LogVMessageVerb()
(EE) Warning: attempting to log data in a signal unsafe manner while in signal context.
Please update to check inSignalContext and/or use LogMessageVerbSigSafe() or ErrorFSigSafe().
The offending log format message is:
%s: Setting mouse protocol to "%s"

(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (LogVMessageVerb+0x195) [0x595765]
(EE) 2: /usr/bin/X (xf86Msg+0x8f) [0x48283f]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x8c35) [0x7fac34708c35]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x55ad) [0x7fac347055ad]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x67ef) [0x7fac347067ef]
(EE) 6: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x43f6) [0x7fac347043f6]
(EE) 7: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 8: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 9: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 10: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 11: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 12: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 13: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 15: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(WW) Warned 3 times about sigsafe logging. Will be quiet now.
(II) mouse1: Setting mouse protocol to "PS/2"
(II) 3rd Button detected: disabling emulate3Button
(II) Mouse autoprobe: selecting PS/2 protocol
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (mieqEnqueue+0x26b) [0x56b78b]
(EE) 2: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 3: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 6: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 7: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 8: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 9: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 10: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 11: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 12: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 13: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 15: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
(EE) [mi] EQ overflow continuing.  100 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  200 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  300 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  400 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  500 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostMotionEvent+0xd0) [0x485a60]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7497) [0x7fac34707497]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  600 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostMotionEvent+0xd0) [0x485a60]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7497) [0x7fac34707497]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  700 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostMotionEvent+0xd0) [0x485a60]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7497) [0x7fac34707497]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  800 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(EE) [mi] EQ overflow continuing.  900 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
(II) 3rd Button detected: disabling emulate3Button
(EE) [mi] EQ overflow continuing.  1000 events have been dropped.
(EE) [mi] No further overflow reports will be reported until the clog is cleared.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
(EE) 1: /usr/bin/X (0x400000+0x4c632) [0x44c632]
(EE) 2: /usr/bin/X (xf86PostButtonEvent+0xd6) [0x485f26]
(EE) 3: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7251) [0x7fac34707251]
(EE) 4: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x7a3b) [0x7fac34707a3b]
(EE) 5: /usr/lib/xorg/modules/input/mouse_drv.so (0x7fac34700000+0x432d) [0x7fac3470432d]
(EE) 6: /usr/bin/X (0x400000+0x75b97) [0x475b97]
(EE) 7: /usr/bin/X (0x400000+0x9f258) [0x49f258]
(EE) 8: /usr/lib/libpthread.so.0 (0x7fac3a418000+0xf1e0) [0x7fac3a4271e0]
(EE) 9: /usr/lib/libc.so.6 (__select+0x13) [0x7fac39149d33]
(EE) 10: /usr/bin/X (WaitForSomething+0x190) [0x587850]
(EE) 11: /usr/bin/X (0x400000+0x37bb1) [0x437bb1]
(EE) 12: /usr/bin/X (0x400000+0x2696a) [0x42696a]
(EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fac39089a15]
(EE) 14: /usr/bin/X (0x400000+0x26cad) [0x426cad]
(EE) 
(II) Mouse autoprobe: selecting PS/2 protocol
(II) mouse1: Setting mouse protocol to "PS/2"
(II) mouse1: Setting mouse protocol to "PS/2"
[  1330.150] [mi] Increasing EQ size to 512 to prevent dropped events.
[  1330.151] [mi] EQ processing has resumed after 1558 dropped events.
[  1330.151] [mi] This may be caused my a misbehaving driver monopolizing the server's resources.
[  1365.538] (II) UnloadModule: "kbd"
[  1365.538] (II) UnloadModule: "mouse"
[  1365.554] Server terminated successfully (0). Closing log file.

Any help would be appreciated.

Last edited by l0vot (2013-01-04 23:15:53)

Offline

#2 2013-01-04 21:30:32

l0vot
Member
Registered: 2011-08-26
Posts: 117

Re: multiseat problems and questions

Sorry for the extra long post, i do not know how to make scrolling code boxes on the forums.

Now for the questions:

1. can i blacklist specific devices in xorg.conf but otherwise allow hotplugging
2. can i specify which tty the x server takes control of
3. can i disable automatically switching to the tty that xorg has taken control of on screen0, but still have an active x server on screen1
4. is it possible to use a separate xorg.conf for each user instead of one unified xorg.conf
5. is it possible for both screens to have accsess to the virtual terminals (ttys) without an x running (basically a multiseat command line setup).

I can use answers to these questions to fix my problem, as well as allowing me to further experiment with multiseat configurations.

Also note, I am using Mate without a desktop manager, so all users will be logging in and activating their respective x server from the command line

Offline

#3 2013-01-04 21:44:24

Trent
Member
From: Baltimore, MD (US)
Registered: 2009-04-16
Posts: 990

Re: multiseat problems and questions

Use square brackets [ code] instead of angle brackets <code>.

Offline

#4 2013-01-04 22:41:22

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,442
Website

Re: multiseat problems and questions

l0vot wrote:

2. can i specify which tty the x server takes control of
4. is it possible to use a separate xorg.conf for each user instead of one unified xorg.conf

2 and 4 can be found in `man Xorg`.  When you call xinit you can add server parameters after a "--".  So the following would start a new session on tty7 using the configuration in "myconfig"

xinit -- vt7 -config /path/to/myconfig

Edit: also, in case you don't know, you can edit your previous posts.  Please do edit the first post to fix the code tags.

Last edited by Trilby (2013-01-04 22:44:06)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2013-01-04 23:13:43

l0vot
Member
Registered: 2011-08-26
Posts: 117

Re: multiseat problems and questions

Thanks Trilby , for answering 2 and 4, both work, also I did not realize that startx -- options could be found in the Xorg manual, i may be able to find other useful information there.

Also I will edit my previous post to fix the code problem

Last edited by l0vot (2013-01-05 05:46:14)

Offline

#6 2013-01-05 06:12:59

l0vot
Member
Registered: 2011-08-26
Posts: 117

Re: multiseat problems and questions

I got the mice operational, turns out i used the wrong file for the mice (i had to check where each one was linked to), however the keyboard does not work at all, and if the ctrl key is held down for a couple seconds, then I am moved into a different tty, the links in /dev/input/by-id are the correct devices, but they are not remotely functional with my current configuration in xorg.cfg.x2. This has me stumped because the driver configuration for the keyboards is duplicated from the working xorg.conf.

Offline

#7 2013-01-05 20:24:57

l0vot
Member
Registered: 2011-08-26
Posts: 117

Re: multiseat problems and questions

I used the endev driver for all of the input devices, and now the mice and keyboards work, however the arrow keys are mapped to other random keys on both keyboards. The up arrow on both keyboards is mapped to print screen, I may be able to fix that with xmodmap.

I can't seem to start seat 0 and 1 at the same time, and endev does weird things to my Logitech keyboard, so I used a roundabout way of starting both seats: first I activate seat one, and then switch to a different vt, which causes the x server to stop sending video to monitor one, but seat1 still grabbed keyboard1 and mouse1, then i use startx without any additional arguments, which activates screen0 by default and then hotplugs keyboard0 and mouse0 because they are available, but it does not interfere with seat1 because seat1 already grabbed all of it's devices. I open a terminal on seat0 and try to start seat1, which is already active, just not being displayed, so seat1 starts sending video to moniter1,  it appears trying to start an x server on a screen that is already in use will fail, and drop you back into the vt that you tried to start it from, in this case it put me back in screen0 while allowing screen1 to be active.

This is a very crude method of getting both seats to work at the same time, and i stumbled upon this solution by accident, originally i made a multi-threaded program that should have activated both seats at the same time from the same vt, that did not work for some reason, so i will have to use my crude solution until i can find a better one. an answer to question 3 would probably help, i will do some more research on question3.

Last edited by l0vot (2013-01-05 20:26:54)

Offline

Board footer

Powered by FluxBB