Multiseat problem

Hello.
I use Gentoo linux along with Arch, and the problem I will describe below was observed on a Gentoo box. However, I believe that it is a general linux problem, and it may be interesting to arch linux users who try doing multiseat. The main reason I am asking my question here is that authors of a very nice article on multiseat seem to belong to arch linux community.
I bought a couple of sexy video cards - AMD 6850, and now I am trying to make them serve me a multiseat. I used manual at the wiki and tried various other configurations found on the net. I was able to get it working, modulo a couple of problems:
1. when I type something on a keyboard, small red bars appear on the left top corner of the 0th screen. As if these red bars are letters on some sort of a terminal that is active on background. See screenshot
It also spams in the system log
Nov 2 10:49:28 globalhost login[2675]: pam_unix(login:auth): check pass; user unknown
Nov 2 10:49:28 globalhost login[2675]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=
Nov 2 10:49:30 globalhost login[2675]: FAILED LOGIN (1) on '/dev/tty1' FOR 'UNKNOWN', Authentication failure
Nov 2 10:49:30 globalhost login[2675]: pam_tally2(login:auth): pam_get_uid; user?
Nov 2 10:49:31 globalhost login[2675]: pam_unix(login:auth): check pass; user unknown
Nov 2 10:49:31 globalhost login[2675]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=
Nov 2 10:49:34 globalhost login[2973]: pam_tally2(login:auth): pam_get_uid; no such user
Nov 2 10:49:35 globalhost login[2973]: pam_unix(login:auth): check pass; user unknown
Nov 2 10:49:35 globalhost login[2973]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=
2. when I log out and then log back in, some applications wouldn't display anything, like firefox:
I'm quite bothered by these issues, I'm thinking of returning video cards for refund (while it isn't too late), and trying something like nvidia 550 Ti.
I would greatly appreciate any help.
P.S.: This thread almost repeats an analogous thread in gentoo forums. There I posted relevant config files and logs.
P.P.S.: Please-please-please don't close this thread. I use and very much appreciate Arch linux, if this counts.
Last edited by Khumarahn (2011-11-02 19:56:59)

scar wrote:
If your lightdm install is a bit older, this can be related to recent changes in lightdm.
See this:
https://bbs.archlinux.org/viewtopic.php?id=169552
In this case you can overwrite your /etc/lightdm.conf with /etc/lightdm.conf.pacnew, and re-configure it as you wish.
If this was not the case, sorry. (But the symptoms are quite familiar to me)
Thank you for your answer, that was part of the problem. Now I'm able to login but there's only one monitor working!
Before there were two seats and I wasn't able to login, now there's only one and I'm able to login.
Could it be a problem of the VGAs? Seems strange, I really think that I can't configure well lightdm, but if I want to install gdm it pulls all
gnome-shell, and I use xfce..
What a mess..

Similar Messages

  • 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 ([email protected]) 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)

    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)

  • Problem with lightdm and multiseat

    Hi everybody,
    so I'm trying to setup a multiseat desktop but I'm completely stuck.
    I've followed the wiki for the part regarding xorg.conf and tried to grab from the internet the part for lightdm.conf.
    Btw what happens is that the computer starts and give me two login screen on both monitor.
    In each of the screen the input devices are correct.
    The problem is that I cant access, namely if I put the password the screen becomes black and brings me back to the login screen.
    So I've tried to start manually with
    X -layout seat{0|1}
    and the screen becomes black.
    So I cannot understand if the problem is in xorg.conf or in lightdm.conf.
    Here xorg.conf:
    Section "ServerFlags"
    #Option "AutoAddDevices" "false"
    #Option "AutoEnableDevices" "false"
    Option "AllowMouseOpenFail" "on"
    #Option "AllowEmptyInput" "on"
    #Option "ZapWarning" "on"
    #Option "HandleSpecialKeys" "off" # Zapping on
    #Option "DRI2" "on"
    Option "Xinerama" "false"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-04d9_2517-event-kbd"
    Option "XkbRules" "xorg"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "evdev"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/by-id/usb-04d9_2517-if01-event-mouse"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd"
    Option "XkbRules" "xorg"
    EndSection
    Section "InputDevice"
    Identifier "mouse0"
    Driver "evdev"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse"
    EndSection
    Section "Device"
    Identifier "nvidia0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 210"
    BusId "PCI:01:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 650"
    BusId "PCI:06:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 650"
    BusId "PCI:06:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Acer AL1916W"
    HorizSync 31.0 - 84.0
    VertRefresh 56.0 - 76.0
    Option "DPMS" "1"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "DELL U2412M"
    HorizSync 30.0 - 83.0
    VertRefresh 50.0 - 61.0
    Option "DPMS" "1"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "nvidia1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "nvidia0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "seat0"
    Screen "Screen0" 0 0
    InputDevice "mouse0" "CorePointer"
    InputDevice "keyboard0" "CoreKeyboard"
    Option "AutoAddDevices" "off"
    Option "Xinerama" "0"
    EndSection
    Section "ServerLayout"
    Identifier "seat1"
    Screen "Screen1" 0 0
    InputDevice "mouse1" "CorePointer"
    InputDevice "keyboard1" "CoreKeyboard"
    Option "AutoAddDevices" "off"
    Option "Xinerama" "0"
    EndSection
    and here's lightdm.conf
    [LightDM]
    #start-default-seat=true
    #greeter-user=lightdm
    #minimum-display-number=0
    minimum-vt=7
    #lock-memory=true
    #user-authority-in-system-dir=false
    #guest-account-script=guest-account
    log-directory=/var/log/lightdm
    run-directory=/run/lightdm
    #cache-directory=/var/cache/lightdm
    #xsessions-directory=/usr/share/xsessions
    #remote-sessions-directory=/usr/share/lightdm/remote-sessions
    #xgreeters-directory=/usr/share/xgreeters
    [SeatDefaults]
    #type=xlocal
    xserver-command=X
    #xserver-layout=
    #xserver-config=
    #xserver-allow-tcp=false
    #xdmcp-manager=
    #xdmcp-port=177
    #xdmcp-key=
    greeter-session=lightdm-gtk-greeter
    #greeter-hide-users=false
    #greeter-allow-guest=true
    #greeter-show-manual-login=false
    #greeter-show-remote-login=true
    #user-session=default
    #allow-guest=true
    #guest-session=UNIMPLEMENTED
    session-wrapper=/etc/lightdm/xsession
    #display-setup-script=
    #greeter-setup-script=
    #session-setup-script=
    #session-cleanup-script=
    #autologin-guest=false
    #autologin-user=
    #autologin-user-timeout=0
    #autologin-session=UNIMPLEMENTED
    pam-service=lightdm-autologin
    #exit-on-failure=false
    [Seat:0]
    xserver-command=/usr/bin/X
    xserver-layout=seat0
    [Seat:1]
    xserver-command=/usr/bin/X :1 -sharevts
    xserver-layout=seat1
    Thanks to who'll be able to help!

    scar wrote:
    If your lightdm install is a bit older, this can be related to recent changes in lightdm.
    See this:
    https://bbs.archlinux.org/viewtopic.php?id=169552
    In this case you can overwrite your /etc/lightdm.conf with /etc/lightdm.conf.pacnew, and re-configure it as you wish.
    If this was not the case, sorry. (But the symptoms are quite familiar to me)
    Thank you for your answer, that was part of the problem. Now I'm able to login but there's only one monitor working!
    Before there were two seats and I wasn't able to login, now there's only one and I'm able to login.
    Could it be a problem of the VGAs? Seems strange, I really think that I can't configure well lightdm, but if I want to install gdm it pulls all
    gnome-shell, and I use xfce..
    What a mess..

  • Multiseat with Lightdm broken after updating Mesa

    Hi,
    I've been using a multiseat configuration for months now, and it was working almost perfectly (almost - multiseating is far from being really stable yet IMHO, but anyway).
    I updated mesa-libgl a few days ago and confirmed packages replacement, but right after rebooting my second seat didn't work anymore. The display stays black and no login screen shows up, although I suppose a signal is still sent as the monitor doesn't go into sleep mode. The first seat on the other side is working as usual, no difference noted.
    In the processes, I can only see one Xorg instance (used by the first seat), when I'm supposed to have tow instances, one for each seat and with different parameters. It's like the second seat is crashing, but I can see no trace of such crash in the logs (kernel.log or everything.log). Even the Xorg.1.log contains all the informations as if the display was running fine.
    The day after updating Mesa, I also updated Lightdm but it didn't change anything (I had a brief hope for a moment).
    My configuration is the following :
        - Nvidia GTX 760: used on seat0 as dual-head with Nouveau driver (Layout-Main in Xorg)
        - Intel GMA: used on seat1 on single-head with Intel driver (Layout-Aux in Xorg)
    I'm using Lightdm with this configuration:
    [LightDM]
    minimum-vt=1
    run-directory=/run/lightdm
    [SeatDefaults]
    greeter-session=lightdm-gtk-greeter
    greeter-show-manual-login=true
    session-wrapper=/etc/lightdm/Xsession
    greeter-setup-script=/usr/bin/numlockx on
    [Seat:0]
    xserver-command=/usr/bin/X :0 -sharevts
    xserver-layout=Layout-Main
    [Seat:1]
    xserver-command=/usr/bin/X :1 -sharevts -novtswitch
    xserver-layout=Layout-Aux
    The Xorg configuration for the seats is divided into two files:
    /etc/X11/xorg.conf.d/50-serverlayout-main.conf
    Section "ServerLayout"
    Identifier "Layout-Main"
    Screen "Screen-Main" 0 0
    InputDevice "Logitech-Illuminated" "CoreKeyboard"
    InputDevice "Logitech-G100S" "CorePointer"
    Option "AllowEmptyInput" "true"
    EndSection
    Section "InputDevice"
    Identifier "Logitech-G100S"
    Driver "evdev"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/by-id/usb-Logitech_G100s_Optical_Gaming_Mouse-event-mouse"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    Option "GrabDevice" "on" # prevent send event to other X-servers
    EndSection
    Section "InputDevice"
    Identifier "Logitech-Illuminated"
    Driver "evdev"
    Option "XkbLayout" "fr"
    Option "XkbModel" "pc104"
    Option "Device" "/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd"
    Option "GrabDevice" "on" # prevent send event to other X-servers
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Samsung"
    ModelName "Samsung SyncMaster 2433"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 60.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Samsung"
    ModelName "Samsung SyncMaster 2333sw"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 60.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "NVIDIA-GTX760"
    Driver "nouveau"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 760"
    EndSection
    Section "Screen"
    Identifier "Screen-Main"
    Device "NVIDIA-GTX760"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    /etc/X11/xorg.conf.d/51-serverlayout-aux.conf
    Section "ServerLayout"
    Identifier "Layout-Aux"
    Screen "Screen-Aux" 0 0
    InputDevice "K400r-keyboard" "CoreKeyboard"
    InputDevice "K400r-keyboard-multimedia" "SendCoreEvents"
    InputDevice "K400r-mouse" "CorePointer"
    Option "AllowEmptyInput" "true"
    EndSection
    Section "InputDevice"
    Identifier "K400r-mouse"
    Driver "evdev"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-mouse"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    Option "GrabDevice" "on" # prevent send event to other X-servers
    EndSection
    Section "InputDevice"
    Identifier "K400r-keyboard"
    Driver "evdev"
    Option "XkbLayout" "fr"
    Option "XkbModel" "pc104"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
    Option "GrabDevice" "on" # prevent send event to other X-servers
    EndSection
    Section "InputDevice"
    Identifier "K400r-keyboard-multimedia"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
    Option "XkbModel" "evdev"
    Option "GrabDevice" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Compaq"
    ModelName "Compaq Q2159"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 60.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Intel-I915"
    Driver "intel"
    VendorName "Intel"
    BoardName "Intel IGP"
    BusID "PCI:0:2:0"
    # Option "NoAccel" "True"
    # Option "DRI" "False"
    # Option "TearFree" "true"
    # Option "AccelMethod" "sna"
    EndSection
    Section "Screen"
    Identifier "Screen-Aux"
    Device "Intel-I915"
    Monitor "Monitor1"
    DefaultDepth 24
    EndSection
    When I disable the primary seat configuration in Xorg files (I just prevent the file from being loaded), and after I restart Lightm via
    # systemctl restart lightdm
    the display shows up correctly on the secondary seat (and not on the primary, which is logical so far). So in the end it seems I just cannot have both seat running at the same time, but individually they work fine.
    My logical assumption is that the recent upgrade of the Mesa packages somehow broke this configuration, but I cannot find why and how.
    FYI, here's what I tried:
    - play with Intel drivers options in Xorg (NoAccel, DRI, ...)
    - play with Xorg options on the command line of each seat (-sharevts, -novtswitch)
    - switch to Nvidia proprietary drivers (but here also, only the primary seat works, but that may be for a totally different reason, which is why I used Nouveau ever since I set up this configuration)
    Here are the Xorg log files:
    Xorg.0.log
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 6.853] X Protocol Version 11, Revision 0
    [ 6.853] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 6.853] Current Operating System: Linux leto 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
    [ 6.854] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=83e16b30-5b35-4b15-9bce-5ec87c00d46d rw quiet
    [ 6.854] Build Date: 21 September 2014 10:53:13AM
    [ 6.854]
    [ 6.854] Current version of pixman: 0.32.6
    [ 6.854] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.854] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.854] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 3 23:21:15 2014
    [ 6.855] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.855] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 6.857] (==) ServerLayout "Layout-Main"
    [ 6.857] (**) |-->Screen "Screen-Main" (0)
    [ 6.857] (**) | |-->Monitor "Monitor0"
    [ 6.857] (**) | |-->Device "NVIDIA-GTX760"
    [ 6.857] (**) |-->Input Device "Logitech-Illuminated"
    [ 6.857] (**) |-->Input Device "Logitech-G100S"
    [ 6.857] (==) Automatically adding devices
    [ 6.857] (==) Automatically enabling devices
    [ 6.857] (==) Automatically adding GPU devices
    [ 6.858] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6.858] Entry deleted from font path.
    [ 6.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 6.860] Entry deleted from font path.
    [ 6.860] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 6.860] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 6.860] Entry deleted from font path.
    [ 6.860] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 6.860] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 6.860] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.860] (II) Loader magic: 0x818d80
    [ 6.860] (II) Module ABI versions:
    [ 6.860] X.Org ANSI C Emulation: 0.4
    [ 6.860] X.Org Video Driver: 18.0
    [ 6.860] X.Org XInput driver : 21.0
    [ 6.860] X.Org Server Extension : 8.0
    [ 6.861] (EE) systemd-logind: failed to get session: PID 656 does not belong to any known session
    [ 6.861] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6.861] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 6.862] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xdb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
    [ 6.862] (--) PCI:*(0:1:0:0) 10de:1187:1462:2848 rev 161, Mem @ 0xda000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 6.862] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 6.862] (II) LoadModule: "glx"
    [ 6.863] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.873] (II) Module glx: vendor="X.Org Foundation"
    [ 6.873] compiled for 1.16.1, module version = 1.0.0
    [ 6.873] ABI class: X.Org Server Extension, version 8.0
    [ 6.873] (==) AIGLX enabled
    [ 6.873] (II) LoadModule: "nouveau"
    [ 6.874] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 6.875] (II) Module nouveau: vendor="X.Org Foundation"
    [ 6.875] compiled for 1.16.1, module version = 1.0.11
    [ 6.875] Module class: X.Org Video Driver
    [ 6.875] ABI class: X.Org Video Driver, version 18.0
    [ 6.875] (II) LoadModule: "evdev"
    [ 6.875] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.877] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.877] compiled for 1.16.0, module version = 2.9.0
    [ 6.877] Module class: X.Org XInput Driver
    [ 6.877] ABI class: X.Org XInput driver, version 21.0
    [ 6.877] (II) NOUVEAU driver
    [ 6.877] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 6.877] RIVA TNT (NV04)
    [ 6.877] RIVA TNT2 (NV05)
    [ 6.877] GeForce 256 (NV10)
    [ 6.877] GeForce 2 (NV11, NV15)
    [ 6.877] GeForce 4MX (NV17, NV18)
    [ 6.877] GeForce 3 (NV20)
    [ 6.877] GeForce 4Ti (NV25, NV28)
    [ 6.878] GeForce FX (NV3x)
    [ 6.878] GeForce 6 (NV4x)
    [ 6.878] GeForce 7 (G7x)
    [ 6.878] GeForce 8 (G8x)
    [ 6.878] GeForce GTX 200 (NVA0)
    [ 6.878] GeForce GTX 400 (NVC0)
    [ 6.878] (++) using VT number 1
    [ 6.878] (II) [drm] nouveau interface version: 1.1.2
    [ 6.878] (II) Loading sub module "dri2"
    [ 6.878] (II) LoadModule: "dri2"
    [ 6.878] (II) Module "dri2" already built-in
    [ 6.878] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
    [ 6.878] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 6.878] (==) NOUVEAU(0): RGB weight 888
    [ 6.878] (==) NOUVEAU(0): Default visual is TrueColor
    [ 6.878] (==) NOUVEAU(0): Using HW cursor
    [ 6.878] (==) NOUVEAU(0): GLX sync to VBlank enabled.
    [ 6.878] (==) NOUVEAU(0): Page flipping enabled
    [ 6.878] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
    [ 6.878] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
    [ 6.878] (II) NOUVEAU(0): Initializing outputs ...
    [ 6.935] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
    [ 6.965] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 6.967] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 7.073] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 7.073] (II) NOUVEAU(0): 4 crtcs needed for screen.
    [ 7.076] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
    [ 7.076] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
    [ 7.076] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
    [ 7.076] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
    [ 7.134] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 7.134] (II) NOUVEAU(0): Manufacturer: SAM Model: 5c8 Serial#: 1129132596
    [ 7.134] (II) NOUVEAU(0): Year: 2009 Week: 46
    [ 7.134] (II) NOUVEAU(0): EDID Version: 1.3
    [ 7.134] (II) NOUVEAU(0): Digital Display Input
    [ 7.134] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 7.134] (II) NOUVEAU(0): Gamma: 2.20
    [ 7.134] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 7.134] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 7.134] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 7.134] (II) NOUVEAU(0): redX: 0.647 redY: 0.334 greenX: 0.284 greenY: 0.607
    [ 7.134] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.071 whiteX: 0.312 whiteY: 0.329
    [ 7.134] (II) NOUVEAU(0): Supported established timings:
    [ 7.134] (II) NOUVEAU(0): 640x480@60Hz
    [ 7.134] (II) NOUVEAU(0): 800x600@56Hz
    [ 7.134] (II) NOUVEAU(0): 800x600@60Hz
    [ 7.134] (II) NOUVEAU(0): 1024x768@60Hz
    [ 7.134] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 7.134] (II) NOUVEAU(0): Supported standard timings:
    [ 7.134] (II) NOUVEAU(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 7.134] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 7.134] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 7.134] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 7.134] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 7.134] (II) NOUVEAU(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
    [ 7.134] (II) NOUVEAU(0): Monitor name: SyncMaster
    [ 7.134] (II) NOUVEAU(0): Serial No: H9XSB06266
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.134] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 7.134] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 7.134] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 7.134] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 7.134] (II) NOUVEAU(0): EDID (in hex):
    [ 7.134] (II) NOUVEAU(0): 00ffffffffffff004c2dc80534324d43
    [ 7.134] (II) NOUVEAU(0): 2e13010380341d782aeed1a555489b26
    [ 7.134] (II) NOUVEAU(0): 1250542308008100814081809500a940
    [ 7.134] (II) NOUVEAU(0): b30001010101023a801871382d40582c
    [ 7.134] (II) NOUVEAU(0): 450009252100001e000000fd00383c1e
    [ 7.134] (II) NOUVEAU(0): 5111000a202020202020000000fc0053
    [ 7.134] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff
    [ 7.134] (II) NOUVEAU(0): 00483958534230363236360a20200111
    [ 7.134] (II) NOUVEAU(0): 02010400023a80d072382d40102c4580
    [ 7.134] (II) NOUVEAU(0): 09252100001e011d007251d01e206e28
    [ 7.134] (II) NOUVEAU(0): 550009252100001e011d00bc52d01e20
    [ 7.134] (II) NOUVEAU(0): b828554009252100001e8c0ad0902040
    [ 7.134] (II) NOUVEAU(0): 31200c4055000925210000188c0ad08a
    [ 7.134] (II) NOUVEAU(0): 20e02d10103e96000925210000180000
    [ 7.134] (II) NOUVEAU(0): 00000000000000000000000000000000
    [ 7.134] (II) NOUVEAU(0): 0000000000000000000000000000005e
    [ 7.134] (II) NOUVEAU(0): Not using mode "1920x1080" (vrefresh out of range)
    [ 7.134] (II) NOUVEAU(0): Not using mode "1280x720" (vrefresh out of range)
    [ 7.134] (II) NOUVEAU(0): Not using mode "720x576" (vrefresh out of range)
    [ 7.134] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 7.134] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 7.134] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 7.134] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 7.164] (II) NOUVEAU(0): EDID for output DVI-D-1
    [ 7.164] (II) NOUVEAU(0): Manufacturer: SAM Model: 4de Serial#: 1129132595
    [ 7.164] (II) NOUVEAU(0): Year: 2009 Week: 6
    [ 7.164] (II) NOUVEAU(0): EDID Version: 1.3
    [ 7.164] (II) NOUVEAU(0): Digital Display Input
    [ 7.164] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 7.164] (II) NOUVEAU(0): Gamma: 2.20
    [ 7.164] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 7.164] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 7.164] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 7.164] (II) NOUVEAU(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 7.164] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 7.164] (II) NOUVEAU(0): Supported established timings:
    [ 7.164] (II) NOUVEAU(0): 640x480@60Hz
    [ 7.164] (II) NOUVEAU(0): 800x600@56Hz
    [ 7.164] (II) NOUVEAU(0): 800x600@60Hz
    [ 7.164] (II) NOUVEAU(0): 1024x768@60Hz
    [ 7.164] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 7.164] (II) NOUVEAU(0): Supported standard timings:
    [ 7.164] (II) NOUVEAU(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 7.164] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 7.164] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 7.164] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 7.164] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 7.164] (II) NOUVEAU(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 7.164] (II) NOUVEAU(0): Supported detailed timing:
    [ 7.164] (II) NOUVEAU(0): clock: 138.5 MHz Image Size: 477 x 268 mm
    [ 7.164] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 7.164] (II) NOUVEAU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    [ 7.164] (II) NOUVEAU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz
    [ 7.164] (II) NOUVEAU(0): Monitor name: SyncMaster
    [ 7.164] (II) NOUVEAU(0): Serial No: H9XS201897
    [ 7.164] (II) NOUVEAU(0): EDID (in hex):
    [ 7.164] (II) NOUVEAU(0): 00ffffffffffff004c2dde0433324d43
    [ 7.164] (II) NOUVEAU(0): 0613010380331d782aee91a3544c9926
    [ 7.164] (II) NOUVEAU(0): 0f50542308008100814081809500b300
    [ 7.164] (II) NOUVEAU(0): a940010101011a3680a070381f403020
    [ 7.164] (II) NOUVEAU(0): 3500dd0c1100001a000000fd00383d1e
    [ 7.164] (II) NOUVEAU(0): 4b11000a202020202020000000fc0053
    [ 7.164] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff
    [ 7.164] (II) NOUVEAU(0): 00483958533230313839370a2020008b
    [ 7.164] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
    [ 7.164] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 7.164] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 7.164] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 7.166] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 7.270] (II) NOUVEAU(0): EDID for output DP-1
    [ 7.270] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 7.270] (II) NOUVEAU(0): Output DVI-D-1 connected
    [ 7.270] (II) NOUVEAU(0): Output HDMI-1 disconnected
    [ 7.270] (II) NOUVEAU(0): Output DP-1 disconnected
    [ 7.270] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 7.270] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 7.270] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080
    [ 7.270] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 7.270] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 7.270] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 7.270] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 7.270] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 7.270] (II) Loading sub module "fb"
    [ 7.270] (II) LoadModule: "fb"
    [ 7.270] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 7.272] (II) Module fb: vendor="X.Org Foundation"
    [ 7.272] compiled for 1.16.1, module version = 1.0.0
    [ 7.272] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 7.272] (II) Loading sub module "shadowfb"
    [ 7.272] (II) LoadModule: "shadowfb"
    [ 7.272] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 7.272] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 7.272] compiled for 1.16.1, module version = 1.0.0
    [ 7.272] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 7.272] (--) Depth 24 pixmap format is 32 bpp
    [ 7.278] (II) NOUVEAU(0): Channel setup complete.
    [ 7.279] (II) NOUVEAU(0): [COPY] async initialised.
    [ 7.280] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 7.280] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 7.280] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 7.281] (II) Loading sub module "exa"
    [ 7.281] (II) LoadModule: "exa"
    [ 7.281] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 7.281] (II) Module exa: vendor="X.Org Foundation"
    [ 7.281] compiled for 1.16.1, module version = 2.6.0
    [ 7.281] ABI class: X.Org Video Driver, version 18.0
    [ 7.281] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 7.281] (II) EXA(0): Driver registered support for the following operations:
    [ 7.281] (II) Solid
    [ 7.281] (II) Copy
    [ 7.281] (II) Composite (RENDER acceleration)
    [ 7.281] (II) UploadToScreen
    [ 7.281] (II) DownloadFromScreen
    [ 7.281] (==) NOUVEAU(0): Backing store enabled
    [ 7.281] (==) NOUVEAU(0): Silken mouse enabled
    [ 7.282] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 7.282] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 7.282] (**) NOUVEAU(0): DPMS enabled
    [ 7.282] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 7.282] (--) RandR disabled
    [ 7.363] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 7.363] (II) AIGLX: enabled GLX_ARB_create_context
    [ 7.363] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 7.363] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 7.363] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 7.363] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 7.363] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 7.363] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 7.363] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 7.363] (II) AIGLX: Loaded and initialized nouveau
    [ 7.363] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 7.365] (II) NOUVEAU(0): NVEnterVT is called.
    [ 7.420] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 7.420] resize called 1920 1080
    [ 7.445] (II) Using input driver 'evdev' for 'Logitech-Illuminated'
    [ 7.445] (**) Option "CoreKeyboard"
    [ 7.445] (**) Logitech-Illuminated: always reports core events
    [ 7.445] (**) evdev: Logitech-Illuminated: Device: "/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd"
    [ 7.503] (--) evdev: Logitech-Illuminated: Vendor 0x46d Product 0xc318
    [ 7.503] (--) evdev: Logitech-Illuminated: Found keys
    [ 7.503] (II) evdev: Logitech-Illuminated: Configuring as keyboard
    [ 7.503] (II) XINPUT: Adding extended input device "Logitech-Illuminated" (type: KEYBOARD, id 6)
    [ 7.503] (**) Option "xkb_rules" "evdev"
    [ 7.503] (**) Option "xkb_model" "pc104"
    [ 7.503] (**) Option "xkb_layout" "fr"
    [ 7.513] (II) Using input driver 'evdev' for 'Logitech-G100S'
    [ 7.513] (**) Option "CorePointer"
    [ 7.513] (**) Logitech-G100S: always reports core events
    [ 7.513] (**) evdev: Logitech-G100S: Device: "/dev/input/by-id/usb-Logitech_G100s_Optical_Gaming_Mouse-event-mouse"
    [ 7.583] (--) evdev: Logitech-G100S: Vendor 0x46d Product 0xc247
    [ 7.583] (--) evdev: Logitech-G100S: Found 12 mouse buttons
    [ 7.583] (--) evdev: Logitech-G100S: Found scroll wheel(s)
    [ 7.583] (--) evdev: Logitech-G100S: Found relative axes
    [ 7.583] (--) evdev: Logitech-G100S: Found x and y relative axes
    [ 7.583] (II) evdev: Logitech-G100S: Configuring as mouse
    [ 7.583] (II) evdev: Logitech-G100S: Adding scrollwheel support
    [ 7.583] (**) Option "Emulate3Buttons" "no"
    [ 7.583] (**) evdev: Logitech-G100S: YAxisMapping: buttons 4 and 5
    [ 7.583] (**) evdev: Logitech-G100S: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 7.583] (II) XINPUT: Adding extended input device "Logitech-G100S" (type: MOUSE, id 7)
    [ 7.583] (II) evdev: Logitech-G100S: initialized for relative axes.
    [ 7.583] (**) Logitech-G100S: (accel) keeping acceleration scheme 1
    [ 7.583] (**) Logitech-G100S: (accel) acceleration profile 0
    [ 7.583] (**) Logitech-G100S: (accel) acceleration factor: 2.000
    [ 7.583] (**) Logitech-G100S: (accel) acceleration threshold: 4
    [ 7.584] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Power Button: Applying InputClass "system-keyboard"
    [ 7.584] (II) Using input driver 'evdev' for 'Power Button'
    [ 7.584] (**) Power Button: always reports core events
    [ 7.584] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 7.584] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 7.584] (--) evdev: Power Button: Found keys
    [ 7.584] (II) evdev: Power Button: Configuring as keyboard
    [ 7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 7.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 7.584] (**) Option "xkb_rules" "evdev"
    [ 7.584] (**) Option "xkb_model" "pc104"
    [ 7.584] (**) Option "xkb_layout" "fr"
    [ 7.584] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 7.584] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 7.584] (II) Using input driver 'evdev' for 'Video Bus'
    [ 7.584] (**) Video Bus: always reports core events
    [ 7.584] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 7.584] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 7.584] (--) evdev: Video Bus: Found keys
    [ 7.584] (II) evdev: Video Bus: Configuring as keyboard
    [ 7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
    [ 7.584] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
    [ 7.584] (**) Option "xkb_rules" "evdev"
    [ 7.584] (**) Option "xkb_model" "pc104"
    [ 7.584] (**) Option "xkb_layout" "fr"
    [ 7.584] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.584] (**) Power Button: Applying InputClass "system-keyboard"
    [ 7.584] (II) Using input driver 'evdev' for 'Power Button'
    [ 7.584] (**) Power Button: always reports core events
    [ 7.584] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 7.584] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 7.584] (--) evdev: Power Button: Found keys
    [ 7.584] (II) evdev: Power Button: Configuring as keyboard
    [ 7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 7.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
    [ 7.584] (**) Option "xkb_rules" "evdev"
    [ 7.584] (**) Option "xkb_model" "pc104"
    [ 7.584] (**) Option "xkb_layout" "fr"
    [ 7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
    [ 7.585] (II) No input driver specified, ignoring this device.
    [ 7.585] (II) This device may have been added with another device file.
    [ 7.585] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event23)
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
    [ 7.585] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
    [ 7.585] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
    [ 7.585] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event23"
    [ 7.585] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found x and y relative axes
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found absolute axes
    [ 7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Forcing absolute x/y axes to exist.
    [ 7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found keys
    [ 7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as mouse
    [ 7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as keyboard
    [ 7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Adding scrollwheel support
    [ 7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: YAxisMapping: buttons 4 and 5
    [ 7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 7.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:046D:C52B.0006/0003:046D:C52B.0008/input/input26/event23"
    [ 7.586] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4024" (type: KEYBOARD, id 11)
    [ 7.586] (**) Option "xkb_rules" "evdev"
    [ 7.586] (**) Option "xkb_model" "pc104"
    [ 7.586] (**) Option "xkb_layout" "fr"
    [ 7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: initialized for relative axes.
    [ 7.586] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: ignoring absolute axes.
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) keeping acceleration scheme 1
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration profile 0
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration factor: 2.000
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration threshold: 4
    [ 7.586] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
    [ 7.586] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
    [ 7.586] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
    [ 7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
    [ 7.586] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
    [ 7.630] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
    [ 7.630] (II) UnloadModule: "evdev"
    [ 7.630] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event25)
    [ 7.630] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
    [ 7.630] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
    [ 7.630] (**) HD Webcam C525: Applying InputClass "system-keyboard"
    [ 7.630] (II) Using input driver 'evdev' for 'HD Webcam C525'
    [ 7.630] (**) HD Webcam C525: always reports core events
    [ 7.630] (**) evdev: HD Webcam C525: Device: "/dev/input/event25"
    [ 7.630] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
    [ 7.630] (--) evdev: HD Webcam C525: Found keys
    [ 7.630] (II) evdev: HD Webcam C525: Configuring as keyboard
    [ 7.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2.1/1-11.2.1:1.2/input/input28/event25"
    [ 7.630] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 12)
    [ 7.630] (**) Option "xkb_rules" "evdev"
    [ 7.630] (**) Option "xkb_model" "pc104"
    [ 7.630] (**) Option "xkb_layout" "fr"
    [ 7.630] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event24)
    [ 7.630] (II) No input driver specified, ignoring this device.
    [ 7.630] (II) This device may have been added with another device file.
    [ 7.630] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
    [ 7.630] (II) No input driver specified, ignoring this device.
    [ 7.630] (II) This device may have been added with another device file.
    [ 7.630] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event22)
    [ 7.630] (II) No input driver specified, ignoring this device.
    [ 7.630] (II) This device may have been added with another device file.
    [ 7.630] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
    [ 7.630] (II) No input driver specified, ignoring this device.
    [ 7.630] (II) This device may have been added with another device file.
    [ 7.631] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event19)
    [ 7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
    [ 7.631] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 7.631] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 7.631] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event19"
    [ 7.631] (WW) evdev: Logitech Logitech Illuminated Keyboard: device file is duplicate. Ignoring.
    [ 7.663] (EE) PreInit returned 8 for "Logitech Logitech Illuminated Keyboard"
    [ 7.663] (II) UnloadModule: "evdev"
    [ 7.663] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event20)
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
    [ 7.663] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event20"
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
    [ 7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 7.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:046D:C318.0002/input/input23/event20"
    [ 7.663] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 13)
    [ 7.663] (**) Option "xkb_rules" "evdev"
    [ 7.663] (**) Option "xkb_model" "pc104"
    [ 7.663] (**) Option "xkb_layout" "fr"
    [ 7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
    [ 7.663] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 7.663] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/event21)
    [ 7.663] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 7.663] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 7.664] (II) Using input driver 'evdev' for 'Logitech G100s Optical Gaming Mouse'
    [ 7.664] (**) Logitech G100s Optical Gaming Mouse: always reports core events
    [ 7.664] (**) evdev: Logitech G100s Optical Gaming Mouse: Device: "/dev/input/event21"
    [ 7.664] (WW) evdev: Logitech G100s Optical Gaming Mouse: device file is duplicate. Ignoring.
    [ 7.690] (EE) PreInit returned 8 for "Logitech G100s Optical Gaming Mouse"
    [ 7.690] (II) UnloadModule: "evdev"
    [ 7.690] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/mouse0)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event8)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event4)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.690] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
    [ 7.690] (II) No input driver specified, ignoring this device.
    [ 7.690] (II) This device may have been added with another device file.
    [ 7.691] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 7.691] (II) No input driver specified, ignoring this device.
    [ 7.691] (II) This device may have been added with another device file.
    [ 14.821] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 14.821] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 14.821] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 14.821] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 14.821] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 14.821] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 14.821] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 14.963] resize called 3840 1080
    [ 15.466] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 15.466] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 15.466] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 15.466] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 15.466] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 15.466] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 15.466] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 15.747] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 15.747] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 15.747] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 15.747] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 15.747] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 15.747] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 15.747] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 15.947] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 15.947] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 15.947] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 15.947] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 15.947] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 15.947] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 15.947] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 16.180] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 16.180] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 16.180] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 16.180] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 16.180] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 16.180] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 16.180] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 16.398] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 16.398] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 16.398] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 16.398] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 16.398] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 16.398] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 16.398] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 16.705] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
    [ 16.705] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 16.705] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 16.705] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 16.705] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
    [ 16.705] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 16.705] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 3613.510] (II) config/udev: removing device Logitech Unifying Device. Wireless PID:4024
    [ 3613.557] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Close
    [ 3613.557] (II) UnloadModule: "evdev"
    [ 3613.617] (II) config/udev: removing device HD Webcam C525
    [ 3613.647] (II) evdev: HD Webcam C525: Close
    [ 3613.647] (II) UnloadModule: "evdev"
    [ 3614.988] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
    [ 3614.988] (II) No input driver specified, ignoring this device.
    [ 3614.988] (II) This device may have been added with another device file.
    [ 3614.988] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event23)
    [ 3614.988] (II) No input driver specified, ignoring this device.
    [ 3614.988] (II) This device may have been added with another device file.
    [ 3614.989] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
    [ 3614.989] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
    [ 3614.989] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
    [ 3614.989] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
    [ 3614.989] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
    [ 3614.989] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
    [ 3615.023] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
    [ 3615.023] (II) UnloadModule: "evdev"
    [ 3615.023] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event22)
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
    [ 3615.023] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
    [ 3615.023] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
    [ 3615.023] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event22"
    [ 3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
    [ 3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
    [ 3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
    [ 3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
    [ 3615.02

    shillshocked wrote:Since version 1.12, LightDM now relies on systemd-logind for seat
    management. It means LightDM van load seats automatically as they are added
    from logind.
    Ha! I searched something like that during my investigations, I was wondering if it wasn't about the recent logind changes, but I gave up due to the lack of documentation

  • Can no longer run multiseat w/ 2 nvidia cards

    Hello,
    I've had a working multiseat configuration for a while now, though I haven't used it in about 3 months. I switched to this configuration a few days ago (by uncommenting lines in the Xservers file, like I always do). The problem is now I am getting this error in Xorg where the first seat that should start does not, instead it displays no video (and the monitor goes to sleep as if it wasn't connected but still powered on), while the second seat starts and runs normally. Here is the Xorg log with the errors toward the end:
    [ 11.413]
    X.Org X Server 1.12.3
    Release Date: 2012-07-09
    [ 11.413] X Protocol Version 11, Revision 0
    [ 11.413] Build Operating System: Linux 3.4.4-3-ARCH x86_64
    [ 11.413] Current Operating System: Linux teetor-arch 3.4.6-1-ARCH #1 SMP PREEMPT Fri Jul 20 08:21:26 CEST 2012 x86_64
    [ 11.413] Kernel command line: root=/dev/disk/by-uuid/24d47fe5-5483-4a0e-83b9-2f9f259daa32 ro
    [ 11.413] Build Date: 09 July 2012 03:59:39PM
    [ 11.413]
    [ 11.413] Current version of pixman: 0.26.2
    [ 11.413] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.413] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.414] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 24 23:51:01 2012
    [ 11.414] (++) Using config file: "/etc/X11/multiseat-1.conf"
    [ 11.414] (++) Using config directory: "/etc/X11/xorg.conf.multiseat.d"
    [ 11.414] (==) No Layout section. Using the first Screen section.
    [ 11.414] (==) No screen section available. Using defaults.
    [ 11.414] (**) |-->Screen "Default Screen Section" (0)
    [ 11.414] (**) | |-->Monitor "<default monitor>"
    [ 11.414] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 11.414] (**) | |-->Device "GeForce 460"
    [ 11.414] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 11.414] (==) Automatically adding devices
    [ 11.414] (==) Automatically enabling devices
    [ 11.414] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11.414] Entry deleted from font path.
    [ 11.414] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 11.414] Entry deleted from font path.
    [ 11.414] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11.414] Entry deleted from font path.
    [ 11.414] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11.414] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11.414] Entry deleted from font path.
    [ 11.414] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11.414] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 11.414] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 11.414] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 11.414] (II) Loader magic: 0x7c8b00
    [ 11.414] (II) Module ABI versions:
    [ 11.414] X.Org ANSI C Emulation: 0.4
    [ 11.414] X.Org Video Driver: 12.0
    [ 11.414] X.Org XInput driver : 16.0
    [ 11.414] X.Org Server Extension : 6.0
    [ 11.415] (--) PCI:*(0:1:0:0) 10de:1205:1458:34fc rev 161, Mem @ 0xf6000000/33554432, 0xd8000000/134217728, 0xe4000000/67108864, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
    [ 11.415] (--) PCI: (0:2:0:0) 10de:0dc4:10de:085a rev 161, Mem @ 0xf2000000/33554432, 0xc8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
    [ 11.415] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 11.415] (II) LoadModule: "extmod"
    [ 11.416] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 11.416] (II) Module extmod: vendor="X.Org Foundation"
    [ 11.416] compiled for 1.12.3, module version = 1.0.0
    [ 11.416] Module class: X.Org Server Extension
    [ 11.416] ABI class: X.Org Server Extension, version 6.0
    [ 11.416] (II) Loading extension MIT-SCREEN-SAVER
    [ 11.416] (II) Loading extension XFree86-VidModeExtension
    [ 11.416] (II) Loading extension XFree86-DGA
    [ 11.416] (II) Loading extension DPMS
    [ 11.416] (II) Loading extension XVideo
    [ 11.416] (II) Loading extension XVideo-MotionCompensation
    [ 11.416] (II) Loading extension X-Resource
    [ 11.416] (II) LoadModule: "dbe"
    [ 11.416] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 11.416] (II) Module dbe: vendor="X.Org Foundation"
    [ 11.416] compiled for 1.12.3, module version = 1.0.0
    [ 11.416] Module class: X.Org Server Extension
    [ 11.416] ABI class: X.Org Server Extension, version 6.0
    [ 11.416] (II) Loading extension DOUBLE-BUFFER
    [ 11.416] (II) LoadModule: "glx"
    [ 11.416] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.425] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11.425] compiled for 4.0.2, module version = 1.0.0
    [ 11.425] Module class: X.Org Server Extension
    [ 11.425] (II) NVIDIA GLX Module 302.17 Tue Jun 12 16:22:45 PDT 2012
    [ 11.425] (II) Loading extension GLX
    [ 11.425] (II) LoadModule: "record"
    [ 11.425] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 11.425] (II) Module record: vendor="X.Org Foundation"
    [ 11.425] compiled for 1.12.3, module version = 1.13.0
    [ 11.425] Module class: X.Org Server Extension
    [ 11.425] ABI class: X.Org Server Extension, version 6.0
    [ 11.425] (II) Loading extension RECORD
    [ 11.425] (II) LoadModule: "dri"
    [ 11.425] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 11.426] (II) Module dri: vendor="X.Org Foundation"
    [ 11.426] compiled for 1.12.3, module version = 1.0.0
    [ 11.426] ABI class: X.Org Server Extension, version 6.0
    [ 11.426] (II) Loading extension XFree86-DRI
    [ 11.426] (II) LoadModule: "dri2"
    [ 11.426] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 11.426] (II) Module dri2: vendor="X.Org Foundation"
    [ 11.426] compiled for 1.12.3, module version = 1.2.0
    [ 11.426] ABI class: X.Org Server Extension, version 6.0
    [ 11.426] (II) Loading extension DRI2
    [ 11.426] (II) LoadModule: "nvidia"
    [ 11.426] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11.426] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11.426] compiled for 4.0.2, module version = 1.0.0
    [ 11.426] Module class: X.Org Video Driver
    [ 11.426] (II) NVIDIA dlloader X Driver 302.17 Tue Jun 12 16:04:53 PDT 2012
    [ 11.426] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11.426] (++) using VT number 7
    [ 11.426] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
    [ 11.426] (WW) xf86OpenConsole: setsid failed: Operation not permitted
    [ 11.428] (II) Loading sub module "fb"
    [ 11.428] (II) LoadModule: "fb"
    [ 11.428] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.428] (II) Module fb: vendor="X.Org Foundation"
    [ 11.428] compiled for 1.12.3, module version = 1.0.0
    [ 11.428] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.428] (II) Loading sub module "wfb"
    [ 11.428] (II) LoadModule: "wfb"
    [ 11.428] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11.429] (II) Module wfb: vendor="X.Org Foundation"
    [ 11.429] compiled for 1.12.3, module version = 1.0.0
    [ 11.429] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.429] (II) Loading sub module "ramdac"
    [ 11.429] (II) LoadModule: "ramdac"
    [ 11.429] (II) Module "ramdac" already built-in
    [ 11.429] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11.429] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11.429] (==) NVIDIA(0): RGB weight 888
    [ 11.429] (==) NVIDIA(0): Default visual is TrueColor
    [ 11.429] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11.429] (**) NVIDIA(0): Option "Coolbits" "4"
    [ 11.429] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11.465] (II) NVIDIA(GPU-0): Display (Acer S231HL (DFP-0)) does not support NVIDIA 3D
    [ 11.465] (II) NVIDIA(GPU-0): Vision stereo.
    [ 11.499] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 460 v2 (GF114) at PCI:1:0:0 (GPU-0)
    [ 11.499] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 11.499] (--) NVIDIA(0): VideoBIOS: 70.24.25.00.02
    [ 11.499] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 11.499] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 11.501] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 460 v2 at PCI:1:0:0
    [ 11.501] (--) NVIDIA(0): CRT-0
    [ 11.501] (--) NVIDIA(0): CRT-1
    [ 11.501] (--) NVIDIA(0): Acer S231HL (DFP-0) (connected)
    [ 11.501] (--) NVIDIA(0): DFP-1
    [ 11.501] (--) NVIDIA(0): DFP-2
    [ 11.501] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 11.501] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 11.501] (--) NVIDIA(0): Acer S231HL (DFP-0): 330.0 MHz maximum pixel clock
    [ 11.501] (--) NVIDIA(0): Acer S231HL (DFP-0): Internal Dual Link TMDS
    [ 11.501] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 11.501] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 11.501] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
    [ 11.501] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 11.501] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 11.501] (**) NVIDIA(0): device Acer S231HL (DFP-0) (Using EDID frequencies has
    [ 11.501] (**) NVIDIA(0): been enabled on all display devices.)
    [ 11.503] (==) NVIDIA(0):
    [ 11.503] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 11.503] (==) NVIDIA(0): will be used as the requested mode.
    [ 11.503] (==) NVIDIA(0):
    [ 11.503] (II) NVIDIA(0): Validated modes:
    [ 11.503] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 11.503] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 11.506] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
    [ 11.506] (--) NVIDIA(0): option
    [ 11.506] (--) Depth 24 pixmap format is 32 bpp
    [ 11.547] (II) NVIDIA(GPU-1): Display (VIZ VO370M (DFP-1)) does not support NVIDIA 3D Vision
    [ 11.547] (II) NVIDIA(GPU-1): stereo.
    [ 11.550] (EE) NVIDIA(GPU-1): EVO Push buffer channel allocation failed
    [ 11.550] (EE) *** Aborting ***
    [ 11.550] (EE) NVIDIA(GPU-1): Failed to allocate EVO core DMA push buffer
    [ 11.550] (EE) *** Aborting ***
    [ 11.551]
    [ 11.551] Backtrace:
    [ 11.552] 0: /usr/bin/X (xorg_backtrace+0x36) [0x560306]
    [ 11.552] 1: /usr/bin/X (0x400000+0x164039) [0x564039]
    [ 11.552] 2: /lib/libpthread.so.0 (0x7f950b2f5000+0xf170) [0x7f950b304170]
    [ 11.552] 3: /lib/libc.so.6 (cfree+0x14) [0x7f950a1feef4]
    [ 11.552] 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f9504ecb000+0xd9d98) [0x7f9504fa4d98]
    [ 11.552] 5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f9504ecb000+0x786a8) [0x7f9504f436a8]
    [ 11.552] 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f9504ecb000+0xe4acd) [0x7f9504fafacd]
    [ 11.552] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f9504ecb000+0x4f6537) [0x7f95053c1537]
    [ 11.552] 8: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f9504ecb000+0x4ed510) [0x7f95053b8510]
    [ 11.552] 9: /usr/bin/X (AddScreen+0x189) [0x4348c9]
    [ 11.552] 10: /usr/bin/X (InitOutput+0x28e) [0x472a6e]
    [ 11.552] 11: /usr/bin/X (0x400000+0x23476) [0x423476]
    [ 11.552] 12: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f950a1a4725]
    [ 11.552] 13: /usr/bin/X (0x400000+0x238ed) [0x4238ed]
    [ 11.552]
    [ 11.552] Segmentation fault at address 0x458
    [ 11.552]
    Fatal server error:
    [ 11.552] Caught signal 11 (Segmentation fault). Server aborting
    [ 11.552]
    [ 11.552]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 11.552] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 11.552]
    [ 11.553] Server terminated with error (1). Closing log file.
    [    11.550] (EE) NVIDIA(GPU-1): EVO Push buffer channel allocation failed
    [    11.550] (EE)  *** Aborting ***
    [    11.550] (EE) NVIDIA(GPU-1): Failed to allocate EVO core DMA push buffer
    [    11.550] (EE)  *** Aborting ***
    It looks like this is the issue ^, I have googled it with nothing interesting to show. I don't know what it is , but I have a feeling it might be a bug in the nvidia drivers since I have updated them since I last ran my multiseat. Also I think it is interesting how the errors seem to be happening on GPU-1, even though GPU-0 is the one that goes blank. Please I appreciate any help.

    I have the same exact problem with Kubuntu 11.10 and 3 NVidia cards. My multiseat starts correctly on all 3 displays, but after I logout from seat 2 or 3 I get there
    [ 37769.447] (EE) NVIDIA(GPU-1): EVO Push buffer channel allocation failed
    [ 37769.447] (EE)  *** Aborting ***
    [ 37769.447] (EE) NVIDIA(GPU-1): Failed to allocate EVO core DMA push buffer
    [ 37769.447] (EE)  *** Aborting ***
    [ 37769.450]
    Backtrace:
    [ 37769.450] 0: /usr/bin/X2 (xorg_backtrace+0x26) [0x460566]
    [ 37769.450] 1: /usr/bin/X2 (0x400000+0x64b7a) [0x464b7a]
    [ 37769.450] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fdd0e5ff000+0x10060) [0x7fdd0e60f060]
    [ 37769.450] 3: /lib/x86_64-linux-gnu/libc.so.6 (cfree+0x19) [0x7fdd0d596979]
    [ 37769.450] 4: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so (0x7fdd08282000+0xd9d98) [0x7fdd0835bd98]
    [ 37769.450] 5: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so (0x7fdd08282000+0x786a8) [0x7fdd082fa6a8]
    [ 37769.450] 6: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so (0x7fdd08282000+0xe4acd) [0x7fdd08366acd]
    [ 37769.450] 7: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so (0x7fdd08282000+0x44f2d7) [0x7fdd086d12d7]
    [ 37769.450] 8: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so (0x7fdd08282000+0x446300) [0x7fdd086c8300]
    [ 37769.450] 9: /usr/bin/X2 (AddScreen+0x171) [0x42fed1]
    [ 37769.450] 10: /usr/bin/X2 (InitOutput+0x29c) [0x473b9c]
    [ 37769.450] 11: /usr/bin/X2 (0x400000+0x23143) [0x423143]
    [ 37769.450] 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7fdd0d53930d]
    [ 37769.450] 13: /usr/bin/X2 (0x400000+0x235ed) [0x4235ed]
    [ 37769.450] Segmentation fault at address 0x458
    [ 37769.450]
    Caught signal 11 (Segmentation fault). Server aborting
    [ 37769.450]
    Please consult the The X.Org Foundation support
             at http://wiki.x.org
    for help.
    [ 37769.450] Please also check the log file at "/var/log/Xorg.2.log" for additional information.
    [ 37769.450]
    [ 37769.450]  ddxSigGiveUp: Closing log

  • Systemd multiseat with NVidia card and Intel integrated graphics

    I'm trying to set up multiseat Gnome 3 on a system running the nvidia proprietary drivers. The first seat on the nvidia GPU is working fine. For the second seat I'm trying to use an integrated Intel GPU, but all I get is the GDM "Oh no, something has gone wrong" screen. I'm not sure why, but I suspect it could be because the intel driver is also trying to load nvidia's libglx.so:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org X Server 1.16.1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Release Date: 2014-09-21
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X Protocol Version 11, Revision 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Build Operating System: Linux 3.16.1-1-ARCH x86_64
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Current Operating System: Linux comp1 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014 x86_64
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4ed01629-9f62-4642-8815-66a9ef652965 rw quiet
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Build Date: 21 September 2014 10:53:13AM
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Current version of pixman: 0.32.6
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Before reporting problems, check http://wiki.x.org
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: to make sure that you have the latest version.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Markers: (--) probed, (**) from config file, (==) default setting,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) from command line, (!!) notice, (II) informational,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) Log file: "/dev/null", Time: Wed Oct 15 21:47:02 2014
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) Using config file: "/run/systemd/multi-session-x/seat1"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No Layout section. Using the first Screen section.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No screen section available. Using defaults.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) |-->Screen "Default Screen Section" (0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) | |-->Monitor "<default monitor>"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No monitor specified for screen "Default Screen Section".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Using a default monitor configuration.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Option "DontVTSwitch" "True"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Option "AutoAddDevices" "True"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Automatically adding devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Automatically enabling devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Automatically adding GPU devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) FontPath set to:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/misc/,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/TTF/,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/Type1/
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) The server relies on udev to provide the list of input devices.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loader magic: 0x818d80
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module ABI versions:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org ANSI C Emulation: 0.4
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org Video Driver: 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org XInput driver : 21.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org Server Extension : 8.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) systemd-logind: failed to get session: PID 323 does not belong to any known session
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "glx"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module glx: vendor="NVIDIA Corporation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 4.0.2, module version = 1.0.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Server Extension
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) NVIDIA GLX Module 343.22 Thu Sep 11 15:55:13 PDT 2014
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched intel as autoconfigured driver 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched modesetting as autoconfigured driver 1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched fbdev as autoconfigured driver 2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched vesa as autoconfigured driver 3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Assigned the driver to the xf86ConfigLayout
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "intel"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module intel: vendor="X.Org Foundation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 1.16.1, module version = 2.99.916
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Video Driver
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: ABI class: X.Org Video Driver, version 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "modesetting"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Warning, couldn't open module modesetting
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "modesetting"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading modesetting
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to load module "modesetting" (module does not exist, 0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "fbdev"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Warning, couldn't open module fbdev
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "fbdev"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading fbdev
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "vesa"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module vesa: vendor="X.Org Foundation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 1.16.0, module version = 2.3.2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Video Driver
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: ABI class: X.Org Video Driver, version 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) VESA: driver for VESA chipsets: vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Falling back to old probe method for vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Creating default Display subsection in Screen section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: "Default Screen Section" for depth/fbbpp 24/32
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): RGB weight 888
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Default visual is TrueColor
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output VGA1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output VGA1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI2 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI3 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP2 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP3 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output VIRTUAL1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Output HDMI1 using initial mode 1280x1024 on pipe 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): TearFree disabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): DPI set to (96, 96)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading sub module "dri2"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "dri2"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module "dri2" already built-in
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading sub module "present"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "present"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module "present" already built-in
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "vesa"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Depth 24 pixmap format is 32 bpp
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): SNA initialized with Sandybridge (gen6, gt1) backend
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Backing store enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Silken mouse enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): HW Cursor enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): DPMS enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] Setup complete
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] DRI driver: i965
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] VDPAU driver: i965
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): direct rendering: DRI2 enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): hardware support for Present enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): display hotplug detection enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) RandR disabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): switch to mode [email protected] on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Setting screen physical size to 338 x 270
    Unfortunately the config file for the second X server is /run/systemd/multi-session-x/seat1, which is not persistent. Is there any other way to get a different config file to the second X server, so I can force it to load the default libglx.so?
    For completeness, output of seat-status is as follows:
    seat1
    Sessions: *c1
    Devices:
    ├─/sys/devices/pci0000:00/0000:00:02.0/drm/card0
    │ drm:card0
    └─/sys/devices/pci0000:00/0000:00:02.0/graphics/fb1
    [MASTER] graphics:fb1 "inteldrmfb"

    One thing you can do to ensure highest perfomance on games is go to the Nvidia Control Panel, Manage 3D Settings, Programs, then find the game you want and set it to use only NVIDIA High Performance (or Discrete) graphics. You can't use both cards at the same time as of writing this (DirectX 11), but with the arrival of Windows 10 and DirectX 12 on July 29 you will be able to use both at once to increase performance. Until then, though, it is simply not possible to use both at once. The best option is to just use the GTX 860M.

  • Multiseat gaming setup

    Hey,
    I encountered a problem with trying to setup a multiseat gaming environment. I found this reddit Post introducing virtualgl to approach this.
    http://tk.reddit.com/r/archlinux/commen … ing_guide/
    I followed all the instructions but for some reaon I get this error whenever I try to use vglrun.
    Invalid MIT-MAGIC-COOKIE-1 key[VGL] ERROR: Could not open display :0.
    This for some reason also fucks up the whole session. I can't run any further X application after doing this. I really don't see what's wrong.
    Did anybody ever encounter the same problem and might have a solution for me?

    This might help?
    I just used ERROR: Could not open display :0 to search for your issue.  It seems to be a relatively common issue.

  • "Multiseat" gaming with multi-pointer X

    Hello Arch gaming community,
    recently I've discovered a decent way to play multiplayer games in multiseat (or pseudo split-screen) manner. It really works - I use it to play Myth II: Soulblighter (on Wine) with my brother
    Short explanation:
    In recent versions of Xorg (>= 1.7), there's a nice feature - it lets you plug another mouse and make it control a second pointer on the screen. Plug another keyboard, assign it to this pointer, and you can independently work with two windows at a time (each pointer getting it's own focus). Now, if you connect a second physical display and configure it to be a separate X screen belonging to the same X server, you can send your second pointer to that screen, virtually allowing both sets to be used independently. Now, run some game on first screen, then another instance on another, and you can play it multiplayer with your friend
    What makes this approach better than a "true" multiseat:
    Configuring a proper multiseat system (where each "seat" get's it's own login screen) is not easy, to start with. Often it won't let you use hardware acceleration on both displays unless they're connected to two separate video cards. Mutli-pointer approach lets you use both screens with hardware acceleration with just one dual-head graphics card (like most laptops have). Besides, it's much less painful to set up.
    The downsides:
    The multi-pointer feature of Xorg is still fairly new, and is not supported by any window manager that I know. Thankfully, it doesn't have to be explicitly supported by a WM in order to be used with it, but most WMs tend to get confused by it. Also, sometimes keyboard focus is not automatically assigned for the second pointer, and you have to explicitly assign it via command-line for the keyobard input to work.
    So, how to do it?
    The basic steps are:
    Prepare an alternative xorg configuration file for both displays (if you don't use both already)
    Start another X server with "xinit /usr/bin/xterm -- :1 vt8 -config [your dual screen xorg config file]" (so that when something goes bad, your main desktop won't suffer)
    Set up a secondary pointer with xinput utility
    Launch two instances of some game, one on each screen
    Use xinput with "set-cp" option to assign a second pointer to the window that will be operated by it
    Play!
    You'll have to repeat all steps (except the first one) each time you want to play in this configuration. As you can see, it requires some tedious typing each time, so right now I'm writing scripts that automate the setup.
    Here's one that lets you choose a mouse and keyobard and assign a second pointer to them (uses zenity, but can be adapted to use CLI only):
    #/bin/bash
    # vim: si ts=4 sw=4
    shopt -s extglob
    IFS=$'\n' DEVICE_LIST=( $(xinput list --short) )
    for (( I=0; I<${#DEVICE_LIST[@]}; I++ )); do
    IFS=$'\t' INFO=( ${DEVICE_LIST[$I]} )
    [ "${INFO[2]:1:1}" = "s" ] || continue
    NAME="${INFO[0]:6}"
    NAME="${NAME%%*([[:blank:]])}"
    ID="${INFO[1]#id=}"
    [[ "$NAME" != *XTEST* ]] || continue
    case "${INFO[2]:8:1}" in
    "p" )
    POINTERS+=( "$ID"$'\t'"$NAME" )
    "k" )
    KEYBOARDS+=( "$ID"$'\t'"$NAME" )
    esac
    done
    POINTER="$( IFS=$'\t' zenity --title="Select device" --list --text="Choose a pointer" --column="Id" --column="Name" ${POINTERS[@]} )"
    KEYBOARD="$( IFS=$'\t' zenity --title="Select device" --list --text="Choose a keyboard" --column="Id" --column="Name" ${KEYBOARDS[@]} )"
    [ -n "$POINTER" ] && [ -n "$KEYBOARD" ] || exit 1
    MASTER_NAME="second"
    xinput create-master "$MASTER_NAME"
    xinput reattach "$POINTER" "$MASTER_NAME pointer"
    xinput reattach "$KEYBOARD" "$MASTER_NAME keyboard"
    Don't ask me for more detailed instructions - I'll provide them when I have time.
    Now I'm looking for suggestions where I could place them. Maybe a wiki page would be a good idea? I think it would also be easier to join efforts there. What do you think?

    Yes, most of WMs get confused by multiple pointers, because they don't recognize mutliple focuses. That's one of the reasons why I run games in a dedicated X server with a bare-bones TWM setup. I launch it with:
    xinit ./xinitrc.dual -- :1 vt8 -config xorg.conf.dual
    xinitrc.dual:
    twm -f twmrc &
    DISPLAY=:1.1 xterm &
    xterm
    twmrc (compacted):
    NoDefaults
    NoIconManagers
    NoTitleFocus
    NoTitleHighlight
    NoHighlight
    RandomPlacement
    UsePPosition "on"
    OpaqueMove
    DontMoveOff
    NoTitle
    BorderWidth 0
    NoMenuShadows
    # Bindings
    Button1 = m4 : window|icon : f.move
    Button3 = m4 : window : f.resize
    Button1 = : icon : f.deiconify
    "1" = m4 : all : f.warptoscreen "0"
    "2" = m4 : all : f.warptoscreen "1"
    "f" = m4 : all : f.focus
    "Tab" = m4 : all : f.circleup
    "Tab" = m4|s : all : f.circledown
    "n" = m4 : window : f.iconify
    In this config there are no window decorations, and "Super" (the windows-logo key) is the general window-handling modifier.
    Bindings explained:
    Super+LMB - drag windows around
    Super+RMB - resize windows
    Super+1/2 - warp pointer to screen 0 or 1
    Super+f - lock/unlock focus
    Super[+Shift]+Tab - cycle between windows (more precisely, cycle their stacking order)
    Super+n - iconify (minimize) window; iconified windows are restored by clicking on icons.
    Why do I see two entries for the USB keyboard ? (ID8 / ID9)
    It seems that some devices report themselves that way. Maybe they have some functions that should be logically separated, or something like that. Then, I think it's best to keep them under the same master device to avoid confusion. I've updated my zenity script to allow selecting more than one device:
    #/bin/bash
    # vim: si ts=4 sw=4
    shopt -s extglob
    IFS=$'\n' DEVICE_LIST=( $(xinput list --short) )
    for (( I=0; I<${#DEVICE_LIST[@]}; I++ )); do
    IFS=$'\t' INFO=( ${DEVICE_LIST[$I]} )
    [ "${INFO[2]:1:1}" = "s" ] || continue
    NAME="${INFO[0]:6}"
    NAME="${NAME%%*([[:blank:]])}"
    ID="${INFO[1]#id=}"
    [[ "$NAME" != *XTEST* ]] || continue
    case "${INFO[2]:8:1}" in
    "p" )
    POINTERS+=( "$ID"$'\t'"$NAME" )
    "k" )
    KEYBOARDS+=( "$ID"$'\t'"$NAME" )
    esac
    done
    MASTER_NAME="$( zenity --title="Enter name" --entry --text="Enter name for new master" )"
    [ -n "$MASTER_NAME" ] || exit 1
    POINTER="$( IFS=$'\t' zenity --title="Select device" --list --multiple --text="Choose a pointer" --column="Id" --column="Name" ${POINTERS[@]} )"
    [ -n "$POINTER" ] || exit 1
    KEYBOARD="$( IFS=$'\t' zenity --title="Select device" --list --multiple --text="Choose a keyboard" --column="Id" --column="Name" ${KEYBOARDS[@]} )"
    [ -n "$KEYBOARD" ] || exit 1
    xinput create-master "$MASTER_NAME"
    IFS="|"
    for ID in $POINTER; do
    xinput reattach "$ID" "$MASTER_NAME pointer"
    done
    for ID in $KEYBOARD; do
    xinput reattach "$ID" "$MASTER_NAME keyboard"
    done
    @Darksoul71
    This should be all you need. You can adapt my xorg.conf.dual (it's in one of my previous posts), but the way of configuring multiple screens can differ between display drivers, so you'll have to find out how to do it in your case.
    EDIT: Forgot to mention:
    @Darksoul71
    As to you keyboard problem - do you set the client pointer for the second instance's window?
    Last edited by Rad3k (2010-09-29 22:06:08)

  • HP Compaq MultiSeat ms6200 Desktop having windows multipoint server 2011 supports turbo c and c

    HP Compaq MultiSeat ms6200 Desktop having windows multipoint server 2011 supports turbo c and c 

    Hello Ashok007,
    I'm not understanding this post. Is there a question here somewhere? Are you having a problem or experiencing an issue?
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • A newer, proven working multiseat guide?

    So today I've been trying to get multiseat working.  My primary focus at the moment is to get 2 users logged in on 2 separate monitors plugged into 2 physically separate GPUs.  I also don't want the display manager to run the 2nd display - I want to do that manually.  Both GPUs are the AMD HD5750, and I'm using the open source radeon drivers.  The problem is I've looked at maybe 10 different guides and all of them have at least one of the following problems:
    * Too old (parts of them have been obsoleted, but any succeeding options are not documented for multiseat)
    * Too vague or incomplete
    * Works only with the nvidia closed source drivers
    I've spent several hours modifying my xorg.conf and xorg.conf.d/* files and could never get the 2nd display to even flicker.  Here's what I have for my xorg.conf:
    Section "ServerFlags"
    Option "DefaultServerLayout" "Seat0"
    Option "AutoAddDevices" "false"
    Option "AutoEnableDevices" "false"
    #Option "AllowMouseOpenFail" "on"
    Option "AllowEmptyInput" "on"
    Option "ZapWarning" "on"
    Option "DRI2" "on"
    Option "Xinerama" "off"
    Option "AutoAddGPU" "false"
    EndSection
    Section "ServerLayout"
    Identifier "Seat0"
    Screen 0 "Screen0" 0 0
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    Option "Clone" "off"
    Option "DisableModInDev" "true"
    EndSection
    Section "ServerLayout"
    Identifier "Seat1"
    Screen 1 "Screen1" 0 0
    #InputDevice "Mouse1" "CorePointer"
    #InputDevice "Keyboard1" "CoreKeyboard"
    Option "Clone" "off"
    Option "DisableModInDev" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    Option "dpms"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "Enable" "true"
    Option "dpms"
    EndSection
    Section "Device"
    Identifier "GPU0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "GPU1"
    Driver "radeon"
    BusID "PCI:8:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "GPU0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "GPU1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768"
    EndSubsection
    EndSection
    Remember - right now, all I want is the 2nd display to work.  I'll deal with input devices later.
    Anyway, that xorg.conf works fine, but only for Seat0.  Seat1 always fails.  To launch Seat1, I run the following command:
    X -novtswitch -sharevts -nolisten tcp -layout "Seat1" :1
    Here's the Xorg.1.log:
    [ 1325.405]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 1325.405] X Protocol Version 11, Revision 0
    [ 1325.405] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1325.405] Current Operating System: Linux Tornado 3.13.4-1-ARCH #1 SMP PREEMPT Thu Feb 20 23:54:52 CET 2014 x86_64
    [ 1325.405] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6206a386-b63e-4c75-9b37-4d5488770758 ro quiet nomodset radeon.dpm=1 radeon.audio=1
    [ 1325.405] Build Date: 09 January 2014 08:47:24AM
    [ 1325.405]
    [ 1325.405] Current version of pixman: 0.32.4
    [ 1325.405] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1325.405] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1325.405] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Feb 23 23:51:19 2014
    [ 1325.405] (++) Using config file: "/etc/X11/xorg.conf.seat1"
    [ 1325.405] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1325.405] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1325.406] (**) Option "defaultserverlayout" "Seat0"
    [ 1325.406] (++) ServerLayout "Seat1"
    [ 1325.406] (**) |-->Screen "Screen1" (1)
    [ 1325.406] (**) | |-->Monitor "Monitor1"
    [ 1325.406] (**) | |-->Device "GPU1"
    [ 1325.406] (**) Option "Xinerama" "off"
    [ 1325.406] (**) Option "DRI2" "on"
    [ 1325.406] (**) Option "AutoAddGPU" "false"
    [ 1325.406] (==) Automatically adding devices
    [ 1325.406] (==) Automatically enabling devices
    [ 1325.406] (**) Not automatically adding GPU devices
    [ 1325.406] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1325.406] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1325.406] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1325.406] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1325.406] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1325.406] (II) Loader magic: 0x804c80
    [ 1325.406] (II) Module ABI versions:
    [ 1325.406] X.Org ANSI C Emulation: 0.4
    [ 1325.406] X.Org Video Driver: 15.0
    [ 1325.406] X.Org XInput driver : 20.0
    [ 1325.406] X.Org Server Extension : 8.0
    [ 1325.406] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1325.407] setversion 1.4 failed: Permission denied
    [ 1325.407] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1325.410] (--) PCI:*(0:1:0:0) 1002:68be:1043:0338 rev 0, Mem @ 0xc0000000/268435456, 0xfd9c0000/131072, I/O @ 0x0000ce00/256, BIOS @ 0x????????/131072
    [ 1325.410] (--) PCI: (0:8:0:0) 1002:68be:1545:5750 rev 0, Mem @ 0xd0000000/268435456, 0xfdac0000/131072, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072
    [ 1325.410] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1325.410] Initializing built-in extension Generic Event Extension
    [ 1325.410] Initializing built-in extension SHAPE
    [ 1325.410] Initializing built-in extension MIT-SHM
    [ 1325.410] Initializing built-in extension XInputExtension
    [ 1325.410] Initializing built-in extension XTEST
    [ 1325.410] Initializing built-in extension BIG-REQUESTS
    [ 1325.410] Initializing built-in extension SYNC
    [ 1325.410] Initializing built-in extension XKEYBOARD
    [ 1325.410] Initializing built-in extension XC-MISC
    [ 1325.410] Initializing built-in extension SECURITY
    [ 1325.410] Initializing built-in extension XINERAMA
    [ 1325.410] Initializing built-in extension XFIXES
    [ 1325.410] Initializing built-in extension RENDER
    [ 1325.410] Initializing built-in extension RANDR
    [ 1325.410] Initializing built-in extension COMPOSITE
    [ 1325.410] Initializing built-in extension DAMAGE
    [ 1325.410] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1325.410] Initializing built-in extension DOUBLE-BUFFER
    [ 1325.410] Initializing built-in extension RECORD
    [ 1325.410] Initializing built-in extension DPMS
    [ 1325.410] Initializing built-in extension Present
    [ 1325.410] Initializing built-in extension DRI3
    [ 1325.410] Initializing built-in extension X-Resource
    [ 1325.410] Initializing built-in extension XVideo
    [ 1325.410] Initializing built-in extension XVideo-MotionCompensation
    [ 1325.410] Initializing built-in extension XFree86-VidModeExtension
    [ 1325.410] Initializing built-in extension XFree86-DGA
    [ 1325.411] Initializing built-in extension XFree86-DRI
    [ 1325.411] Initializing built-in extension DRI2
    [ 1325.411] (II) "glx" will be loaded by default.
    [ 1325.411] (II) LoadModule: "dri2"
    [ 1325.411] (II) Module "dri2" already built-in
    [ 1325.411] (II) LoadModule: "glamoregl"
    [ 1325.411] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 1325.413] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 0.6.0
    [ 1325.413] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1325.413] (II) LoadModule: "glx"
    [ 1325.413] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1325.413] (II) Module glx: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 1.0.0
    [ 1325.413] ABI class: X.Org Server Extension, version 8.0
    [ 1325.413] (==) AIGLX enabled
    [ 1325.413] Loading extension GLX
    [ 1325.413] (II) LoadModule: "radeon"
    [ 1325.413] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 1325.413] (II) Module radeon: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 7.3.0
    [ 1325.413] Module class: X.Org Video Driver
    [ 1325.413] ABI class: X.Org Video Driver, version 15.0
    [ 1325.413] (II) RADEON: Driver for ATI Radeon chipsets:
    [ 1325.417] (--) using VT number 7
    [ 1325.417] (II) [KMS] Kernel modesetting enabled.
    [ 1325.417] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 1325.417] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1325.417] (==) RADEON(0): Default visual is TrueColor
    [ 1325.417] (==) RADEON(0): RGB weight 888
    [ 1325.417] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 1325.417] (--) RADEON(0): Chipset: "ATI Radeon HD 5700 Series" (ChipID = 0x68be)
    [ 1325.473] (EE) RADEON(0): [drm] Failed to open DRM device for pci:0000:08:00.0: No such file or directory
    [ 1325.473] (EE) RADEON(0): Kernel modesetting setup failed
    [ 1325.473] (II) UnloadModule: "radeon"
    [ 1325.473] (EE) Screen(s) found, but none have a usable configuration.
    [ 1325.473] (EE)
    Fatal server error:
    [ 1325.473] (EE) no screens found(EE)
    [ 1325.473] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1325.473] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 1325.473] (EE)
    [ 1325.473] (EE) Server terminated with error (1). Closing log file.
    Note that I removed a lot of the extra cruft at [  1325.413].
    Any suggestions?  This shouldn't be that hard to fix, but I'm out of ideas.
    Last edited by schmidtbag (2014-02-24 04:54:19)

    So today I've been trying to get multiseat working.  My primary focus at the moment is to get 2 users logged in on 2 separate monitors plugged into 2 physically separate GPUs.  I also don't want the display manager to run the 2nd display - I want to do that manually.  Both GPUs are the AMD HD5750, and I'm using the open source radeon drivers.  The problem is I've looked at maybe 10 different guides and all of them have at least one of the following problems:
    * Too old (parts of them have been obsoleted, but any succeeding options are not documented for multiseat)
    * Too vague or incomplete
    * Works only with the nvidia closed source drivers
    I've spent several hours modifying my xorg.conf and xorg.conf.d/* files and could never get the 2nd display to even flicker.  Here's what I have for my xorg.conf:
    Section "ServerFlags"
    Option "DefaultServerLayout" "Seat0"
    Option "AutoAddDevices" "false"
    Option "AutoEnableDevices" "false"
    #Option "AllowMouseOpenFail" "on"
    Option "AllowEmptyInput" "on"
    Option "ZapWarning" "on"
    Option "DRI2" "on"
    Option "Xinerama" "off"
    Option "AutoAddGPU" "false"
    EndSection
    Section "ServerLayout"
    Identifier "Seat0"
    Screen 0 "Screen0" 0 0
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    Option "Clone" "off"
    Option "DisableModInDev" "true"
    EndSection
    Section "ServerLayout"
    Identifier "Seat1"
    Screen 1 "Screen1" 0 0
    #InputDevice "Mouse1" "CorePointer"
    #InputDevice "Keyboard1" "CoreKeyboard"
    Option "Clone" "off"
    Option "DisableModInDev" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    Option "dpms"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "Enable" "true"
    Option "dpms"
    EndSection
    Section "Device"
    Identifier "GPU0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "GPU1"
    Driver "radeon"
    BusID "PCI:8:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "GPU0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "GPU1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768"
    EndSubsection
    EndSection
    Remember - right now, all I want is the 2nd display to work.  I'll deal with input devices later.
    Anyway, that xorg.conf works fine, but only for Seat0.  Seat1 always fails.  To launch Seat1, I run the following command:
    X -novtswitch -sharevts -nolisten tcp -layout "Seat1" :1
    Here's the Xorg.1.log:
    [ 1325.405]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 1325.405] X Protocol Version 11, Revision 0
    [ 1325.405] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1325.405] Current Operating System: Linux Tornado 3.13.4-1-ARCH #1 SMP PREEMPT Thu Feb 20 23:54:52 CET 2014 x86_64
    [ 1325.405] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6206a386-b63e-4c75-9b37-4d5488770758 ro quiet nomodset radeon.dpm=1 radeon.audio=1
    [ 1325.405] Build Date: 09 January 2014 08:47:24AM
    [ 1325.405]
    [ 1325.405] Current version of pixman: 0.32.4
    [ 1325.405] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1325.405] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1325.405] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Feb 23 23:51:19 2014
    [ 1325.405] (++) Using config file: "/etc/X11/xorg.conf.seat1"
    [ 1325.405] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1325.405] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1325.406] (**) Option "defaultserverlayout" "Seat0"
    [ 1325.406] (++) ServerLayout "Seat1"
    [ 1325.406] (**) |-->Screen "Screen1" (1)
    [ 1325.406] (**) | |-->Monitor "Monitor1"
    [ 1325.406] (**) | |-->Device "GPU1"
    [ 1325.406] (**) Option "Xinerama" "off"
    [ 1325.406] (**) Option "DRI2" "on"
    [ 1325.406] (**) Option "AutoAddGPU" "false"
    [ 1325.406] (==) Automatically adding devices
    [ 1325.406] (==) Automatically enabling devices
    [ 1325.406] (**) Not automatically adding GPU devices
    [ 1325.406] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1325.406] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1325.406] Entry deleted from font path.
    [ 1325.406] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1325.406] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1325.406] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1325.406] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1325.406] (II) Loader magic: 0x804c80
    [ 1325.406] (II) Module ABI versions:
    [ 1325.406] X.Org ANSI C Emulation: 0.4
    [ 1325.406] X.Org Video Driver: 15.0
    [ 1325.406] X.Org XInput driver : 20.0
    [ 1325.406] X.Org Server Extension : 8.0
    [ 1325.406] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1325.407] setversion 1.4 failed: Permission denied
    [ 1325.407] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1325.410] (--) PCI:*(0:1:0:0) 1002:68be:1043:0338 rev 0, Mem @ 0xc0000000/268435456, 0xfd9c0000/131072, I/O @ 0x0000ce00/256, BIOS @ 0x????????/131072
    [ 1325.410] (--) PCI: (0:8:0:0) 1002:68be:1545:5750 rev 0, Mem @ 0xd0000000/268435456, 0xfdac0000/131072, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072
    [ 1325.410] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1325.410] Initializing built-in extension Generic Event Extension
    [ 1325.410] Initializing built-in extension SHAPE
    [ 1325.410] Initializing built-in extension MIT-SHM
    [ 1325.410] Initializing built-in extension XInputExtension
    [ 1325.410] Initializing built-in extension XTEST
    [ 1325.410] Initializing built-in extension BIG-REQUESTS
    [ 1325.410] Initializing built-in extension SYNC
    [ 1325.410] Initializing built-in extension XKEYBOARD
    [ 1325.410] Initializing built-in extension XC-MISC
    [ 1325.410] Initializing built-in extension SECURITY
    [ 1325.410] Initializing built-in extension XINERAMA
    [ 1325.410] Initializing built-in extension XFIXES
    [ 1325.410] Initializing built-in extension RENDER
    [ 1325.410] Initializing built-in extension RANDR
    [ 1325.410] Initializing built-in extension COMPOSITE
    [ 1325.410] Initializing built-in extension DAMAGE
    [ 1325.410] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1325.410] Initializing built-in extension DOUBLE-BUFFER
    [ 1325.410] Initializing built-in extension RECORD
    [ 1325.410] Initializing built-in extension DPMS
    [ 1325.410] Initializing built-in extension Present
    [ 1325.410] Initializing built-in extension DRI3
    [ 1325.410] Initializing built-in extension X-Resource
    [ 1325.410] Initializing built-in extension XVideo
    [ 1325.410] Initializing built-in extension XVideo-MotionCompensation
    [ 1325.410] Initializing built-in extension XFree86-VidModeExtension
    [ 1325.410] Initializing built-in extension XFree86-DGA
    [ 1325.411] Initializing built-in extension XFree86-DRI
    [ 1325.411] Initializing built-in extension DRI2
    [ 1325.411] (II) "glx" will be loaded by default.
    [ 1325.411] (II) LoadModule: "dri2"
    [ 1325.411] (II) Module "dri2" already built-in
    [ 1325.411] (II) LoadModule: "glamoregl"
    [ 1325.411] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 1325.413] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 0.6.0
    [ 1325.413] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1325.413] (II) LoadModule: "glx"
    [ 1325.413] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1325.413] (II) Module glx: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 1.0.0
    [ 1325.413] ABI class: X.Org Server Extension, version 8.0
    [ 1325.413] (==) AIGLX enabled
    [ 1325.413] Loading extension GLX
    [ 1325.413] (II) LoadModule: "radeon"
    [ 1325.413] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 1325.413] (II) Module radeon: vendor="X.Org Foundation"
    [ 1325.413] compiled for 1.15.0, module version = 7.3.0
    [ 1325.413] Module class: X.Org Video Driver
    [ 1325.413] ABI class: X.Org Video Driver, version 15.0
    [ 1325.413] (II) RADEON: Driver for ATI Radeon chipsets:
    [ 1325.417] (--) using VT number 7
    [ 1325.417] (II) [KMS] Kernel modesetting enabled.
    [ 1325.417] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 1325.417] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1325.417] (==) RADEON(0): Default visual is TrueColor
    [ 1325.417] (==) RADEON(0): RGB weight 888
    [ 1325.417] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 1325.417] (--) RADEON(0): Chipset: "ATI Radeon HD 5700 Series" (ChipID = 0x68be)
    [ 1325.473] (EE) RADEON(0): [drm] Failed to open DRM device for pci:0000:08:00.0: No such file or directory
    [ 1325.473] (EE) RADEON(0): Kernel modesetting setup failed
    [ 1325.473] (II) UnloadModule: "radeon"
    [ 1325.473] (EE) Screen(s) found, but none have a usable configuration.
    [ 1325.473] (EE)
    Fatal server error:
    [ 1325.473] (EE) no screens found(EE)
    [ 1325.473] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1325.473] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 1325.473] (EE)
    [ 1325.473] (EE) Server terminated with error (1). Closing log file.
    Note that I removed a lot of the extra cruft at [  1325.413].
    Any suggestions?  This shouldn't be that hard to fix, but I'm out of ideas.
    Last edited by schmidtbag (2014-02-24 04:54:19)

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • A problem with Threads and MMapi

    I am tring to execute a class based on Game canvas.
    The problem begin when I try to Play both a MIDI tone and to run an infinit Thread loop.
    The MIDI tone "Stammers".
    How to over come the problem?
    Thanks in advance
    Kobi
    See Code example below:
    import java.io.IOException;
    import java.io.InputStream;
    import javax.microedition.lcdui.Graphics;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.game.GameCanvas;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    public class MainScreenCanvas extends GameCanvas implements Runnable {
         private MainMIDlet parent;
         private boolean mTrucking = false;
         Image imgBackgound = null;
         int imgBackgoundX = 0, imgBackgoundY = 0;
         Player player;
         public MainScreenCanvas(MainMIDlet parent)
              super(true);
              this.parent = parent;
              try
                   imgBackgound = Image.createImage("/images/area03_bkg0.png");
                   imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
                   imgBackgoundY = this.getHeight() - imgBackgound.getHeight();
              catch(Exception e)
                   System.out.println(e.getMessage());
          * starts thread
         public void start()
              mTrucking = true;
              Thread t = new Thread(this);
              t.start();
          * stops thread
         public void stop()
              mTrucking = false;
         public void play()
              try
                   InputStream is = getClass().getResourceAsStream("/sounds/scale.mid");
                   player = Manager.createPlayer(is, "audio/midi");
                   player.setLoopCount(-1);
                   player.prefetch();
                   player.start();
              catch(Exception e)
                   System.out.println(e.getMessage());
         public void run()
              Graphics g = getGraphics();
              play();
              while (true)
                   tick();
                   input();
                   render(g);
          * responsible for object movements
         private void tick()
          * response to key input
         private void input()
              int keyStates = getKeyStates();
              if ((keyStates & LEFT_PRESSED) != 0)
                   imgBackgoundX++;
                   if (imgBackgoundX > 0)
                        imgBackgoundX = 0;
              if ((keyStates & RIGHT_PRESSED) != 0)
                   imgBackgoundX--;
                   if (imgBackgoundX < this.getWidth() - imgBackgound.getWidth())
                        imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
          * Responsible for the drawing
          * @param g
         private void render(Graphics g)
              g.drawImage(imgBackgound, imgBackgoundX, imgBackgoundY, Graphics.TOP | Graphics.LEFT);
              this.flushGraphics();
    }

    You can also try to provide a greater Priority to your player thread so that it gains the CPU time when ever it needs it and don't harm the playback.
    However a loop in a Thread and that to an infinite loop is one kind of very bad programming, 'cuz the loop eats up most of your CPU time which in turn adds up more delays of the execution of other tasks (just as in your case it is the playback). By witting codes bit efficiently and planning out the architectural execution flow of the app before start writing the code helps solve these kind of issues.
    You can go through [this simple tutorial|http://oreilly.com/catalog/expjava/excerpt/index.html] about Basics of Java and Threads to know more about threads.
    Regds,
    SD
    N.B. And yes there are more articles and tutorials available but much of them targets the Java SE / EE, but if you want to read them here is [another great one straight from SUN|http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html] .
    Edited by: find_suvro@SDN on 7 Nov, 2008 12:00 PM

  • J2ME problem with threads

    Hi all,
    I would like to ask you for a help. I need to write a small program at my university. I started to write a midlet which function would be to countdown time for sports activities. I woul like to start a new thread - the one that counts down - and at the same time make the main thread sleep. After the "countdown" thread finishes, the main thread wakes up and waits for user input. The problem is that when the "countdown" thread finishes his work, I've got Uncaught exception java/lang/NullPointerException. error and the midlet halts.
    Below you can find the code
    import java.lang.*;
    import java.util.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class intervals extends MIDlet implements CommandListener
    public Display ekran;
    private SweepCanvas sweeper;
    private Form rundy;
    private TextField round0, round1, round2, round3, round4, round5, round6, round7, round8;
    private long czas,x;
    private Command exitCommand;
    private Command addRound;
    private Command delRound;
    private Command start;
    private TextField repeat;
    private Form odliczanie;
    private Alert ostrz;
    Licznik thread;
    String test;
    StringItem test1;
    int parz,i,j,k;
    static int l;
    int ilrund;
    int ilpowt;
    Item sec;
    long sec1;
    public intervals()
        rundy = new Form("Interwa&#322;y sportowe");
        exitCommand = new Command("Wyj&#347;cie", Command.EXIT, 2);
        addRound = new Command("Dodaj","Dodaj rund&#281;", Command.ITEM,1);
        delRound = new Command("Usu&#324;","Usu&#324; ostatni&#261; rund&#281;", Command.ITEM,1);
        start = new Command("Start", Command.ITEM,1);
        odliczanie = new Form("Odliczanie");
        TextField dodaj(TextField kolej)
            kolej=new TextField("Podaj czas (s) rundy "+parz,null, 4, TextField.NUMERIC);//stworzenie nowej instancji do wybierania czasu trwania rundy
            if(rundy.size()==0)
                rundy.insert(rundy.size(),kolej);
                else
                    rundy.insert(rundy.size()-1, kolej);
            return kolej;
        void odliczanie(TextField round)
            monitor m=new monitor();
            k=Integer.parseInt(round.getString());
            ekran.setCurrent(odliczanie);
            thread=new Licznik(k,odliczanie);
            thread.start();
            ekran.setCurrent(rundy);
    public void startApp()// throws MIDletStateChangeException
        rundy.deleteAll();
        repeat = new TextField("Podaj ilo&#347;&#263; powtórze&#324;",null,1,TextField.NUMERIC);
        rundy.addCommand(addRound);
        rundy.addCommand(exitCommand);
        rundy.setCommandListener(this);
        Canvas obrazek = new MyCanvas();
        ekran = Display.getDisplay(this);
        ekran.setCurrent(obrazek);
        czas=System.currentTimeMillis();
        while (System.currentTimeMillis()<czas+1000)
            continue;
        ekran.setCurrent(rundy);
    public void pauseApp()
    public void destroyApp(boolean unconditional)
        notifyDestroyed();
    public void commandAction(Command c, Displayable s)
        if (c == exitCommand)
            destroyApp(false);
            notifyDestroyed();
        else if(c==addRound)
            if(rundy.size()==0)//Sprawdzenie ilo&#347;ci elementów w celu poprawnego wy&#347;wietlania liczby rund w formie
                parz=1;
                else
                parz=rundy.size();
            switch(parz)
                case 1:
                    round0=dodaj(round0);break;
                case 2:
                    round1=dodaj(round1);break;
                case 3:
                   round2= dodaj(round2);break;
                case 4:
                    round3=dodaj(round3);break;
                case 5:
                    round4=dodaj(round4);break;
                default:
                    ostrz=new Alert("Uwaga","Maksymalna liczba rund wynosi 9", null, AlertType.INFO);
                    ostrz.setTimeout(3000);
                    ekran.setCurrent(ostrz);
            if(rundy.size()==1)
                rundy.append(repeat);
                rundy.addCommand(start);
            rundy.addCommand(delRound);
        else if(c==delRound)
            if(rundy.size()!=0)
                rundy.delete(rundy.size()-2);
                if (rundy.size()==1)
                    rundy.deleteAll();
                if(rundy.size()==0)
                    rundy.removeCommand(delRound);
                    rundy.removeCommand(start);
        else if(c==start)
            ilrund=rundy.size()-1;
            if(this.repeat.size()>0)
                ilpowt=Integer.parseInt(this.repeat.getString());
            ekran = Display.getDisplay(this);
            for (i=1; i<=ilpowt;i++)
                odliczanie= new Form("Odliczanie");
                 for (j=0;j<ilrund;j++)
                    switch(j)
                         case 0:
                             odliczanie(round0);
                             break;
                         case 1:
                             odliczanie(round1);
                             break;
                         case 2:
                             odliczanie(round2);
                             break;
                         case 3:
                             odliczanie(round3);
                             break;
                         case 4:
                             odliczanie(round4);
                             break;
                         case 5:
                             odliczanie(round5);
                             break;
                         case 6:
                             odliczanie(round6);
                             break;
                         case 7:
                             odliczanie(round7);
                             break;
                         case 8:
                             odliczanie(round8);
                             break;
    class Licznik extends Thread
        int czas1,k;
        Form forma;
        monitor m;
        public Licznik(int k,Form formap)
            czas1=k;
            forma=formap;
        public synchronized void run()
            while(czas1>0)
                forma.deleteAll();
                forma.append("Czas pozosta&#322;y (s): "+czas1);
                try{Thread.sleep(1000);} catch(InterruptedException e){e.printStackTrace();}
                czas1--;
            if(czas1<=0)
                m.put();
        }and monitor class
    public class monitor
    boolean busy=false;
    synchronized void get()
        if(!busy)
            try
                wait();
            }catch(InterruptedException e){e.printStackTrace();}
        notify();
    synchronized void put()
        if(busy)
            try
            wait();
            }catch(InterruptedException e){e.printStackTrace();}
        busy=true;
        notify();
    }Can anybody help me with this?

    Groovemaker,
    Your Licznik class has a member m of type monitor, which has not been instantiated (in other words is null) hence, when calling m.put() you get NullPointerException. Please also mind, that using Thread.sleep(1000) is not an accurate way of measuring time.
    If I may, please use recommended for Java class naming conventions - some of your names use lower case, while other don't which is confusing to the reader.
    Daniel

  • Problem with threads within applet

    Hello,
    I got an applet, inside this applet I have a singleton, inside this singleton I have a thread.
    this thread is running in endless loop.
    he is doing something and go to sleep on and on.
    the problem is,
    when I refresh my IE6 browser I see more than 1 thread.
    for debug matter, I did the following things:
    inside the thread, sysout every time he goes to sleep.
    sysout in the singleton constructor.
    sysout in the singleton destructor.
    the output goes like this:
    when refresh the page, the singleton constructor loading but not every refresh, sometimes I see the constructor output and sometimes I dont.
    The thread inside the singleton is giving me the same output, sometime I see more than one thread at a time and sometimes I dont.
    The destructor never works (no output there).
    I don't understand what is going on.
    someone can please shed some light?
    thanks.
    btw. I am working with JRE 1.1
    this is very old and big applet and I can't convert it to something new.

    Ooops. sorry!
    I did.
         public void start() {
         public void stop() {
         public void destroy() {
              try {
                   resetAll();
                   Configuration.closeConnection();
                   QuoteItem.closeConnection();
              } finally {
                   try {
                        super.finalize();
                   } catch (Throwable e) {
                        e.printStackTrace();
         }

  • Problem with Threads and a static variable

    I have a problem with the code below. I am yet to make sure that I understand the problem. Correct me if I am wrong please.
    Code functionality:
    A timer calls SetState every second. It sets the state and sets boolean variable "changed" to true. Then notifies a main process thread to check if the state changed to send a message.
    The problem as far I understand is:
    Assume the timer Thread calls SetState twice before the main process Thread runs. As a result, "changed" is set to true twice. However, since the main process is blocked twice during the two calls to SetState, when it runs it would have the two SetState timer threads blocked on its synchronized body. It will pass the first one, send the message and set "changed" to false since it was true. Now, it will pass the second thread, but here is the problem, "changed" is already set to false. As a result, it won't send the message even though it is supposed to.
    Would you please let me know if my understanding is correct? If so, what would you propose to resolve the problem? Should I call wait some other or should I notify in a different way?
    Thanks,
    B.D.
    Code:
    private static volatile boolean bChanged = false;
    private static Thread objMainProcess;
       protected static void Init(){
            objMainProcess = new Thread() {
                public void run() {
                    while( objMainProcess == Thread.currentThread() ) {
                       GetState();
            objMainProcess.setDaemon( true );
            objMainProcess.start();
        public static void initStatusTimer(){
            if(objTimer == null)
                 objTimer = new javax.swing.Timer( 1000, new java.awt.event.ActionListener(){
                    public void actionPerformed( java.awt.event.ActionEvent evt){
                              SetState();
        private static void SetState(){
            if( objMainProcess == null ) return;
            synchronized( objMainProcess ) {
                bChanged = true;
                try{
                    objMainProcess.notify();
                }catch( IllegalMonitorStateException e ) {}
        private static boolean GetState() {
            if( objMainProcess == null ) return false;
            synchronized( objMainProcess ) {
                if( bChanged) {
                    SendMessage();
                    bChanged = false;
                    return true;
                try {
                    objMainProcess.wait();
                }catch( InterruptedException e ) {}
                return false;
        }

    Thanks DrClap for your reply. Everything you said is right. It is not easy to make them alternate since SetState() could be called from different places where the state could be anything else but a status message. Like a GREETING message for example. It is a handshaking message but not a status message.
    Again as you said, There is a reason I can't call sendMessage() inside setState().
    The only way I was able to do it is by having a counter of the number of notifies that have been called. Every time notify() is called a counter is incremented. Now instead of just checking if "changed" flag is true, I also check if notify counter is greater than zero. If both true, I send the message. If "changed" flag is false, I check again if the notify counter is greater than zero, I send the message. This way it works, but it is kind of a patch than a good design fix. I am yet to find a good solution.
    Thanks,
    B.D.

Maybe you are looking for

  • Nano trouble

    I made a thread the other day about some difficulties I had with my first Nano, and as neither the recommended troubleshooting, nor that suggested by anyone on these forums led to any avail, I opted to exchange it for a working unit. Again, the Nano

  • Link to downlaod GW Gateway for Exchange v7.03 or earlier

    I use the GroupWise Gateway for Exchange 7.02 4/25/2007 which crash frequently. I does not find earlier versions from the public support.novell website. Could you please send me the link to download or the package directly which run without crash ? T

  • Problem downloading new Classic software.

    I plugged my iPod in a few minutes ago to discover that a new software download was available for my iPod Classic. When I click 'download and install', a pop-up window appears, telling me what's contained in the new software. From here, I click 'Next

  • ATI Mobility Radeon X (My)Adapta​tion video

    HI! I have a Compaq NX8220 and os windows seven home premium. I can not find the video card driver. in support hp available drivers are coming in windows vista, I have downloaded and installed. but does not appear to be compatible at system restart o

  • Can't remove downloaded application from download window or its stucked.

    I was trying to download Google Earth and i dont understand its stuck on Firefox's download window see picture below, anyone have idea how to remove this from download window, i cant even right click on it, please advice. [http://iumar.net/download/d