You are not logged in.

#1 2016-11-16 12:25:08

maiaftv
Member
Registered: 2016-03-01
Posts: 9

[SOLVED] nvidia 375 and xinerama break GTK menus/popus on awesome-wm

I'm facing some issues with my Desktop rig since the last update of nvidia cards. Actually, I'm not 100% sure that the problem is with nvidia itself, so I'll describe as much as possible the problem and I appreciate if anyone could help.


My Desktop rig has 3 monitors and one TV plugged in two GTX 770 cards. Thus having 4 monitors.

$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 770] (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 770] (rev a1)

The only possible way that I have found to use different monitors in the same setup was through Xinerama. Using Nvidia's mosaic only allows me to setup the three similar monitors. Worked like a charm since the last update, but now the setup has a lot of problems:

  • Lightdm and gdm doesn't show up anymore, only appearing a dot at the top-left corner of the first monitor.

  • Starting awesome-wm by hand seems to work, but tooltips are broken, showing in the top-left corner, also.

  • Right-click menus don't appear for GTK apps, only a single line again in the top-left corner of the first screen.

  • Evince is completely broken, neither zooming nor handling PDF files.

This is my X11's config.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 361.28  (builduser@fyan)  Thu Feb 11 03:59:05 UTC 2016

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"  0 0
    Screen      1  "Screen1"  1920 0
    Screen      2  "Screen2"  3840 0
    Screen      3  "Screen3"  5760 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics 23MB35"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "LG Electronics 23MB35"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "LG Electronics 23MB35"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "SONY TV"
    HorizSync       14.0 - 70.0
    VertRefresh     48.0 - 62.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 770"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 770"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 770"
    BusID          "PCI:2:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 770"
    BusID          "PCI:2:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-1: 1920x1080 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-1: 1920x1080 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

Running nvidia-settings shows a statement that displays are "hidden because screen height is less than 600 pixels".

Here's my Xorg.0.log:

X.Org X Server 1.18.4
Release Date: 2016-07-19
[  2840.299] X Protocol Version 11, Revision 0
[  2840.301] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[  2840.303] Current Operating System: Linux whitepearl 4.8.7-1-ARCH #1 SMP PREEMPT Thu Nov 10 17:22:48 CET 2016 x86_64
[  2840.303] Kernel command line: \vmlinuz-linux ro root=UUID=45fcb3ea-f7e0-46a7-8ab5-804801455c51 initrd=intel-ucode.img initrd=initramfs-linux.img
[  2840.308] Build Date: 19 July 2016  05:54:24PM
[  2840.309]  
[  2840.311] Current version of pixman: 0.34.0
[  2840.315] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2840.315] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2840.322] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 16 10:39:13 2016
[  2840.323] (==) Using config file: "/etc/X11/xorg.conf"
[  2840.325] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2840.327] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2840.327] (==) ServerLayout "Layout0"
[  2840.327] (**) |-->Screen "Screen0" (0)
[  2840.327] (**) |   |-->Monitor "Monitor0"
[  2840.327] (**) |   |-->Device "Device0"
[  2840.327] (**) |-->Screen "Screen1" (1)
[  2840.327] (**) |   |-->Monitor "Monitor1"
[  2840.327] (**) |   |-->Device "Device1"
[  2840.327] (**) |-->Screen "Screen2" (2)
[  2840.327] (**) |   |-->Monitor "Monitor2"
[  2840.327] (**) |   |-->Device "Device2"
[  2840.327] (**) |-->Screen "Screen3" (3)
[  2840.327] (**) |   |-->Monitor "Monitor3"
[  2840.327] (**) |   |-->Device "Device3"
[  2840.327] (**) |-->Input Device "Keyboard0"
[  2840.327] (**) |-->Input Device "Mouse0"
[  2840.327] (**) Option "Xinerama" "1"
[  2840.327] (==) Automatically adding devices
[  2840.327] (==) Automatically enabling devices
[  2840.327] (==) Automatically adding GPU devices
[  2840.327] (**) Xinerama: enabled
[  2840.327] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2840.327] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2840.327] 	Entry deleted from font path.
[  2840.327] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2840.327] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2840.327] 	Entry deleted from font path.
[  2840.328] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2840.328] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[  2840.328] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2840.328] (**) Extension "Composite" is disabled
[  2840.328] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2840.328] (WW) Disabling Keyboard0
[  2840.328] (WW) Disabling Mouse0
[  2840.328] (II) Loader magic: 0x821d40
[  2840.328] (II) Module ABI versions:
[  2840.328] 	X.Org ANSI C Emulation: 0.4
[  2840.328] 	X.Org Video Driver: 20.0
[  2840.328] 	X.Org XInput driver : 22.1
[  2840.328] 	X.Org Server Extension : 9.0
[  2840.328] (++) using VT number 3

