You are not logged in.

#1 2014-10-19 05:12:38

Kale Good
Member
Registered: 2014-08-17
Posts: 46

[SOLVED] nvidia* gets to cinnamon fallback mode at best.

[SOLVED] Wiki recommends nvidia or nvidia-lts (currently 343.x) for my card, while Nvidia says 340.x. Installing nvidia-340xx-lts didn't solve the problem. After looking at my pacman logs, I saw an install of opencl-nvidia along with the stretch of time that I had nvidia working. I installed opencl-nvidia340xx and now it is running again.

Hi All,
First post here; I've been running arch since Aug, as my main OS since early September. I'm having issues with the nvidia driver and nvidia-lts drivers. (I've basically rewritten this entire post to make it more clear and to the point.)

Google results suggest installing bumblebee; I'm running an AMD X2 and a nvidia GT 610 desktop so my understanding is that it isn't relevant.

3.14 kernal + nvidia = driver doesn't load, modprobe can't find it.
3.14 kernal + nvidia-lts = driver loads, cinnamon only reaches fallback mode. Gnome-classic won't load at all.
3.14 kernal + nvidia-340xx-lts = driver loads, cinnamon only reaches fallback mode. Gnome-classic untested.
3.14 kernal + nvidia-340xx = driver doesn't load, modprobe can't find it.
3.16 kernal + nvidia-lts = driver doesn't load, modprobe can't find it.

I think this may be related to having moved /boot around; I had other problems that I resolved by moving it back (I thought sucessfully, but maybe not. I have had nvidia drivers working off and on; I'd like to figure out what is breaking them, though. 

I've run this:

# mkinitcpio -p linux
# mkinitcpio -p linux-lts
# nvidia-xconfig

and these to make sure grub is looking at the /boot that I want it to (it is)

# grub-install --target=i386-pc --recheck --debug /dev/sdx
# grub-mkconfig -o /boot/grub/grub.cfg

A plain x session starts fine.

Here is my xorg.conf file. I'm a little confused because I installed nvidia-lts but this has no -lts reference, nor does lsmod | grep nvidia.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 343.22  (buildmeister@swio-display-x86-rhel47-05)  Thu Sep 11 16:49:51 PDT 2014


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
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"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Here is /var/log/Xorg.0.log after a recent attempt to start Cinnamon. I don't see anything interesting:

[   109.952] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[   109.952] X Protocol Version 11, Revision 0
[   109.953] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[   109.953] Current Operating System: Linux kales-arch 3.14.21-1-lts #1 SMP Fri Oct 10 16:22:00 UTC 2014 x86_64
[   109.953] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=9d47deb6-4baf-4348-bd4f-39b19da6829d rw quiet
[   109.954] Build Date: 21 September 2014  10:53:13AM
[   109.954]  
[   109.954] Current version of pixman: 0.32.6
[   109.954] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   109.954] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   109.956] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 19 00:51:05 2014
[   109.956] (==) Using config file: "/etc/X11/xorg.conf"
[   109.956] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   109.957] (==) ServerLayout "Layout0"
[   109.957] (**) |-->Screen "Screen0" (0)
[   109.957] (**) |   |-->Monitor "Monitor0"
[   109.957] (**) |   |-->Device "Device0"
[   109.957] (**) |-->Input Device "Keyboard0"
[   109.957] (**) |-->Input Device "Mouse0"
[   109.957] (==) Automatically adding devices
[   109.957] (==) Automatically enabling devices
[   109.957] (==) Automatically adding GPU devices
[   109.957] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   109.957] 	Entry deleted from font path.
[   109.957] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   109.957] 	Entry deleted from font path.
[   109.957] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   109.957] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   109.957] 	Entry deleted from font path.
[   109.957] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   109.957] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[   109.957] (==) ModulePath set to "/usr/lib/xorg/modules"
[   109.957] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   109.957] (WW) Disabling Keyboard0
[   109.957] (WW) Disabling Mouse0
[   109.957] (II) Loader magic: 0x818d80
[   109.957] (II) Module ABI versions:
[   109.957] 	X.Org ANSI C Emulation: 0.4
[   109.957] 	X.Org Video Driver: 18.0
[   109.957] 	X.Org XInput driver : 21.0
[   109.957] 	X.Org Server Extension : 8.0
[   109.959] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c5
[   109.959] (II) xfree86: Adding drm device (/dev/dri/card0)
[   109.960] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   109.962] (--) PCI:*(0:2:0:0) 10de:104a:3842:2615 rev 161, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[   109.962] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   109.962] (II) LoadModule: "glx"
[   109.962] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   109.993] (II) Module glx: vendor="NVIDIA Corporation"
[   109.994] 	compiled for 4.0.2, module version = 1.0.0
[   109.994] 	Module class: X.Org Server Extension
[   109.994] (II) NVIDIA GLX Module  343.22  Thu Sep 11 15:55:13 PDT 2014
[   109.994] (II) LoadModule: "nvidia"
[   109.994] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   109.995] (II) Module nvidia: vendor="NVIDIA Corporation"
[   109.995] 	compiled for 4.0.2, module version = 1.0.0
[   109.995] 	Module class: X.Org Video Driver
[   109.995] (II) NVIDIA dlloader X Driver  343.22  Thu Sep 11 15:34:47 PDT 2014
[   109.995] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   109.995] (++) using VT number 1

