Tumbleweed - Nvidia driver

I installed the nvidia driver on tumbleweed across nvidia repositories, and working successfully. That so far I could not. What’s going on ? Sorry for bad english.

There are no nvidia repositories for Tumbleweed, you have to install it “the hard way”:
https://en.opensuse.org/SDB:NVIDIA_the_hard_way

And, what graphics card do you have, i.e. what driver series do you need?
The older ones probably won’t work at all on Tumbleweed.

If you depend on the nvidia driver, it is probably easier to switch to a regular openSUSE release, and not use Tumbleweed.

I installed, so I put this repo: ftp: //download.nvidia.com/opensuse/13.2/, and then punched in the terminal zypper dup, and are normally installed driver 340.93

As the URL indicates, this is for openSUSE 13.2, not Tumbleweed.
There is no repo for Tumbleweed.

and then punched in the terminal zypper dup, and are normally installed driver 340.93

I don’t know whether 340.93 will work in Tumbleweed.
Did you get an error message during building of the kernel module? (it should have been shown by zypper)

Does the kernel module exist?

find /lib/modules -name nvidia.ko

Can you please post /var/log/Xorg.0.log?

AFAIK the packages from the nvidia repo do not build a module after install. They install a prebuilt kernel module ( the …kmp… package ).
Another question is whether the NVIDIA is the only GPU, or does the system have dual graphics?

No, the nvidia kmp package only contains the source code and builds the kernel module on installation.
But it doesn’t get rebuild on kernel updates, you might have to reinstall the package afterwards.

What you say is true for other kmp packages though, that’s actually what a kmp package should be.
But they changed that for the nvidia packages some time ago (2 years maybe?), I don’t know the exact reasons.

27.361] 

X.Org X Server 1.17.2
Release Date: 2015-06-16
27.361] X Protocol Version 11, Revision 0
27.361] Build Operating System: openSUSE SUSE LINUX
27.361] Current Operating System: Linux localhost 4.1.6-3-desktop #1 SMP PREEMPT Fri Aug 28 10:59:34 UTC 2015 (d867e86) x86_64
27.361] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.6-3-desktop root=UUID=3a6d6bc5-2339-4acc-9db4-987b02a537f9 splash=silent quiet showopts vga=0x31b
27.361] Build Date: 05 August 2015 05:22:23PM
27.361]
27.361] Current version of pixman: 0.32.6
27.362] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
27.362] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
27.362] (==) Log file: “/var/log/Xorg.0.log”, Time: Wed Sep 9 19:27:19 2015
27.398] (==) Using config directory: “/etc/X11/xorg.conf.d”
27.398] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
27.399] (==) No Layout section. Using the first Screen section.
27.399] (==) No screen section available. Using defaults.
27.399] (
) |–>Screen “Default Screen Section” (0)
27.399] (**) | |–>Monitor “<default monitor>”
27.399] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
27.399] (==) Automatically adding devices
27.399] (==) Automatically enabling devices
27.399] (==) Automatically adding GPU devices
27.507] (WW) The directory “/usr/share/fonts/misc/sgi” does not exist.
27.507] Entry deleted from font path.
27.524] (==) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/ghostscript/,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/,
built-ins
27.524] (==) ModulePath set to “/usr/lib64/xorg/modules”
27.524] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
27.524] (II) Loader magic: 0x812d00
27.524] (II) Module ABI versions:
27.524] X.Org ANSI C Emulation: 0.4
27.524] X.Org Video Driver: 19.0
27.524] X.Org XInput driver : 21.0
27.524] X.Org Server Extension : 9.0
27.525] (++) using VT number 7