[  2840.328] (--) controlling tty is VT number 3, auto-enabling KeepTty
[  2840.329] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c5
[  2840.329] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2840.329] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[  2840.330] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2840.330] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
[  2840.330] (--) PCI:*(0:1:0:0) 10de:1184:1458:360c rev 161, Mem @ 0xf2000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  2840.330] (--) PCI: (0:2:0:0) 10de:1184:1458:360c rev 161, Mem @ 0xe2000000/16777216, 0xd8000000/134217728, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  2840.330] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2840.330] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2840.330] (II) LoadModule: "dbe"
[  2840.330] (II) Module "dbe" already built-in
[  2840.330] (II) LoadModule: "extmod"
[  2840.330] (II) Module "extmod" already built-in
[  2840.330] (II) LoadModule: "glx"
[  2840.330] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2840.330] (EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so: /usr/lib/xorg/modules/extensions/libglx.so: cannot open shared object file: No such file or directory
[  2840.330] (II) UnloadModule: "glx"
[  2840.330] (II) Unloading glx
[  2840.330] (EE) Failed to load module "glx" (loader failed, 7)
[  2840.330] (II) LoadModule: "nvidia"
[  2840.331] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2840.331] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2840.331] 	compiled for 4.0.2, module version = 1.0.0
[  2840.331] 	Module class: X.Org Video Driver
[  2840.331] (II) NVIDIA dlloader X Driver  375.10  Fri Oct 14 09:38:17 PDT 2016
[  2840.331] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2840.331] (II) systemd-logind: releasing fd for 226:0
[  2840.331] (II) systemd-logind: releasing fd for 226:1
[  2840.331] (II) Loading sub module "fb"
[  2840.331] (II) LoadModule: "fb"
[  2840.331] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2840.331] (II) Module fb: vendor="X.Org Foundation"
[  2840.331] 	compiled for 1.18.4, module version = 1.0.0
[  2840.331] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2840.331] (II) Loading sub module "wfb"
[  2840.331] (II) LoadModule: "wfb"
[  2840.331] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2840.331] (II) Module wfb: vendor="X.Org Foundation"
[  2840.331] 	compiled for 1.18.4, module version = 1.0.0
[  2840.331] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2840.331] (II) Loading sub module "ramdac"
[  2840.331] (II) LoadModule: "ramdac"
[  2840.331] (II) Module "ramdac" already built-in
[  2840.331] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[  2840.331] (WW) NVIDIA:     X server.
[  2840.332] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  2840.332] (==) NVIDIA(0): RGB weight 888
[  2840.332] (==) NVIDIA(0): Default visual is TrueColor
[  2840.332] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2840.332] (**) NVIDIA(0): Option "Stereo" "0"
[  2840.332] (**) NVIDIA(0): Option "nvidiaXineramaInfo" "False"
[  2840.332] (**) NVIDIA(0): Option "SLI" "Off"
[  2840.332] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  2840.332] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  2840.332] (**) NVIDIA(0): Stereo disabled by request
[  2840.332] (**) NVIDIA(0): NVIDIA SLI disabled.
[  2840.332] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  2840.332] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0"
[  2840.332] (**) NVIDIA(1): Option "MetaModes" "DVI-I-1: 1920x1080 +0+0"
[  2840.332] (**) NVIDIA(0): Enabling 2D acceleration
[  2840.332] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[  2840.332] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[  2840.332] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[  2840.332] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[  2840.332] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[  2840.657] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  2840.657] (--) NVIDIA(0):     CRT-0
[  2840.657] (--) NVIDIA(0):     DFP-0 (boot)
[  2840.657] (--) NVIDIA(0):     DFP-1 (boot)
[  2840.657] (--) NVIDIA(0):     DFP-2
[  2840.657] (--) NVIDIA(0):     DFP-3
[  2840.657] (--) NVIDIA(0):     DFP-4
[  2840.663] (--) NVIDIA(0): CRT-0: disconnected
[  2840.663] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[  2840.663] (--) NVIDIA(0): 
[  2840.674] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): connected
[  2840.674] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): Internal TMDS
[  2840.674] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): 330.0 MHz maximum pixel clock
[  2840.674] (--) NVIDIA(0): 
[  2840.685] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-1): connected
[  2840.685] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-1): Internal TMDS
[  2840.685] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-1): 340.0 MHz maximum pixel clock
[  2840.685] (--) NVIDIA(0): 
[  2840.686] (--) NVIDIA(0): DFP-2: disconnected
[  2840.686] (--) NVIDIA(0): DFP-2: Internal TMDS
[  2840.686] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[  2840.686] (--) NVIDIA(0): 
[  2840.686] (--) NVIDIA(0): DFP-3: disconnected
[  2840.686] (--) NVIDIA(0): DFP-3: Internal TMDS
[  2840.686] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[  2840.686] (--) NVIDIA(0): 
[  2840.686] (--) NVIDIA(0): DFP-4: disconnected
[  2840.686] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[  2840.686] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[  2840.686] (--) NVIDIA(0): 
[  2840.686] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:1:0:0 (GPU-0)
[  2840.686] (--) NVIDIA(0): Memory: 4194304 kBytes
[  2840.686] (--) NVIDIA(0): VideoBIOS: 80.04.e6.00.1c
[  2840.686] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2840.688] (II) NVIDIA(0): Validated MetaModes:
[  2840.688] (II) NVIDIA(0):     "HDMI-0:nvidia-auto-select+0+0"
[  2840.688] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  2840.693] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  2840.693] (--) NVIDIA(0):     option
[  2840.693] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[  2840.693] (==) NVIDIA(1): RGB weight 888
[  2840.693] (==) NVIDIA(1): Default visual is TrueColor
[  2840.693] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[  2840.693] (**) NVIDIA(1): Option "Stereo" "0"
[  2840.693] (**) NVIDIA(1): Option "nvidiaXineramaInfo" "False"
[  2840.693] (**) NVIDIA(1): Option "SLI" "Off"
[  2840.693] (**) NVIDIA(1): Option "MultiGPU" "Off"
[  2840.693] (**) NVIDIA(1): Option "BaseMosaic" "off"
[  2840.693] (**) NVIDIA(1): Stereo disabled by request
[  2840.693] (**) NVIDIA(1): NVIDIA SLI disabled.
[  2840.693] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[  2840.693] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:1:0:0 (GPU-0)
[  2840.693] (--) NVIDIA(1): Memory: 4194304 kBytes
[  2840.693] (--) NVIDIA(1): VideoBIOS: 80.04.e6.00.1c
[  2840.693] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[  2840.694] (II) NVIDIA(1): Validated MetaModes:
[  2840.694] (II) NVIDIA(1):     "DVI-I-1:1920x1080+0+0"
[  2840.694] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[  2840.698] (--) NVIDIA(1): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  2840.698] (--) NVIDIA(1):     option
[  2840.698] (**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
[  2840.698] (==) NVIDIA(2): RGB weight 888
[  2840.698] (==) NVIDIA(2): Default visual is TrueColor
[  2840.698] (==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
[  2840.698] (**) NVIDIA(2): Option "Stereo" "0"
[  2840.698] (**) NVIDIA(2): Option "nvidiaXineramaInfo" "False"
[  2840.698] (**) NVIDIA(2): Option "SLI" "Off"
[  2840.698] (**) NVIDIA(2): Option "MultiGPU" "Off"
[  2840.698] (**) NVIDIA(2): Option "BaseMosaic" "off"
[  2840.698] (**) NVIDIA(2): Stereo disabled by request
[  2840.698] (**) NVIDIA(2): NVIDIA SLI disabled.
[  2840.698] (**) NVIDIA(2): NVIDIA Multi-GPU disabled.
[  2840.698] (**) NVIDIA(2): Option "MetaModes" "DVI-I-1: 1920x1080 +0+0"
[  2840.698] (**) NVIDIA(3): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0"
[  2840.698] (**) NVIDIA(2): Enabling 2D acceleration
[  2841.008] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[  2841.008] (--) NVIDIA(0):     CRT-0
[  2841.008] (--) NVIDIA(0):     DFP-0 (boot)
[  2841.008] (--) NVIDIA(0):     DFP-1
[  2841.008] (--) NVIDIA(0):     DFP-2
[  2841.008] (--) NVIDIA(0):     DFP-3
[  2841.008] (--) NVIDIA(0):     DFP-4
[  2841.013] (--) NVIDIA(0): CRT-0: disconnected
[  2841.013] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[  2841.013] (--) NVIDIA(0): 
[  2841.025] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): connected
[  2841.025] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): Internal TMDS
[  2841.025] (--) NVIDIA(0): LG Electronics 23MB35 (DFP-0): 330.0 MHz maximum pixel clock
[  2841.025] (--) NVIDIA(0): 
[  2841.036] (--) NVIDIA(0): SONY TV (DFP-1): connected
[  2841.036] (--) NVIDIA(0): SONY TV (DFP-1): Internal TMDS
[  2841.036] (--) NVIDIA(0): SONY TV (DFP-1): 340.0 MHz maximum pixel clock
[  2841.036] (--) NVIDIA(0): 
[  2841.036] (--) NVIDIA(0): DFP-2: disconnected
[  2841.036] (--) NVIDIA(0): DFP-2: Internal TMDS
[  2841.036] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[  2841.036] (--) NVIDIA(0): 
[  2841.037] (--) NVIDIA(0): DFP-3: disconnected
[  2841.037] (--) NVIDIA(0): DFP-3: Internal TMDS
[  2841.037] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[  2841.037] (--) NVIDIA(0): 
[  2841.037] (--) NVIDIA(0): DFP-4: disconnected
[  2841.037] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[  2841.037] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[  2841.037] (--) NVIDIA(0): 
[  2841.038] (II) NVIDIA(2): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:2:0:0 (GPU-1)
[  2841.038] (--) NVIDIA(2): Memory: 4194304 kBytes
[  2841.038] (--) NVIDIA(2): VideoBIOS: 80.04.e6.00.1c
[  2841.038] (II) NVIDIA(2): Detected PCI Express Link width: 16X
[  2841.039] (II) NVIDIA(2): Validated MetaModes:
[  2841.039] (II) NVIDIA(2):     "DVI-I-1:1920x1080+0+0"
[  2841.039] (II) NVIDIA(2): Virtual screen size determined to be 1920 x 1080
[  2841.044] (--) NVIDIA(2): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  2841.044] (--) NVIDIA(2):     option
[  2841.044] (**) NVIDIA(3): Depth 24, (--) framebuffer bpp 32
[  2841.044] (==) NVIDIA(3): RGB weight 888
[  2841.044] (==) NVIDIA(3): Default visual is TrueColor
[  2841.044] (==) NVIDIA(3): Using gamma correction (1.0, 1.0, 1.0)
[  2841.044] (**) NVIDIA(3): Option "Stereo" "0"
[  2841.044] (**) NVIDIA(3): Option "nvidiaXineramaInfo" "False"
[  2841.044] (**) NVIDIA(3): Option "SLI" "Off"
[  2841.044] (**) NVIDIA(3): Option "MultiGPU" "Off"
[  2841.044] (**) NVIDIA(3): Option "BaseMosaic" "off"
[  2841.044] (**) NVIDIA(3): Stereo disabled by request
[  2841.044] (**) NVIDIA(3): NVIDIA SLI disabled.
[  2841.044] (**) NVIDIA(3): NVIDIA Multi-GPU disabled.
[  2841.044] (II) NVIDIA(3): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:2:0:0 (GPU-1)
[  2841.044] (--) NVIDIA(3): Memory: 4194304 kBytes
[  2841.044] (--) NVIDIA(3): VideoBIOS: 80.04.e6.00.1c
[  2841.044] (II) NVIDIA(3): Detected PCI Express Link width: 16X
[  2841.046] (II) NVIDIA(3): Validated MetaModes:
[  2841.046] (II) NVIDIA(3):     "HDMI-0:nvidia-auto-select+0+0"
[  2841.046] (II) NVIDIA(3): Virtual screen size determined to be 1920 x 1080
[  2841.052] (--) NVIDIA(3): DPI set to (46, 45); computed from "UseEdidDpi" X config
[  2841.052] (--) NVIDIA(3):     option
[  2841.052] (--) Depth 24 pixmap format is 32 bpp
[  2841.064] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[  2841.064] (II) NVIDIA:     access.
[  2841.067] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2841.067] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2841.067] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2841.067] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2841.067] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2841.067] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2841.067] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2841.067] (II) NVIDIA(0):     Config Options in the README.
[  2841.091] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+0+0"
[  2841.141] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2841.141] (==) NVIDIA(0): Backing store disabled
[  2841.141] (==) NVIDIA(0): Silken mouse enabled
[  2841.141] (**) NVIDIA(0): DPMS enabled
[  2841.141] (II) Loading sub module "dri2"
[  2841.141] (II) LoadModule: "dri2"
[  2841.141] (II) Module "dri2" already built-in
[  2841.141] (II) NVIDIA(0): [DRI2] Setup complete
[  2841.141] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2841.141] (WW) NVIDIA(0): Not registering RandR
[  2841.141] (==) RandR enabled
[  2841.144] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2841.144] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[  2841.144] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[  2841.144] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[  2841.144] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[  2841.144] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[  2841.144] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2841.144] (II) NVIDIA(1):     Config Options in the README.
[  2841.168] (II) NVIDIA(1): Setting mode "DVI-I-1:1920x1080+0+0"
[  2841.260] (==) NVIDIA(1): Disabling shared memory pixmaps
[  2841.260] (==) NVIDIA(1): Backing store disabled
[  2841.260] (==) NVIDIA(1): Silken mouse enabled
[  2841.260] (**) NVIDIA(1): DPMS enabled
[  2841.260] (II) Loading sub module "dri2"
[  2841.260] (II) LoadModule: "dri2"
[  2841.260] (II) Module "dri2" already built-in
[  2841.260] (II) NVIDIA(1): [DRI2] Setup complete
[  2841.260] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[  2841.260] (WW) NVIDIA(1): Not registering RandR
[  2841.260] (==) RandR enabled
[  2841.263] (II) NVIDIA(2): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2841.263] (II) NVIDIA(2):     may not be running or the "AcpidSocketPath" X
[  2841.263] (II) NVIDIA(2):     configuration option may not be set correctly.  When the
[  2841.263] (II) NVIDIA(2):     ACPI event daemon is available, the NVIDIA X driver will
[  2841.263] (II) NVIDIA(2):     try to use it to receive ACPI event notifications.  For
[  2841.263] (II) NVIDIA(2):     details, please see the "ConnectToAcpid" and
[  2841.263] (II) NVIDIA(2):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2841.263] (II) NVIDIA(2):     Config Options in the README.
[  2841.286] (II) NVIDIA(2): Setting mode "DVI-I-1:1920x1080+0+0"
[  2841.309] (==) NVIDIA(2): Disabling shared memory pixmaps
[  2841.309] (==) NVIDIA(2): Backing store disabled
[  2841.309] (==) NVIDIA(2): Silken mouse enabled
[  2841.309] (**) NVIDIA(2): DPMS enabled
[  2841.309] (II) Loading sub module "dri2"
[  2841.309] (II) LoadModule: "dri2"
[  2841.309] (II) Module "dri2" already built-in
[  2841.309] (II) NVIDIA(2): [DRI2] Setup complete
[  2841.309] (II) NVIDIA(2): [DRI2]   VDPAU driver: nvidia
[  2841.309] (WW) NVIDIA(2): Not registering RandR
[  2841.309] (==) RandR enabled
[  2841.312] (II) NVIDIA(3): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2841.312] (II) NVIDIA(3):     may not be running or the "AcpidSocketPath" X
[  2841.312] (II) NVIDIA(3):     configuration option may not be set correctly.  When the
[  2841.312] (II) NVIDIA(3):     ACPI event daemon is available, the NVIDIA X driver will
[  2841.312] (II) NVIDIA(3):     try to use it to receive ACPI event notifications.  For
[  2841.312] (II) NVIDIA(3):     details, please see the "ConnectToAcpid" and
[  2841.312] (II) NVIDIA(3):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2841.312] (II) NVIDIA(3):     Config Options in the README.
[  2841.337] (II) NVIDIA(3): Setting mode "HDMI-0:nvidia-auto-select+0+0"
[  2841.444] (==) NVIDIA(3): Disabling shared memory pixmaps
[  2841.444] (==) NVIDIA(3): Backing store disabled
[  2841.444] (==) NVIDIA(3): Silken mouse enabled
[  2841.444] (**) NVIDIA(3): DPMS enabled
[  2841.444] (II) Loading sub module "dri2"
[  2841.444] (II) LoadModule: "dri2"
[  2841.444] (II) Module "dri2" already built-in
[  2841.444] (II) NVIDIA(3): [DRI2] Setup complete
[  2841.444] (II) NVIDIA(3): [DRI2]   VDPAU driver: nvidia
[  2841.444] (WW) NVIDIA(3): Not registering RandR
[  2841.444] (==) RandR enabled
[  2841.568] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2841.568] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2841.568] (**) Power Button: Applying InputClass "system-keyboard"
[  2841.568] (II) LoadModule: "evdev"
[  2841.568] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2841.568] (II) Module evdev: vendor="X.Org Foundation"
[  2841.568] 	compiled for 1.18.4, module version = 2.10.4
[  2841.568] 	Module class: X.Org XInput Driver
[  2841.568] 	ABI class: X.Org XInput driver, version 22.1
[  2841.568] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
[  2841.568] (II) Using input driver 'evdev' for 'Power Button'
[  2841.568] (**) Power Button: always reports core events
[  2841.568] (**) evdev: Power Button: Device: "/dev/input/event1"
[  2841.568] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2841.568] (--) evdev: Power Button: Found keys
[  2841.568] (II) evdev: Power Button: Configuring as keyboard
[  2841.568] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[  2841.568] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2841.568] (**) Option "xkb_rules" "evdev"
[  2841.568] (**) Option "xkb_model" "pc105"
[  2841.568] (**) Option "xkb_layout" "br"
[  2841.578] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  2841.578] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2841.578] (**) Power Button: Applying InputClass "system-keyboard"
[  2841.578] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
[  2841.578] (II) Using input driver 'evdev' for 'Power Button'
[  2841.578] (**) Power Button: always reports core events
[  2841.578] (**) evdev: Power Button: Device: "/dev/input/event0"
[  2841.578] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2841.578] (--) evdev: Power Button: Found keys
[  2841.578] (II) evdev: Power Button: Configuring as keyboard
[  2841.578] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[  2841.578] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  2841.578] (**) Option "xkb_rules" "evdev"
[  2841.578] (**) Option "xkb_model" "pc105"
[  2841.578] (**) Option "xkb_layout" "br"
[  2841.578] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[  2841.578] (II) No input driver specified, ignoring this device.
[  2841.578] (II) This device may have been added with another device file.
[  2841.579] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[  2841.579] (II) No input driver specified, ignoring this device.
[  2841.579] (II) This device may have been added with another device file.
[  2841.579] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[  2841.579] (II) No input driver specified, ignoring this device.
[  2841.579] (II) This device may have been added with another device file.
[  2841.579] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[  2841.579] (II) No input driver specified, ignoring this device.
[  2841.579] (II) This device may have been added with another device file.
[  2841.579] (II) config/udev: Adding input device C-Media Electronics Inc.       Microsoft LifeChat LX-3000 (/dev/input/event17)
[  2841.579] (**) C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Applying InputClass "evdev keyboard catchall"
[  2841.579] (**) C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Applying InputClass "system-keyboard"
[  2841.579] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 41 paused 0
[  2841.579] (II) Using input driver 'evdev' for 'C-Media Electronics Inc.       Microsoft LifeChat LX-3000'
[  2841.579] (**) C-Media Electronics Inc.       Microsoft LifeChat LX-3000: always reports core events
[  2841.579] (**) evdev: C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Device: "/dev/input/event17"
[  2841.579] (--) evdev: C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Vendor 0x45e Product 0x70f
[  2841.579] (--) evdev: C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Found keys
[  2841.579] (II) evdev: C-Media Electronics Inc.       Microsoft LifeChat LX-3000: Configuring as keyboard
[  2841.579] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.3/0003:045E:070F.0001/input/input20/event17"
[  2841.579] (II) XINPUT: Adding extended input device "C-Media Electronics Inc.       Microsoft LifeChat LX-3000" (type: KEYBOARD, id 8)
[  2841.579] (**) Option "xkb_rules" "evdev"
[  2841.579] (**) Option "xkb_model" "pc105"
[  2841.579] (**) Option "xkb_layout" "br"
[  2841.580] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event18)
[  2841.580] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev pointer catchall"
[  2841.636] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 42 paused 0
[  2841.636] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502'
[  2841.636] (**) Logitech Gaming Mouse G502: always reports core events
[  2841.636] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event18"
[  2841.636] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d
[  2841.636] (--) evdev: Logitech Gaming Mouse G502: Found 20 mouse buttons
[  2841.636] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s)
[  2841.636] (--) evdev: Logitech Gaming Mouse G502: Found relative axes
[  2841.636] (--) evdev: Logitech Gaming Mouse G502: Found x and y relative axes
[  2841.636] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse
[  2841.636] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support
[  2841.636] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5
[  2841.636] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2841.636] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:046D:C07D.0002/input/input21/event18"
[  2841.636] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 9)
[  2841.636] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes.
[  2841.636] (**) Logitech Gaming Mouse G502: (accel) keeping acceleration scheme 1
[  2841.636] (**) Logitech Gaming Mouse G502: (accel) acceleration profile 0
[  2841.636] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[  2841.636] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[  2841.637] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0)
[  2841.637] (II) No input driver specified, ignoring this device.
[  2841.637] (II) This device may have been added with another device file.
[  2841.637] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event19)
[  2841.637] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev keyboard catchall"
[  2841.637] (**) Logitech Gaming Mouse G502: Applying InputClass "system-keyboard"
[  2841.638] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 43 paused 0
[  2841.638] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502'
[  2841.638] (**) Logitech Gaming Mouse G502: always reports core events
[  2841.638] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event19"
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Found 1 mouse buttons
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s)
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Found relative axes
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: Forcing relative x/y axes to exist.
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Found absolute axes
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: Forcing absolute x/y axes to exist.
[  2841.638] (--) evdev: Logitech Gaming Mouse G502: Found keys
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: Configuring as keyboard
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support
[  2841.638] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5
[  2841.638] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2841.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:046D:C07D.0003/input/input22/event19"
[  2841.638] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 10)
[  2841.638] (**) Option "xkb_rules" "evdev"
[  2841.638] (**) Option "xkb_model" "pc105"
[  2841.638] (**) Option "xkb_layout" "br"
[  2841.638] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes.
[  2841.638] (WW) evdev: Logitech Gaming Mouse G502: ignoring absolute axes.
[  2841.638] (**) Logitech Gaming Mouse G502: (accel) keeping acceleration scheme 1
[  2841.638] (**) Logitech Gaming Mouse G502: (accel) acceleration profile 0
[  2841.638] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[  2841.638] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[  2841.639] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event20)
[  2841.639] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[  2841.639] (**) Microsoft Wired Keyboard 600: Applying InputClass "system-keyboard"
[  2841.639] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 44 paused 0
[  2841.639] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[  2841.639] (**) Microsoft Wired Keyboard 600: always reports core events
[  2841.639] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event20"
[  2841.639] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x7f8
[  2841.639] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[  2841.639] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[  2841.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:07F8.0004/input/input23/event20"
[  2841.639] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
[  2841.639] (**) Option "xkb_rules" "evdev"
[  2841.639] (**) Option "xkb_model" "pc105"
[  2841.639] (**) Option "xkb_layout" "br"
[  2841.640] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event21)
[  2841.640] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[  2841.640] (**) Microsoft Wired Keyboard 600: Applying InputClass "system-keyboard"
[  2841.640] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 45 paused 0
[  2841.640] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[  2841.640] (**) Microsoft Wired Keyboard 600: always reports core events
[  2841.640] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event21"
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x7f8
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[  2841.640] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[  2841.640] (II) evdev: Microsoft Wired Keyboard 600: Forcing absolute x/y axes to exist.
[  2841.640] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[  2841.640] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[  2841.641] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[  2841.641] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[  2841.641] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[  2841.641] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2841.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:07F8.0005/input/input24/event21"
[  2841.641] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
[  2841.641] (**) Option "xkb_rules" "evdev"
[  2841.641] (**) Option "xkb_model" "pc105"
[  2841.641] (**) Option "xkb_layout" "br"
[  2841.641] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[  2841.641] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[  2841.641] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[  2841.641] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[  2841.641] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[  2841.641] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[  2841.641] (II) config/udev: Adding input device USB2.0 PC CAMERA (/dev/input/event16)
[  2841.641] (**) USB2.0 PC CAMERA: Applying InputClass "evdev keyboard catchall"
[  2841.641] (**) USB2.0 PC CAMERA: Applying InputClass "system-keyboard"
[  2841.642] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 46 paused 0
[  2841.642] (II) Using input driver 'evdev' for 'USB2.0 PC CAMERA'
[  2841.642] (**) USB2.0 PC CAMERA: always reports core events
[  2841.642] (**) evdev: USB2.0 PC CAMERA: Device: "/dev/input/event16"
[  2841.642] (--) evdev: USB2.0 PC CAMERA: Vendor 0x1908 Product 0x2310
[  2841.642] (--) evdev: USB2.0 PC CAMERA: Found keys
[  2841.642] (II) evdev: USB2.0 PC CAMERA: Configuring as keyboard
[  2841.642] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3.2/3-3.3.2:1.0/input/input19/event16"
[  2841.642] (II) XINPUT: Adding extended input device "USB2.0 PC CAMERA" (type: KEYBOARD, id 13)
[  2841.642] (**) Option "xkb_rules" "evdev"
[  2841.642] (**) Option "xkb_model" "pc105"
[  2841.642] (**) Option "xkb_layout" "br"
[  2841.642] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
[  2841.642] (II) No input driver specified, ignoring this device.
[  2841.642] (II) This device may have been added with another device file.
[  2841.642] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event8)
[  2841.642] (II) No input driver specified, ignoring this device.
[  2841.642] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event4)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.643] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/event15)
[  2841.643] (II) No input driver specified, ignoring this device.
[  2841.643] (II) This device may have been added with another device file.
[  2841.644] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/js0)
[  2841.644] (II) No input driver specified, ignoring this device.
[  2841.644] (II) This device may have been added with another device file.

Seems related to https://bbs.archlinux.org/viewtopic.php?id=218257

Does anybody have any clue on what's the problem and how to solve it?

Thank you very much!

Last edited by maiaftv (2016-11-19 16:20:36)

Offline

#2 2016-11-19 15:45:50

maiaftv
Member
Registered: 2016-03-01
Posts: 9

Re: [SOLVED] nvidia 375 and xinerama break GTK menus/popus on awesome-wm

Solved after last update.

Last edited by maiaftv (2016-11-19 16:20:52)

Offline

Board footer

Powered by FluxBB