[   109.995] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   109.995] (II) Loading sub module "fb"
[   109.995] (II) LoadModule: "fb"
[   109.995] (II) Loading /usr/lib/xorg/modules/libfb.so
[   109.996] (II) Module fb: vendor="X.Org Foundation"
[   109.996] 	compiled for 1.16.1, module version = 1.0.0
[   109.996] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   109.996] (II) Loading sub module "wfb"
[   109.996] (II) LoadModule: "wfb"
[   109.996] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   109.996] (II) Module wfb: vendor="X.Org Foundation"
[   109.996] 	compiled for 1.16.1, module version = 1.0.0
[   109.996] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   109.996] (II) Loading sub module "ramdac"
[   109.996] (II) LoadModule: "ramdac"
[   109.996] (II) Module "ramdac" already built-in
[   109.997] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   109.997] (==) NVIDIA(0): RGB weight 888
[   109.997] (==) NVIDIA(0): Default visual is TrueColor
[   109.997] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   109.997] (**) NVIDIA(0): Enabling 2D acceleration
[   110.458] (II) NVIDIA(0): Display (Ancor Communications Inc VE248 (DFP-1)) does not
[   110.458] (II) NVIDIA(0):     support NVIDIA 3D Vision stereo.
[   110.463] (II) NVIDIA(0): Display (DELL 1704FPV (DFP-0)) does not support NVIDIA 3D
[   110.464] (II) NVIDIA(0):     Vision stereo.
[   110.464] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[   110.465] (II) NVIDIA(0): NVIDIA GPU GeForce GT 610 (GF119) at PCI:2:0:0 (GPU-0)
[   110.465] (--) NVIDIA(0): Memory: 1048576 kBytes
[   110.465] (--) NVIDIA(0): VideoBIOS: 75.19.55.00.16
[   110.465] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   110.474] (--) NVIDIA(0): Valid display device(s) on GeForce GT 610 at PCI:2:0:0
[   110.474] (--) NVIDIA(0):     CRT-0
[   110.474] (--) NVIDIA(0):     CRT-1
[   110.474] (--) NVIDIA(0):     DELL 1704FPV (DFP-0) (boot, connected)
[   110.474] (--) NVIDIA(0):     Ancor Communications Inc VE248 (DFP-1) (connected)
[   110.474] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   110.474] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   110.474] (--) NVIDIA(0): DELL 1704FPV (DFP-0): Internal TMDS
[   110.474] (--) NVIDIA(GPU-0): DELL 1704FPV (DFP-0): 330.0 MHz maximum pixel clock
[   110.474] (--) NVIDIA(0): Ancor Communications Inc VE248 (DFP-1): Internal TMDS
[   110.474] (--) NVIDIA(GPU-0): Ancor Communications Inc VE248 (DFP-1): 230.0 MHz maximum pixel clock
[   110.474] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   110.474] (**) NVIDIA(0):     device DELL 1704FPV (DFP-0) (Using EDID frequencies has
[   110.474] (**) NVIDIA(0):     been enabled on all display devices.)
[   110.475] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   110.475] (**) NVIDIA(0):     device Ancor Communications Inc VE248 (DFP-1) (Using EDID
[   110.475] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   110.477] (WW) NVIDIA(GPU-0): The EDID for Ancor Communications Inc VE248 (DFP-1)
[   110.477] (WW) NVIDIA(GPU-0):     contradicts itself: mode "1920x1080" is specified in the
[   110.477] (WW) NVIDIA(GPU-0):     EDID; however, the EDID's valid HorizSync range
[   110.477] (WW) NVIDIA(GPU-0):     (30.000-83.000 kHz) would exclude this mode's HorizSync
[   110.477] (WW) NVIDIA(GPU-0):     (28.1 kHz); ignoring HorizSync check for mode
[   110.477] (WW) NVIDIA(GPU-0):     "1920x1080".
[   110.479] (==) NVIDIA(0): 
[   110.479] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   110.479] (==) NVIDIA(0):     will be used as the requested mode.
[   110.479] (==) NVIDIA(0): 
[   110.479] (II) NVIDIA(0): Validated MetaModes:
[   110.479] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[   110.479] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1080
[   110.499] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
[   110.499] (--) NVIDIA(0):     option
[   110.499] (--) Depth 24 pixmap format is 32 bpp
[   110.499] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[   110.499] (II) NVIDIA:     access.
[   110.503] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   110.503] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   110.503] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   110.503] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   110.503] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   110.503] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   110.503] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   110.503] (II) NVIDIA(0):     Config Options in the README.
[   110.511] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[   110.638] (==) NVIDIA(0): Disabling shared memory pixmaps
[   110.638] (==) NVIDIA(0): Backing store enabled
[   110.638] (==) NVIDIA(0): Silken mouse enabled
[   110.639] (**) NVIDIA(0): DPMS enabled
[   110.639] (II) Loading sub module "dri2"
[   110.639] (II) LoadModule: "dri2"
[   110.639] (II) Module "dri2" already built-in
[   110.639] (II) NVIDIA(0): [DRI2] Setup complete
[   110.639] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   110.639] (--) RandR disabled
[   110.647] (II) Initializing extension GLX
[   110.714] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   110.715] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   110.715] (II) LoadModule: "evdev"
[   110.715] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   110.715] (II) Module evdev: vendor="X.Org Foundation"
[   110.715] 	compiled for 1.16.0, module version = 2.9.0
[   110.715] 	Module class: X.Org XInput Driver
[   110.715] 	ABI class: X.Org XInput driver, version 21.0
[   110.716] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[   110.716] (II) Using input driver 'evdev' for 'Power Button'
[   110.716] (**) Power Button: always reports core events
[   110.716] (**) evdev: Power Button: Device: "/dev/input/event1"
[   110.716] (--) evdev: Power Button: Vendor 0 Product 0x1
[   110.716] (--) evdev: Power Button: Found keys
[   110.716] (II) evdev: Power Button: Configuring as keyboard
[   110.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[   110.716] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   110.716] (**) Option "xkb_rules" "evdev"
[   110.716] (**) Option "xkb_model" "pc104"
[   110.716] (**) Option "xkb_layout" "us"
[   110.756] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   110.757] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   110.757] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   110.757] (II) Using input driver 'evdev' for 'Power Button'
[   110.757] (**) Power Button: always reports core events
[   110.757] (**) evdev: Power Button: Device: "/dev/input/event0"
[   110.757] (--) evdev: Power Button: Vendor 0 Product 0x1
[   110.757] (--) evdev: Power Button: Found keys
[   110.757] (II) evdev: Power Button: Configuring as keyboard
[   110.757] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event0"
[   110.757] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   110.757] (**) Option "xkb_rules" "evdev"
[   110.757] (**) Option "xkb_model" "pc104"
[   110.757] (**) Option "xkb_layout" "us"
[   110.758] (II) config/udev: Adding input device DELL DELL USB Keyboard (/dev/input/event5)
[   110.758] (**) DELL DELL USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   110.758] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[   110.759] (II) Using input driver 'evdev' for 'DELL DELL USB Keyboard'
[   110.759] (**) DELL DELL USB Keyboard: always reports core events
[   110.759] (**) evdev: DELL DELL USB Keyboard: Device: "/dev/input/event5"
[   110.759] (--) evdev: DELL DELL USB Keyboard: Vendor 0x413c Product 0x2005
[   110.759] (--) evdev: DELL DELL USB Keyboard: Found keys
[   110.759] (II) evdev: DELL DELL USB Keyboard: Configuring as keyboard
[   110.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb1/1-3/1-3:1.0/0003:413C:2005.0001/input/input8/event5"
[   110.759] (II) XINPUT: Adding extended input device "DELL DELL USB Keyboard" (type: KEYBOARD, id 8)
[   110.759] (**) Option "xkb_rules" "evdev"
[   110.759] (**) Option "xkb_model" "pc104"
[   110.759] (**) Option "xkb_layout" "us"
[   110.759] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.1 (/dev/input/event6)
[   110.759] (**) Microsoft Microsoft® Nano Transceiver v2.1: Applying InputClass "evdev keyboard catchall"
[   110.760] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[   110.760] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.1'
[   110.760] (**) Microsoft Microsoft® Nano Transceiver v2.1: always reports core events
[   110.760] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Device: "/dev/input/event6"
[   110.760] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Vendor 0x45e Product 0x7a5
[   110.760] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found keys
[   110.760] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Configuring as keyboard
[   110.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb3/3-1/3-1.2/3-1.2:1.0/0003:045E:07A5.0002/input/input9/event6"
[   110.760] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.1" (type: KEYBOARD, id 9)
[   110.761] (**) Option "xkb_rules" "evdev"
[   110.761] (**) Option "xkb_model" "pc104"
[   110.761] (**) Option "xkb_layout" "us"
[   110.761] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.1 (/dev/input/event7)
[   110.761] (**) Microsoft Microsoft® Nano Transceiver v2.1: Applying InputClass "evdev pointer catchall"
[   110.762] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[   110.762] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.1'
[   110.762] (**) Microsoft Microsoft® Nano Transceiver v2.1: always reports core events
[   110.762] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Device: "/dev/input/event7"
[   110.762] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Vendor 0x45e Product 0x7a5
[   110.762] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found 9 mouse buttons
[   110.762] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found scroll wheel(s)
[   110.762] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found relative axes
[   110.762] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found x and y relative axes
[   110.762] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Configuring as mouse
[   110.762] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Adding scrollwheel support
[   110.762] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: YAxisMapping: buttons 4 and 5
[   110.762] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   110.762] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb3/3-1/3-1.2/3-1.2:1.1/0003:045E:07A5.0003/input/input10/event7"
[   110.762] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.1" (type: MOUSE, id 10)
[   110.763] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: initialized for relative axes.
[   110.763] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) keeping acceleration scheme 1
[   110.763] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration profile 0
[   110.763] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration factor: 2.000
[   110.763] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration threshold: 4
[   110.763] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.1 (/dev/input/mouse0)
[   110.763] (II) No input driver specified, ignoring this device.
[   110.763] (II) This device may have been added with another device file.
[   110.764] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.1 (/dev/input/event8)
[   110.764] (**) Microsoft Microsoft® Nano Transceiver v2.1: Applying InputClass "evdev keyboard catchall"
[   110.765] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 33 paused 0
[   110.765] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.1'
[   110.765] (**) Microsoft Microsoft® Nano Transceiver v2.1: always reports core events
[   110.765] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Device: "/dev/input/event8"
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Vendor 0x45e Product 0x7a5
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found 1 mouse buttons
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found scroll wheel(s)
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found relative axes
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found absolute axes
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found absolute multitouch axes
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found x and y absolute axes
[   110.765] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Found keys
[   110.765] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Forcing relative x/y axes to exist.
[   110.765] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Configuring as mouse
[   110.765] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Configuring as keyboard
[   110.765] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: Adding scrollwheel support
[   110.765] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: YAxisMapping: buttons 4 and 5
[   110.765] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   110.765] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb3/3-1/3-1.2/3-1.2:1.2/0003:045E:07A5.0004/input/input11/event8"
[   110.765] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.1" (type: KEYBOARD, id 11)
[   110.765] (**) Option "xkb_rules" "evdev"
[   110.765] (**) Option "xkb_model" "pc104"
[   110.765] (**) Option "xkb_layout" "us"
[   110.766] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.1: initialized for relative axes.
[   110.766] (WW) evdev: Microsoft Microsoft® Nano Transceiver v2.1: ignoring absolute axes.
[   110.766] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) keeping acceleration scheme 1
[   110.766] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration profile 0
[   110.766] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration factor: 2.000
[   110.766] (**) Microsoft Microsoft® Nano Transceiver v2.1: (accel) acceleration threshold: 4
[   110.766] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.1 (/dev/input/js0)
[   110.766] (II) No input driver specified, ignoring this device.
[   110.766] (II) This device may have been added with another device file.
[   110.767] (II) config/udev: Adding input device Kensington      Kensington USB/PS2 Orbit (/dev/input/event9)
[   110.767] (**) Kensington      Kensington USB/PS2 Orbit: Applying InputClass "evdev pointer catchall"
[   110.768] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 34 paused 0
[   110.768] (II) Using input driver 'evdev' for 'Kensington      Kensington USB/PS2 Orbit'
[   110.768] (**) Kensington      Kensington USB/PS2 Orbit: always reports core events
[   110.768] (**) evdev: Kensington      Kensington USB/PS2 Orbit: Device: "/dev/input/event9"
[   110.768] (--) evdev: Kensington      Kensington USB/PS2 Orbit: Vendor 0x47d Product 0x1022
[   110.768] (--) evdev: Kensington      Kensington USB/PS2 Orbit: Found 3 mouse buttons
[   110.768] (--) evdev: Kensington      Kensington USB/PS2 Orbit: Found relative axes
[   110.768] (--) evdev: Kensington      Kensington USB/PS2 Orbit: Found x and y relative axes
[   110.768] (II) evdev: Kensington      Kensington USB/PS2 Orbit: Configuring as mouse
[   110.768] (**) evdev: Kensington      Kensington USB/PS2 Orbit: YAxisMapping: buttons 4 and 5
[   110.768] (**) evdev: Kensington      Kensington USB/PS2 Orbit: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   110.768] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb3/3-1/3-1.4/3-1.4:1.0/0003:047D:1022.0005/input/input12/event9"
[   110.768] (II) XINPUT: Adding extended input device "Kensington      Kensington USB/PS2 Orbit" (type: MOUSE, id 12)
[   110.768] (II) evdev: Kensington      Kensington USB/PS2 Orbit: initialized for relative axes.
[   110.768] (**) Kensington      Kensington USB/PS2 Orbit: (accel) keeping acceleration scheme 1
[   110.768] (**) Kensington      Kensington USB/PS2 Orbit: (accel) acceleration profile 0
[   110.768] (**) Kensington      Kensington USB/PS2 Orbit: (accel) acceleration factor: 2.000
[   110.768] (**) Kensington      Kensington USB/PS2 Orbit: (accel) acceleration threshold: 4
[   110.769] (II) config/udev: Adding input device Kensington      Kensington USB/PS2 Orbit (/dev/input/mouse1)
[   110.769] (II) No input driver specified, ignoring this device.
[   110.769] (II) This device may have been added with another device file.
[   110.769] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event10)
[   110.769] (**) UVC Camera (046d:0825): Applying InputClass "evdev keyboard catchall"
[   110.770] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 35 paused 0
[   110.770] (II) Using input driver 'evdev' for 'UVC Camera (046d:0825)'
[   110.770] (**) UVC Camera (046d:0825): always reports core events
[   110.770] (**) evdev: UVC Camera (046d:0825): Device: "/dev/input/event10"
[   110.770] (--) evdev: UVC Camera (046d:0825): Vendor 0x46d Product 0x825
[   110.770] (--) evdev: UVC Camera (046d:0825): Found keys
[   110.770] (II) evdev: UVC Camera (046d:0825): Configuring as keyboard
[   110.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb3/3-2/3-2:1.0/input/input13/event10"
[   110.770] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 13)
[   110.770] (**) Option "xkb_rules" "evdev"
[   110.770] (**) Option "xkb_model" "pc104"
[   110.770] (**) Option "xkb_layout" "us"
[   110.771] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event18)
[   110.771] (II) No input driver specified, ignoring this device.
[   110.771] (II) This device may have been added with another device file.
[   110.771] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event17)
[   110.771] (II) No input driver specified, ignoring this device.
[   110.771] (II) This device may have been added with another device file.
[   110.771] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event16)
[   110.771] (II) No input driver specified, ignoring this device.
[   110.771] (II) This device may have been added with another device file.
[   110.772] (II) config/udev: Adding input device HDA NVidia Line Out Front (/dev/input/event15)
[   110.772] (II) No input driver specified, ignoring this device.
[   110.772] (II) This device may have been added with another device file.
[   110.772] (II) config/udev: Adding input device HDA NVidia Line Out Surround (/dev/input/event14)
[   110.772] (II) No input driver specified, ignoring this device.
[   110.772] (II) This device may have been added with another device file.
[   110.772] (II) config/udev: Adding input device HDA NVidia Line Out CLFE (/dev/input/event13)
[   110.772] (II) No input driver specified, ignoring this device.
[   110.772] (II) This device may have been added with another device file.
[   110.773] (II) config/udev: Adding input device HDA NVidia Line Out Side (/dev/input/event12)
[   110.773] (II) No input driver specified, ignoring this device.
[   110.773] (II) This device may have been added with another device file.
[   110.773] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event11)
[   110.773] (II) No input driver specified, ignoring this device.
[   110.773] (II) This device may have been added with another device file.
[   110.773] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[   110.773] (II) No input driver specified, ignoring this device.
[   110.773] (II) This device may have been added with another device file.
[   110.774] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event3)
[   110.774] (II) No input driver specified, ignoring this device.
[   110.774] (II) This device may have been added with another device file.
[   110.774] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   110.774] (II) No input driver specified, ignoring this device.
[   110.774] (II) This device may have been added with another device file.
[   112.210] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VE248 (DFP-1)) does not
[   112.210] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[   112.216] (II) NVIDIA(GPU-0): Display (DELL 1704FPV (DFP-0)) does not support NVIDIA 3D
[   112.216] (II) NVIDIA(GPU-0):     Vision stereo.
[   113.692] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}"
[   113.859] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   114.564] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VE248 (DFP-1)) does not
[   114.564] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[   114.570] (II) NVIDIA(GPU-0): Display (DELL 1704FPV (DFP-0)) does not support NVIDIA 3D
[   114.570] (II) NVIDIA(GPU-0):     Vision stereo.
[   132.595] (II) systemd-logind: got pause for 226:0
[   132.595] (II) systemd-logind: got pause for 13:65
[   132.595] (II) systemd-logind: got pause for 13:64
[   132.595] (II) systemd-logind: got pause for 13:69
[   132.595] (II) systemd-logind: got pause for 13:70
[   132.595] (II) systemd-logind: got pause for 13:71
[   132.595] (II) systemd-logind: got pause for 13:72
[   132.595] (II) systemd-logind: got pause for 13:73
[   132.595] (II) systemd-logind: got pause for 13:74

Thanks,
Kale

Last edited by Kale Good (2014-10-19 15:39:19)

Offline

Board footer

Powered by FluxBB