27.525] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
27.526] (II) xfree86: Adding drm device (/dev/dri/card0)
27.528] (--) PCI:*(0:2:0:0) 10de:0a65:1458:3525 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xee000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
27.528] (II) LoadModule: "glx"
27.561] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
28.942] (II) Module glx: vendor="NVIDIA Corporation"
28.942]     compiled for 4.0.2, module version = 1.0.0
28.942]     Module class: X.Org Server Extension
28.942] (II) NVIDIA GLX Module  340.93  Wed Aug 19 16:23:51 PDT 2015
28.989] (==) Matched nvidia as autoconfigured driver 0
28.989] (==) Matched nouveau as autoconfigured driver 1
28.989] (==) Matched nv as autoconfigured driver 2
28.989] (==) Matched nvidia as autoconfigured driver 3
28.989] (==) Matched nouveau as autoconfigured driver 4
28.989] (==) Matched nv as autoconfigured driver 5
28.989] (==) Matched modesetting as autoconfigured driver 6
28.989] (==) Matched fbdev as autoconfigured driver 7
28.989] (==) Matched vesa as autoconfigured driver 8
28.989] (==) Assigned the driver to the xf86ConfigLayout
28.989] (II) LoadModule: "nvidia"
28.989] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
29.199] (II) Module nvidia: vendor="NVIDIA Corporation"
29.199]     compiled for 4.0.2, module version = 1.0.0
29.199]     Module class: X.Org Video Driver
29.199] (II) LoadModule: "nouveau"
29.199] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
29.241] (II) Module nouveau: vendor="X.Org Foundation"
29.241]     compiled for 1.17.1, module version = 1.0.11
29.241]     Module class: X.Org Video Driver
29.241]     ABI class: X.Org Video Driver, version 19.0
29.241] (II) LoadModule: "nv"
29.241] (II) Loading /usr/lib64/xorg/modules/drivers/nv_drv.so
29.253] (II) Module nv: vendor="X.Org Foundation"
29.253]     compiled for 1.17.1, module version = 2.1.20
29.253]     Module class: X.Org Video Driver
29.253]     ABI class: X.Org Video Driver, version 19.0
29.253] (II) LoadModule: "modesetting"
29.253] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
29.267] (II) Module modesetting: vendor="X.Org Foundation"
29.267]     compiled for 1.17.2, module version = 1.17.2
29.267]     Module class: X.Org Video Driver
29.267]     ABI class: X.Org Video Driver, version 19.0
29.267] (II) LoadModule: "fbdev"
29.267] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
29.279] (II) Module fbdev: vendor="X.Org Foundation"
29.279]     compiled for 1.17.1, module version = 0.4.4
29.279]     Module class: X.Org Video Driver
29.279]     ABI class: X.Org Video Driver, version 19.0
29.279] (II) LoadModule: "vesa"
29.279] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
29.290] (II) Module vesa: vendor="X.Org Foundation"
29.290]     compiled for 1.17.2, module version = 2.3.4
29.290]     Module class: X.Org Video Driver
29.290]     ABI class: X.Org Video Driver, version 19.0
29.290] (II) NVIDIA dlloader X Driver  340.93  Wed Aug 19 16:01:53 PDT 2015
29.290] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
29.290] (II) NOUVEAU driver 
29.290] (II) NOUVEAU driver for NVIDIA chipset families :
29.290]     RIVA TNT        (NV04)
29.290]     RIVA TNT2       (NV05)
29.290]     GeForce 256     (NV10)
29.290]     GeForce 2       (NV11, NV15)
29.290]     GeForce 4MX     (NV17, NV18)
29.290]     GeForce 3       (NV20)
29.290]     GeForce 4Ti     (NV25, NV28)
29.290]     GeForce FX      (NV3x)
29.290]     GeForce 6       (NV4x)
29.290]     GeForce 7       (G7x)
29.290]     GeForce 8       (G8x)
29.290]     GeForce GTX 200 (NVA0)
29.290]     GeForce GTX 400 (NVC0)
29.290] (II) NOUVEAU driver 
29.290] (II) NOUVEAU driver for NVIDIA chipset families :
29.290]     RIVA TNT        (NV04)
29.290]     RIVA TNT2       (NV05)
29.290]     GeForce 256     (NV10)
29.291]     GeForce 2       (NV11, NV15)
29.291]     GeForce 4MX     (NV17, NV18)
29.291]     GeForce 3       (NV20)
29.291]     GeForce 4Ti     (NV25, NV28)
29.291]     GeForce FX      (NV3x)
29.291]     GeForce 6       (NV4x)
29.291]     GeForce 7       (G7x)
29.291]     GeForce 8       (G8x)
29.291]     GeForce GTX 200 (NVA0)
29.291]     GeForce GTX 400 (NVC0)
29.291] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
29.291] (II) FBDEV: driver for framebuffer: fbdev
29.291] (II) VESA: driver for VESA chipsets: vesa
29.309] (II) Loading sub module "fb"
29.309] (II) LoadModule: "fb"
29.309] (II) Loading /usr/lib64/xorg/modules/libfb.so
29.320] (II) Module fb: vendor="X.Org Foundation"
29.320]     compiled for 1.17.2, module version = 1.0.0
29.320]     ABI class: X.Org ANSI C Emulation, version 0.4
29.320] (WW) Unresolved symbol: fbGetGCPrivateKey
29.320] (II) Loading sub module "wfb"
29.320] (II) LoadModule: "wfb"
29.321] (II) Loading /usr/lib64/xorg/modules/libwfb.so
29.334] (II) Module wfb: vendor="X.Org Foundation"
29.334]     compiled for 1.17.2, module version = 1.0.0
29.334]     ABI class: X.Org ANSI C Emulation, version 0.4
29.334] (II) Loading sub module "ramdac"
29.334] (II) LoadModule: "ramdac"
29.334] (II) Module "ramdac" already built-in
29.334] (WW) Falling back to old probe method for modesetting
29.335] (WW) Falling back to old probe method for fbdev
29.335] (II) Loading sub module "fbdevhw"
29.335] (II) LoadModule: "fbdevhw"
29.335] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
29.336] (II) Module fbdevhw: vendor="X.Org Foundation"
29.336]     compiled for 1.17.2, module version = 0.0.2
29.336]     ABI class: X.Org Video Driver, version 19.0
29.336] (WW) Falling back to old probe method for vesa
29.336] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
29.336] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
29.336] (==) NVIDIA(0): RGB weight 888
29.336] (==) NVIDIA(0): Default visual is TrueColor
29.336] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
29.337] (**) NVIDIA(0): Enabling 2D acceleration
29.874] (II) NVIDIA(0): Display (LG Electronics L1918S (CRT-1)) does not support
29.874] (II) NVIDIA(0):     NVIDIA 3D Vision stereo.
29.874] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
29.875] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:2:0:0 (GPU-0)
29.875] (--) NVIDIA(0): Memory: 1048576 kBytes
29.875] (--) NVIDIA(0): VideoBIOS: 70.18.70.00.06
29.875] (II) NVIDIA(0): Detected PCI Express Link width: 16X
29.877] (--) NVIDIA(0): Valid display device(s) on GeForce 210 at PCI:2:0:0
29.877] (--) NVIDIA(0):     CRT-0
29.877] (--) NVIDIA(0):     LG Electronics L1918S (CRT-1) (boot, connected)
29.877] (--) NVIDIA(0):     DFP-0
29.877] (--) NVIDIA(0):     DFP-1
29.877] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
29.877] (--) NVIDIA(GPU-0): LG Electronics L1918S (CRT-1): 400.0 MHz maximum pixel clock
29.877] (--) NVIDIA(0): DFP-0: Internal TMDS
29.877] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
29.877] (--) NVIDIA(0): DFP-1: Internal TMDS
29.877] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
29.877] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
29.877] (**) NVIDIA(0):     device LG Electronics L1918S (CRT-1) (Using EDID
29.877] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
29.880] (==) NVIDIA(0): 
29.880] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
29.880] (==) NVIDIA(0):     will be used as the requested mode.
29.880] (==) NVIDIA(0): 
29.880] (II) NVIDIA(0): Validated MetaModes:
29.880] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select"
29.880] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
29.914] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
29.914] (--) NVIDIA(0):     option
29.914] (II) UnloadModule: "nouveau"
29.914] (II) Unloading nouveau
29.914] (II) UnloadModule: "nv"
29.914] (II) Unloading nv
29.915] (II) UnloadModule: "modesetting"
29.915] (II) Unloading modesetting
29.915] (II) UnloadModule: "fbdev"
29.915] (II) Unloading fbdev
29.915] (II) UnloadSubModule: "fbdevhw"
29.915] (II) Unloading fbdevhw
29.915] (II) UnloadModule: "vesa"
29.915] (II) Unloading vesa
29.915] (--) Depth 24 pixmap format is 32 bpp
29.915] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
29.918] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
29.918] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
29.918] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
29.918] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
29.918] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
29.918] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
29.918] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
29.918] (II) NVIDIA(0):     Config Options in the README.
29.920] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
29.996] (==) NVIDIA(0): Disabling shared memory pixmaps
29.996] (==) NVIDIA(0): Backing store enabled
29.996] (==) NVIDIA(0): Silken mouse enabled
29.996] (==) NVIDIA(0): DPMS enabled
29.997] (II) Loading sub module "dri2"
29.997] (II) LoadModule: "dri2"
29.997] (II) Module "dri2" already built-in
29.997] (II) NVIDIA(0): [DRI2] Setup complete
29.997] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
29.997] (--) RandR disabled

Cheers for the info, up to date now :D. It would explain a succelfull install. IIRC a previous version had already been patched for kernel 4.x

30.004] (II) Initializing extension GLX
30.004] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event2)
30.617] () Power Button: Applying InputClass “evdev keyboard catchall”
30.617] (
) Power Button: Applying InputClass “system-keyboard”
30.617] () Power Button: Applying InputClass “evdev keyboard catchall”
30.617] (II) LoadModule: “evdev”
30.630] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
30.662] (II) Module evdev: vendor=“X.Org Foundation”
30.662] compiled for 1.17.2, module version = 2.9.2
30.662] Module class: X.Org XInput Driver
30.662] ABI class: X.Org XInput driver, version 21.0
30.662] (II) Using input driver ‘evdev’ for ‘Power Button’
30.662] (
) Power Button: always reports core events
30.662] () evdev: Power Button: Device: “/dev/input/event2”
30.662] (–) evdev: Power Button: Vendor 0 Product 0x1
30.662] (–) evdev: Power Button: Found keys
30.662] (II) evdev: Power Button: Configuring as keyboard
30.662] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2”
30.662] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 6)
30.662] () Option “xkb_rules” “evdev”
30.662] (
) Option “xkb_model” “pc104”
30.662] () Option “xkb_layout” “us”
30.716] (II) config/udev: Adding input device Power Button (/dev/input/event0)
30.716] (
) Power Button: Applying InputClass “evdev keyboard catchall”
30.716] () Power Button: Applying InputClass “system-keyboard”
30.716] (
) Power Button: Applying InputClass “evdev keyboard catchall”
30.716] (II) Using input driver ‘evdev’ for ‘Power Button’
30.716] () Power Button: always reports core events
30.716] (
) evdev: Power Button: Device: “/dev/input/event0”
30.716] (–) evdev: Power Button: Vendor 0 Product 0x1
30.716] (–) evdev: Power Button: Found keys
30.716] (II) evdev: Power Button: Configuring as keyboard
30.716] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event0”
30.716] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 7)
30.716] (
) Option “xkb_rules” “evdev”
30.716] () Option “xkb_model” “pc104”
30.716] (
) Option “xkb_layout” “us”
30.717] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
30.717] () Sleep Button: Applying InputClass “evdev keyboard catchall”
30.717] (
) Sleep Button: Applying InputClass “system-keyboard”
30.717] () Sleep Button: Applying InputClass “evdev keyboard catchall”
30.717] (II) Using input driver ‘evdev’ for ‘Sleep Button’
30.717] (
) Sleep Button: always reports core events
30.717] () evdev: Sleep Button: Device: “/dev/input/event1”
30.717] (–) evdev: Sleep Button: Vendor 0 Product 0x3
30.717] (–) evdev: Sleep Button: Found keys
30.717] (II) evdev: Sleep Button: Configuring as keyboard
30.717] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event1”
30.717] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 8)
30.717] () Option “xkb_rules” “evdev”
30.717] (
) Option “xkb_model” “pc104”
30.717] () Option “xkb_layout” “us”
30.718] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event4)
30.718] (
) USB-compliant keyboard: Applying InputClass “evdev keyboard catchall”
30.718] () USB-compliant keyboard: Applying InputClass “system-keyboard”
30.718] (
) USB-compliant keyboard: Applying InputClass “evdev keyboard catchall”
30.718] (II) Using input driver ‘evdev’ for ‘USB-compliant keyboard’
30.718] () USB-compliant keyboard: always reports core events
30.718] (
) evdev: USB-compliant keyboard: Device: “/dev/input/event4”
30.718] (–) evdev: USB-compliant keyboard: Vendor 0x518 Product 0x2
30.718] (–) evdev: USB-compliant keyboard: Found keys
30.718] (II) evdev: USB-compliant keyboard: Configuring as keyboard
30.718] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.0/0003:0518:0002.0003/input/input5/event4”
30.718] (II) XINPUT: Adding extended input device “USB-compliant keyboard” (type: KEYBOARD, id 9)
30.718] (
) Option “xkb_rules” “evdev”
30.718] () Option “xkb_model” “pc104”
30.718] (
) Option “xkb_layout” “us”
30.719] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event5)
30.719] () USB-compliant keyboard: Applying InputClass “evdev keyboard catchall”
30.719] (
) USB-compliant keyboard: Applying InputClass “system-keyboard”
30.719] () USB-compliant keyboard: Applying InputClass “evdev keyboard catchall”
30.719] (II) Using input driver ‘evdev’ for ‘USB-compliant keyboard’
30.719] (
) USB-compliant keyboard: always reports core events
30.719] () evdev: USB-compliant keyboard: Device: “/dev/input/event5”
30.719] (–) evdev: USB-compliant keyboard: Vendor 0x518 Product 0x2
30.719] (–) evdev: USB-compliant keyboard: Found 1 mouse buttons
30.719] (–) evdev: USB-compliant keyboard: Found scroll wheel(s)
30.719] (–) evdev: USB-compliant keyboard: Found relative axes
30.719] (II) evdev: USB-compliant keyboard: Forcing relative x/y axes to exist.
30.719] (–) evdev: USB-compliant keyboard: Found absolute axes
30.719] (II) evdev: USB-compliant keyboard: Forcing absolute x/y axes to exist.
30.719] (–) evdev: USB-compliant keyboard: Found keys
30.719] (II) evdev: USB-compliant keyboard: Configuring as mouse
30.719] (II) evdev: USB-compliant keyboard: Configuring as keyboard
30.719] (II) evdev: USB-compliant keyboard: Adding scrollwheel support
30.719] (
) evdev: USB-compliant keyboard: YAxisMapping: buttons 4 and 5
30.719] () evdev: USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
30.719] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.1/0003:0518:0002.0004/input/input6/event5”
30.719] (II) XINPUT: Adding extended input device “USB-compliant keyboard” (type: KEYBOARD, id 10)
30.719] () Option “xkb_rules” “evdev”
30.719] (
) Option “xkb_model” “pc104”
30.719] () Option “xkb_layout” “us”
30.720] (II) evdev: USB-compliant keyboard: initialized for relative axes.
30.720] (WW) evdev: USB-compliant keyboard: ignoring absolute axes.
30.720] (
) USB-compliant keyboard: (accel) keeping acceleration scheme 1
30.720] () USB-compliant keyboard: (accel) acceleration profile 0
30.720] (
) USB-compliant keyboard: (accel) acceleration factor: 2.000
30.720] () USB-compliant keyboard: (accel) acceleration threshold: 4
30.720] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse1)
30.720] (
) USB-compliant keyboard: Applying InputClass “system-keyboard”
30.720] (II) No input driver specified, ignoring this device.
30.720] (II) This device may have been added with another device file.
30.721] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
30.721] () Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
30.721] (
) Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
30.721] (II) Using input driver ‘evdev’ for ‘Logitech USB Receiver’
30.721] () Logitech USB Receiver: always reports core events
30.721] (
) evdev: Logitech USB Receiver: Device: “/dev/input/event3”
30.772] (–) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc51b
30.772] (–) evdev: Logitech USB Receiver: Found 12 mouse buttons
30.772] (–) evdev: Logitech USB Receiver: Found scroll wheel(s)
30.772] (–) evdev: Logitech USB Receiver: Found relative axes
30.772] (–) evdev: Logitech USB Receiver: Found x and y relative axes
30.772] (II) evdev: Logitech USB Receiver: Configuring as mouse
30.772] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
30.772] () evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
30.772] (
) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
30.772] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.0/0003:046D:C51B.0001/input/input4/event3”
30.772] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: MOUSE, id 11)
30.772] (II) evdev: Logitech USB Receiver: initialized for relative axes.
30.772] (
) Logitech USB Receiver: (accel) keeping acceleration scheme 1
30.772] () Logitech USB Receiver: (accel) acceleration profile 0
30.772] (
) Logitech USB Receiver: (accel) acceleration factor: 2.000
30.772] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
30.773] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
30.773] (II) No input driver specified, ignoring this device.
30.773] (II) This device may have been added with another device file.
30.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
30.773] (II) No input driver specified, ignoring this device.
30.773] (II) This device may have been added with another device file.
30.773] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event12)
30.773] (II) No input driver specified, ignoring this device.
30.773] (II) This device may have been added with another device file.
30.774] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event13)
30.774] (II) No input driver specified, ignoring this device.
30.774] (II) This device may have been added with another device file.
30.774] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event14)
30.774] (II) No input driver specified, ignoring this device.
30.774] (II) This device may have been added with another device file.
30.774] (II) config/udev: Adding input device HDA NVidia Line Out Front (/dev/input/event15)
30.774] (II) No input driver specified, ignoring this device.
30.774] (II) This device may have been added with another device file.
30.774] (II) config/udev: Adding input device HDA NVidia Line Out Surround (/dev/input/event16)
30.775] (II) No input driver specified, ignoring this device.
30.775] (II) This device may have been added with another device file.
30.775] (II) config/udev: Adding input device HDA NVidia Line Out CLFE (/dev/input/event17)
30.775] (II) No input driver specified, ignoring this device.
30.775] (II) This device may have been added with another device file.
30.775] (II) config/udev: Adding input device HDA NVidia Line Out Side (/dev/input/event18)
30.775] (II) No input driver specified, ignoring this device.
30.775] (II) This device may have been added with another device file.
30.775] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event19)
30.775] (II) No input driver specified, ignoring this device.
30.775] (II) This device may have been added with another device file.
30.776] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
30.776] (II) No input driver specified, ignoring this device.
30.776] (II) This device may have been added with another device file.
30.776] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
30.776] (II) No input driver specified, ignoring this device.
30.776] (II) This device may have been added with another device file.
30.776] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
30.776] (II) No input driver specified, ignoring this device.
30.776] (II) This device may have been added with another device file.
30.777] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
30.777] (II) No input driver specified, ignoring this device.
30.777] (II) This device may have been added with another device file.
30.777] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
30.777] (II) No input driver specified, ignoring this device.
30.777] (II) This device may have been added with another device file.

35.680] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
35.680] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
35.714] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
35.714] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
39.968] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
39.968] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.001] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.001] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.198] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.198] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.231] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.231] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.271] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.271] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.304] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.305] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.576] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.576] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
40.610] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
40.610] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.162] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.162] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.197] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.197] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.449] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.449] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.482] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.482] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.533] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.533] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
42.570] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
42.570] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.339] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.339] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.373] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.373] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.468] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.468] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.919] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.919] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.954] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.955] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
43.987] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
43.987] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.021] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.021] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.053] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.053] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.086] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.086] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.119] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.119] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.152] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.152] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.185] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.185] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.219] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.219] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.252] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.252] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.285] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.285] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.317] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.317] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
44.352] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
44.352] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.646] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.646] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.681] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.681] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.844] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.844] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.877] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.877] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.912] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.912] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
46.946] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
46.946] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
47.482] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
47.483] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
47.516] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
47.516] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
47.633] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
47.633] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
47.667] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
47.667] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.063] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.063] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.097] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.097] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.254] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.254] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.287] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.287] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.695] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.695] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
48.729] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
48.729] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
51.019] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
51.019] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
51.054] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
51.054] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
51.088] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
51.088] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
51.127] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
51.127] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
51.268] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
51.268] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
54.684] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
54.684] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
54.720] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
54.720] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
54.781] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
54.781] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
2516.443] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
2516.443] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
2516.479] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
2516.479] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
4828.027] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
4828.027] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
4828.063] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
4828.063] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
7171.568] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
7171.568] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
7171.603] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
7171.603] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
7183.664] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
7183.664] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
7183.697] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
7183.697] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9452.557] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9452.557] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9452.590] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9452.590] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9817.651] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9817.652] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9817.685] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9817.685] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9825.730] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9825.730] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9825.763] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9825.763] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9945.222] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9945.222] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
9945.255] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
9945.255] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
10580.240] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
10580.240] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
10580.292] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
10580.292] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
10924.683] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
10924.683] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
10924.718] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
10924.718] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
11082.699] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
11082.699] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
11082.735] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
11082.735] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
12050.249] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
12050.249] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
12050.285] (II) NVIDIA(GPU-0): Display (LG Electronics L1918S (CRT-1)) does not support
12050.285] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.

And what is your actual problem?
The nvidia driver is loaded successfully and seems to be working.

Actually the latest 340.93 release does support Kernel 4.x out of the box.

But yes, the G03 (340.xx) packages did contain a patch for 4.x since 4 months already, it has been removed now in the 340.93 update 6 days ago because it’s no longer necessary.
And I saw now that the same is true for the latest G02 version 304.128.

I have no problem, I just want to say that I was able in this way to install a Nvidia driver at Tumbleweed. Everything works as it should.

Oh. I misunderstand your original post then.
I thought it did not work and you were asking for help.

Everything works as it should.

Great!
So to answer your original question then (“what’s going on?”, although I did already):
Nvidia added support for Kernel 4.x to their driver in the latest versions. That’s why they work on Tumbleweed now.

A patch for Kernel 4.x had been added to the packages 4 months ago already, but I don’t know if (and when) packages including that patch were actually ever published. But now the patch is not necessary any more anyway.

Thank you for your response and your time
Regards,