LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-06-2016, 02:10 AM   #1
FalloutBoy
LQ Newbie
 
Registered: Jan 2016
Posts: 25

Rep: Reputation: Disabled
Slackware 14.2 Beta problems


I am running an ASUS G751JY and booting Slackware off of the secondary hard drive, I can run X only in emulation video mode. If I install the proprietary NVidia drivers I can run X but can't exit X or switch to a console without getting a blank screen.
Exiting X results in a blank console, I can start X again but can not see what I am typing.

In addition I get the following dmesg errors on startup.

Code:
[    6.334570] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-7260-17.ucode failed with error -2
[    7.233720] nouveau 0000:01:00.0: Direct firmware load for nvidia/gm204/fecs_inst.bin failed with error -2
I have looked on Intels site but have not been able to find -17 firmware there, and I understand that my GeForce 980M is not yet supported by Nouveau but both the Short lived branch and the Long lived branch of the NVidia drivers from Nvidias website result in the console vanishing - any help and fixing this would be appreciated.

Additional : I have managed to solve the wifi issue and its now working, it took a bit of finding but I found the latest firmware on a git repository but I still don't know how to resolve the nVidia issue.

Last edited by FalloutBoy; 02-06-2016 at 03:42 AM. Reason: Partial solve.
 
Old 02-06-2016, 03:55 AM   #2
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Did install the xf86-video-nouveau-blacklist-noarch-1.txz package before you installed the nvidia driver?
 
Old 02-06-2016, 04:08 AM   #3
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
when installing the nvidia prorietary driver per slackware docs. just run the install with the latest driver it will fail and ask you to add a file to your /et/modprobe.d directory. Then reboot and re-run the nvidia installer.
Code:
nvidia-installer-disable-nouveau.conf
in that file contains
Code:
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
The reason I do this is because during upgrades sometimes I for get about that extra-package and well as you may know you loose the blacklist.
I myself did not spend that kind of money on a NVidia card to run nouveau.
 
Old 02-06-2016, 05:58 AM   #4
FalloutBoy
LQ Newbie
 
Registered: Jan 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Drakeo View Post
when installing the nvidia prorietary driver per slackware docs. just run the install with the latest driver it will fail and ask you to add a file to your /et/modprobe.d directory. Then reboot and re-run the nvidia installer.
Code:
nvidia-installer-disable-nouveau.conf
in that file contains
Code:
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
The reason I do this is because during upgrades sometimes I for get about that extra-package and well as you may know you loose the blacklist.
I myself did not spend that kind of money on a NVidia card to run nouveau.
Sorry I had done this in between my last post and your response and unfortunately it made no difference I'm attaching my /var/log/Xorg.0.log so you can see whats happening, there is now no mention of nouveau in dmesg either but the problem persists.

Heres output of dmesg | grep nvidia

Code:
[    7.309974] nvidia: module license 'NVIDIA' taints kernel.
[    7.317002] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[    7.317797] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[  100.439014] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  358.16  Mon Nov 16 18:58:09 PST 2015
[  100.439348] nvidia-modeset: Allocated GPU:0 (GPU-41855ff0-5ffa-b164-b41e-95c80b96d36b) @ PCI:0000:01:00.0
[  368.581675] nvidia-modeset: Freed GPU:0 (GPU-41855ff0-5ffa-b164-b41e-95c80b96d36b) @ PCI:0000:01:00.0
[  376.222007] nvidia-modeset: Allocated GPU:0 (GPU-41855ff0-5ffa-b164-b41e-95c80b96d36b) @ PCI:0000:01:00.0
And heres /etc/log/X.org which I can't see any problems with possibly barring this line:
[ 375.521] (--) PCI:*(0:1:0:0) 10de:13d7:1043:22da rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288

Code:
[   375.504] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[   375.506] X Protocol Version 11, Revision 0
[   375.507] Build Operating System: Slackware 14.2 Slackware Linux Project
[   375.508] Current Operating System: Linux darkstar 4.4.0 #2 SMP Mon Jan 11 22:30:29 CST 2016 x86_64
[   375.508] Kernel command line: BOOT_IMAGE=dev000:\EFI\Slackware\vmlinuz  root=/dev/sda3 vga=normal ro ro
[   375.510] Build Date: 19 November 2015  12:46:02AM
[   375.511]  
[   375.511] Current version of pixman: 0.33.6
[   375.513] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   375.513] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   375.517] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb  7 00:40:28 2016
[   375.518] (==) Using config file: "/etc/X11/xorg.conf"
[   375.519] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   375.520] (==) ServerLayout "Layout0"
[   375.520] (**) |-->Screen "Screen0" (0)
[   375.520] (**) |   |-->Monitor "Monitor0"
[   375.520] (**) |   |-->Device "Device0"
[   375.520] (**) |-->Input Device "Keyboard0"
[   375.520] (**) |-->Input Device "Mouse0"
[   375.520] (==) Automatically adding devices
[   375.520] (==) Automatically enabling devices
[   375.520] (==) Automatically adding GPU devices
[   375.520] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   375.520] (WW) The directory "/usr/share/fonts/local" does not exist.
[   375.520] 	Entry deleted from font path.
[   375.520] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   375.520] 	Entry deleted from font path.
[   375.520] (**) FontPath set to:
	/usr/lib64/X11/fonts/misc/:unscaled,
	/usr/lib64/X11/fonts/100dpi/:unscaled,
	/usr/lib64/X11/fonts/75dpi/:unscaled,
	/usr/lib64/X11/fonts/misc/,
	/usr/lib64/X11/fonts/Type1/,
	/usr/lib64/X11/fonts/Speedo/,
	/usr/lib64/X11/fonts/100dpi/,
	/usr/lib64/X11/fonts/75dpi/,
	/usr/lib64/X11/fonts/cyrillic/,
	/usr/lib64/X11/fonts/TTF/,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[   375.520] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   375.520] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   375.520] (WW) Disabling Keyboard0
[   375.520] (WW) Disabling Mouse0
[   375.520] (II) Loader magic: 0x8081c0
[   375.520] (II) Module ABI versions:
[   375.520] 	X.Org ANSI C Emulation: 0.4
[   375.520] 	X.Org Video Driver: 20.0
[   375.520] 	X.Org XInput driver : 22.1
[   375.520] 	X.Org Server Extension : 9.0
[   375.520] (II) xfree86: Adding drm device (/dev/dri/card0)
[   375.521] (--) PCI:*(0:1:0:0) 10de:13d7:1043:22da rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   375.521] (II) Open ACPI successful (/var/run/acpid.socket)
[   375.521] (II) LoadModule: "glx"
[   375.522] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   375.525] (II) Module glx: vendor="NVIDIA Corporation"
[   375.525] 	compiled for 4.0.2, module version = 1.0.0
[   375.525] 	Module class: X.Org Server Extension
[   375.525] (II) NVIDIA GLX Module  358.16  Mon Nov 16 18:54:01 PST 2015
[   375.525] (II) LoadModule: "nvidia"
[   375.525] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   375.525] (II) Module nvidia: vendor="NVIDIA Corporation"
[   375.525] 	compiled for 4.0.2, module version = 1.0.0
[   375.525] 	Module class: X.Org Video Driver
[   375.525] (II) NVIDIA dlloader X Driver  358.16  Mon Nov 16 18:32:40 PST 2015
[   375.525] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   375.525] (--) using VT number 7

[   375.530] (II) Loading sub module "fb"
[   375.530] (II) LoadModule: "fb"
[   375.530] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   375.531] (II) Module fb: vendor="X.Org Foundation"
[   375.531] 	compiled for 1.18.0, module version = 1.0.0
[   375.531] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   375.531] (II) Loading sub module "wfb"
[   375.531] (II) LoadModule: "wfb"
[   375.531] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   375.531] (II) Module wfb: vendor="X.Org Foundation"
[   375.531] 	compiled for 1.18.0, module version = 1.0.0
[   375.531] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   375.531] (II) Loading sub module "ramdac"
[   375.531] (II) LoadModule: "ramdac"
[   375.531] (II) Module "ramdac" already built-in
[   375.532] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   375.532] (==) NVIDIA(0): RGB weight 888
[   375.532] (==) NVIDIA(0): Default visual is TrueColor
[   375.532] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   375.532] (**) NVIDIA(0): Enabling 2D acceleration
[   376.399] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   376.399] (--) NVIDIA(0):     CRT-0
[   376.399] (--) NVIDIA(0):     DFP-0
[   376.399] (--) NVIDIA(0):     DFP-1
[   376.399] (--) NVIDIA(0):     DFP-2 (boot)
[   376.399] (--) NVIDIA(0):     DFP-3
[   376.400] (--) NVIDIA(0): CRT-0: disconnected
[   376.400] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   376.400] (--) NVIDIA(0): 
[   376.400] (--) NVIDIA(0): DFP-0: disconnected
[   376.400] (--) NVIDIA(0): DFP-0: Internal DisplayPort
[   376.400] (--) NVIDIA(0): DFP-0: 960.0 MHz maximum pixel clock
[   376.400] (--) NVIDIA(0): 
[   376.400] (--) NVIDIA(0): DFP-1: disconnected
[   376.400] (--) NVIDIA(0): DFP-1: Internal TMDS
[   376.400] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   376.400] (--) NVIDIA(0): 
[   376.400] (--) NVIDIA(0): LGD (DFP-2): connected
[   376.400] (--) NVIDIA(0): LGD (DFP-2): Internal DisplayPort
[   376.400] (--) NVIDIA(0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   376.400] (--) NVIDIA(0): 
[   376.400] (--) NVIDIA(0): DFP-3: disconnected
[   376.400] (--) NVIDIA(0): DFP-3: Internal TMDS
[   376.400] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   376.400] (--) NVIDIA(0): 
[   376.400] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   376.401] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 980M (GM204-A) at PCI:1:0:0 (GPU-0)
[   376.401] (--) NVIDIA(0): Memory: 4194304 kBytes
[   376.401] (--) NVIDIA(0): VideoBIOS: 84.04.1f.00.46
[   376.401] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   376.401] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   376.401] (**) NVIDIA(0):     device LGD (DFP-2) (Using EDID frequencies has been
[   376.401] (**) NVIDIA(0):     enabled on all display devices.)
[   376.401] (==) NVIDIA(0): 
[   376.401] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   376.401] (==) NVIDIA(0):     will be used as the requested mode.
[   376.401] (==) NVIDIA(0): 
[   376.402] (II) NVIDIA(0): Validated MetaModes:
[   376.402] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[   376.402] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   376.404] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[   376.404] (--) NVIDIA(0):     option
[   376.404] (--) Depth 24 pixmap format is 32 bpp
[   376.404] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[   376.404] (II) NVIDIA:     access.
[   376.487] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[   377.530] (==) NVIDIA(0): Disabling shared memory pixmaps
[   377.530] (==) NVIDIA(0): Backing store enabled
[   377.530] (==) NVIDIA(0): Silken mouse enabled
[   377.530] (**) NVIDIA(0): DPMS enabled
[   377.530] (II) Loading sub module "dri2"
[   377.530] (II) LoadModule: "dri2"
[   377.530] (II) Module "dri2" already built-in
[   377.530] (II) NVIDIA(0): [DRI2] Setup complete
[   377.530] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   377.531] (--) RandR disabled
 
Old 02-06-2016, 06:02 AM   #5
FalloutBoy
LQ Newbie
 
Registered: Jan 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Part 2 of log.

Code:
[   377.531] (II) Initializing extension GLX
[   377.531] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
[   377.641] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   377.641] (**) Power Button: Applying InputClass "keyboard-all"
[   377.641] (II) LoadModule: "evdev"
[   377.641] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   377.641] (II) Module evdev: vendor="X.Org Foundation"
[   377.641] 	compiled for 1.18.0, module version = 2.10.1
[   377.641] 	Module class: X.Org XInput Driver
[   377.641] 	ABI class: X.Org XInput driver, version 22.1
[   377.641] (II) Using input driver 'evdev' for 'Power Button'
[   377.641] (**) Power Button: always reports core events
[   377.641] (**) evdev: Power Button: Device: "/dev/input/event4"
[   377.641] (--) evdev: Power Button: Vendor 0 Product 0x1
[   377.641] (--) evdev: Power Button: Found keys
[   377.641] (II) evdev: Power Button: Configuring as keyboard
[   377.641] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[   377.641] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   377.641] (**) Option "xkb_rules" "evdev"
[   377.641] (**) Option "xkb_layout" "us"
[   377.641] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.653] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   377.653] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   377.653] (**) Video Bus: Applying InputClass "keyboard-all"
[   377.653] (II) Using input driver 'evdev' for 'Video Bus'
[   377.653] (**) Video Bus: always reports core events
[   377.653] (**) evdev: Video Bus: Device: "/dev/input/event5"
[   377.653] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   377.653] (--) evdev: Video Bus: Found keys
[   377.653] (II) evdev: Video Bus: Configuring as keyboard
[   377.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:60/LNXVIDEO:00/input/input9/event5"
[   377.653] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   377.653] (**) Option "xkb_rules" "evdev"
[   377.653] (**) Option "xkb_layout" "us"
[   377.653] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.653] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   377.653] (II) No input driver specified, ignoring this device.
[   377.653] (II) This device may have been added with another device file.
[   377.653] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   377.653] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   377.653] (**) Sleep Button: Applying InputClass "keyboard-all"
[   377.653] (II) Using input driver 'evdev' for 'Sleep Button'
[   377.653] (**) Sleep Button: always reports core events
[   377.653] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   377.653] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   377.653] (--) evdev: Sleep Button: Found keys
[   377.653] (II) evdev: Sleep Button: Configuring as keyboard
[   377.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[   377.653] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   377.653] (**) Option "xkb_rules" "evdev"
[   377.653] (**) Option "xkb_layout" "us"
[   377.653] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.654] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   377.654] (II) No input driver specified, ignoring this device.
[   377.654] (II) This device may have been added with another device file.
[   377.654] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   377.654] (II) No input driver specified, ignoring this device.
[   377.654] (II) This device may have been added with another device file.
[   377.654] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event13)
[   377.654] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev pointer catchall"
[   377.654] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[   377.654] (**) Razer Razer DeathAdder Chroma: always reports core events
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event13"
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found 9 mouse buttons
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found scroll wheel(s)
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found relative axes
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found x and y relative axes
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as mouse
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Adding scrollwheel support
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: YAxisMapping: buttons 4 and 5
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   377.654] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:1532:0043.0001/input/input20/event13"
[   377.654] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: MOUSE, id 9)
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: initialized for relative axes.
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) keeping acceleration scheme 1
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration profile 0
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration factor: 2.000
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration threshold: 4
[   377.654] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/mouse1)
[   377.654] (II) No input driver specified, ignoring this device.
[   377.654] (II) This device may have been added with another device file.
[   377.654] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event14)
[   377.654] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev keyboard catchall"
[   377.654] (**) Razer Razer DeathAdder Chroma: Applying InputClass "keyboard-all"
[   377.654] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[   377.654] (**) Razer Razer DeathAdder Chroma: always reports core events
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event14"
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found 1 mouse buttons
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found scroll wheel(s)
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found relative axes
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Forcing relative x/y axes to exist.
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found absolute axes
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found absolute multitouch axes
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Fake MT device detected
[   377.654] (--) evdev: Razer Razer DeathAdder Chroma: Found keys
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as mouse
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as keyboard
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: Adding scrollwheel support
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: YAxisMapping: buttons 4 and 5
[   377.654] (**) evdev: Razer Razer DeathAdder Chroma: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   377.654] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:1532:0043.0002/input/input21/event14"
[   377.654] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: KEYBOARD, id 10)
[   377.654] (**) Option "xkb_rules" "evdev"
[   377.654] (**) Option "xkb_layout" "us"
[   377.654] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.654] (II) evdev: Razer Razer DeathAdder Chroma: initialized for relative axes.
[   377.654] (WW) evdev: Razer Razer DeathAdder Chroma: ignoring absolute axes.
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) keeping acceleration scheme 1
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration profile 0
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration factor: 2.000
[   377.654] (**) Razer Razer DeathAdder Chroma: (accel) acceleration threshold: 4
[   377.655] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event15)
[   377.655] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev keyboard catchall"
[   377.655] (**) Razer Razer DeathAdder Chroma: Applying InputClass "keyboard-all"
[   377.655] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[   377.655] (**) Razer Razer DeathAdder Chroma: always reports core events
[   377.655] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event15"
[   377.655] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[   377.655] (--) evdev: Razer Razer DeathAdder Chroma: Found keys
[   377.655] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as keyboard
[   377.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:1532:0043.0003/input/input22/event15"
[   377.655] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: KEYBOARD, id 11)
[   377.655] (**) Option "xkb_rules" "evdev"
[   377.655] (**) Option "xkb_layout" "us"
[   377.655] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.655] (II) config/udev: Adding input device ASUS ASUS ROG Macrokey (/dev/input/event16)
[   377.655] (**) ASUS ASUS ROG Macrokey: Applying InputClass "evdev keyboard catchall"
[   377.655] (**) ASUS ASUS ROG Macrokey: Applying InputClass "keyboard-all"
[   377.655] (II) Using input driver 'evdev' for 'ASUS ASUS ROG Macrokey'
[   377.655] (**) ASUS ASUS ROG Macrokey: always reports core events
[   377.655] (**) evdev: ASUS ASUS ROG Macrokey: Device: "/dev/input/event16"
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Vendor 0xb05 Product 0x17fd
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found keys
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: Configuring as keyboard
[   377.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:0B05:17FD.0004/input/input23/event16"
[   377.655] (II) XINPUT: Adding extended input device "ASUS ASUS ROG Macrokey" (type: KEYBOARD, id 12)
[   377.655] (**) Option "xkb_rules" "evdev"
[   377.655] (**) Option "xkb_layout" "us"
[   377.655] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.655] (II) config/udev: Adding input device ASUS ASUS ROG Macrokey (/dev/input/event17)
[   377.655] (**) ASUS ASUS ROG Macrokey: Applying InputClass "evdev pointer catchall"
[   377.655] (**) ASUS ASUS ROG Macrokey: Applying InputClass "evdev keyboard catchall"
[   377.655] (**) ASUS ASUS ROG Macrokey: Applying InputClass "keyboard-all"
[   377.655] (II) Using input driver 'evdev' for 'ASUS ASUS ROG Macrokey'
[   377.655] (**) ASUS ASUS ROG Macrokey: always reports core events
[   377.655] (**) evdev: ASUS ASUS ROG Macrokey: Device: "/dev/input/event17"
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Vendor 0xb05 Product 0x17fd
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found 9 mouse buttons
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found scroll wheel(s)
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found relative axes
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found x and y relative axes
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found absolute axes
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: Forcing absolute x/y axes to exist.
[   377.655] (--) evdev: ASUS ASUS ROG Macrokey: Found keys
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: Configuring as mouse
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: Configuring as keyboard
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: Adding scrollwheel support
[   377.655] (**) evdev: ASUS ASUS ROG Macrokey: YAxisMapping: buttons 4 and 5
[   377.655] (**) evdev: ASUS ASUS ROG Macrokey: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   377.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:0B05:17FD.0005/input/input24/event17"
[   377.655] (II) XINPUT: Adding extended input device "ASUS ASUS ROG Macrokey" (type: KEYBOARD, id 13)
[   377.655] (**) Option "xkb_rules" "evdev"
[   377.655] (**) Option "xkb_layout" "us"
[   377.655] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.655] (II) evdev: ASUS ASUS ROG Macrokey: initialized for relative axes.
[   377.655] (WW) evdev: ASUS ASUS ROG Macrokey: ignoring absolute axes.
[   377.655] (**) ASUS ASUS ROG Macrokey: (accel) keeping acceleration scheme 1
[   377.655] (**) ASUS ASUS ROG Macrokey: (accel) acceleration profile 0
[   377.655] (**) ASUS ASUS ROG Macrokey: (accel) acceleration factor: 2.000
[   377.655] (**) ASUS ASUS ROG Macrokey: (accel) acceleration threshold: 4
[   377.656] (II) config/udev: Adding input device ASUS ASUS ROG Macrokey (/dev/input/mouse2)
[   377.656] (II) No input driver specified, ignoring this device.
[   377.656] (II) This device may have been added with another device file.
[   377.656] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event12)
[   377.656] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
[   377.656] (**) USB2.0 HD UVC WebCam: Applying InputClass "keyboard-all"
[   377.656] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
[   377.656] (**) USB2.0 HD UVC WebCam: always reports core events
[   377.656] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event12"
[   377.656] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb414
[   377.656] (--) evdev: USB2.0 HD UVC WebCam: Found keys
[   377.656] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
[   377.656] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input19/event12"
[   377.656] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 14)
[   377.656] (**) Option "xkb_rules" "evdev"
[   377.656] (**) Option "xkb_layout" "us"
[   377.656] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.656] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[   377.656] (II) No input driver specified, ignoring this device.
[   377.656] (II) This device may have been added with another device file.
[   377.656] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event7)
[   377.656] (II) No input driver specified, ignoring this device.
[   377.656] (II) This device may have been added with another device file.
[   377.656] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[   377.656] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   377.656] (**) Asus WMI hotkeys: Applying InputClass "keyboard-all"
[   377.656] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[   377.656] (**) Asus WMI hotkeys: always reports core events
[   377.656] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
[   377.656] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[   377.656] (--) evdev: Asus WMI hotkeys: Found keys
[   377.656] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[   377.656] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input16/event8"
[   377.656] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[   377.656] (**) Option "xkb_rules" "evdev"
[   377.656] (**) Option "xkb_layout" "us"
[   377.656] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.656] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[   377.656] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   377.656] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[   377.656] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   377.656] (**) AT Translated Set 2 keyboard: always reports core events
[   377.656] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[   377.656] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   377.656] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   377.656] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   377.656] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event1"
[   377.656] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[   377.656] (**) Option "xkb_rules" "evdev"
[   377.657] (**) Option "xkb_layout" "us"
[   377.657] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.657] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
[   377.657] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   377.657] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad"
[   377.657] (II) LoadModule: "synaptics"
[   377.657] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[   377.657] (II) Module synaptics: vendor="X.Org Foundation"
[   377.657] 	compiled for 1.18.0, module version = 1.8.3
[   377.657] 	Module class: X.Org XInput Driver
[   377.657] 	ABI class: X.Org XInput driver, version 22.1
[   377.657] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   377.657] (**) ETPS/2 Elantech Touchpad: always reports core events
[   377.657] (**) Option "Device" "/dev/input/event9"
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3591 (res 33)
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1881 (res 32)
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   377.680] (**) Option "TapButton1" "1"
[   377.680] (**) Option "TapButton2" "2"
[   377.680] (**) Option "TapButton3" "3"
[   377.680] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   377.680] (**) ETPS/2 Elantech Touchpad: always reports core events
[   377.692] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input15/event9"
[   377.692] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[   377.692] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   377.692] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   377.692] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.049
[   377.692] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   377.692] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   377.692] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   377.692] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   377.692] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   377.692] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[   377.692] (II) No input driver specified, ignoring this device.
[   377.692] (II) This device may have been added with another device file.
[   377.692] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[   377.692] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[   377.692] (**) Speakup: Applying InputClass "keyboard-all"
[   377.692] (II) Using input driver 'evdev' for 'Speakup'
[   377.692] (**) Speakup: always reports core events
[   377.692] (**) evdev: Speakup: Device: "/dev/input/event0"
[   377.692] (--) evdev: Speakup: Vendor 0 Product 0
[   377.692] (--) evdev: Speakup: Found keys
[   377.692] (II) evdev: Speakup: Configuring as keyboard
[   377.692] (**) Option "config_info" "udev:/sys/devices/virtual/input/input1/event0"
[   377.692] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 18)
[   377.692] (**) Option "xkb_rules" "evdev"
[   377.692] (**) Option "xkb_layout" "us"
[   377.692] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   377.695] (--) NVIDIA(GPU-0): LGD (DFP-2): connected
[   377.695] (--) NVIDIA(GPU-0): LGD (DFP-2): Internal DisplayPort
[   377.695] (--) NVIDIA(GPU-0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   377.695] (--) NVIDIA(GPU-0): 
[   378.319] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   378.319] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   378.319] (--) NVIDIA(GPU-0): 
[   378.319] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   378.319] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   378.319] (--) NVIDIA(GPU-0): DFP-0: 960.0 MHz maximum pixel clock
[   378.319] (--) NVIDIA(GPU-0): 
[   378.319] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   378.319] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   378.319] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   378.319] (--) NVIDIA(GPU-0): 
[   378.319] (--) NVIDIA(GPU-0): LGD (DFP-2): connected
[   378.319] (--) NVIDIA(GPU-0): LGD (DFP-2): Internal DisplayPort
[   378.319] (--) NVIDIA(GPU-0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   378.319] (--) NVIDIA(GPU-0): 
[   378.319] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   378.319] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   378.319] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   378.319] (--) NVIDIA(GPU-0): 
[   378.720] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   378.720] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   378.720] (--) NVIDIA(GPU-0): 
[   378.720] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   378.720] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   378.720] (--) NVIDIA(GPU-0): DFP-0: 960.0 MHz maximum pixel clock
[   378.720] (--) NVIDIA(GPU-0): 
[   378.720] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   378.720] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   378.720] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   378.720] (--) NVIDIA(GPU-0): 
[   378.720] (--) NVIDIA(GPU-0): LGD (DFP-2): connected
[   378.720] (--) NVIDIA(GPU-0): LGD (DFP-2): Internal DisplayPort
[   378.720] (--) NVIDIA(GPU-0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   378.720] (--) NVIDIA(GPU-0): 
[   378.720] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   378.720] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   378.720] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   378.720] (--) NVIDIA(GPU-0): 
[   379.239] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   379.239] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   379.239] (--) NVIDIA(GPU-0): 
[   379.239] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   379.239] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   379.239] (--) NVIDIA(GPU-0): DFP-0: 960.0 MHz maximum pixel clock
[   379.239] (--) NVIDIA(GPU-0): 
[   379.239] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   379.239] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   379.239] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   379.239] (--) NVIDIA(GPU-0): 
[   379.240] (--) NVIDIA(GPU-0): LGD (DFP-2): connected
[   379.240] (--) NVIDIA(GPU-0): LGD (DFP-2): Internal DisplayPort
[   379.240] (--) NVIDIA(GPU-0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   379.240] (--) NVIDIA(GPU-0): 
[   379.240] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   379.240] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   379.240] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   379.240] (--) NVIDIA(GPU-0): 
[   381.151] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   381.151] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   381.151] (--) NVIDIA(GPU-0): 
[   381.151] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   381.151] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   381.151] (--) NVIDIA(GPU-0): DFP-0: 960.0 MHz maximum pixel clock
[   381.151] (--) NVIDIA(GPU-0): 
[   381.151] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   381.151] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   381.151] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   381.151] (--) NVIDIA(GPU-0): 
[   381.151] (--) NVIDIA(GPU-0): LGD (DFP-2): connected
[   381.151] (--) NVIDIA(GPU-0): LGD (DFP-2): Internal DisplayPort
[   381.151] (--) NVIDIA(GPU-0): LGD (DFP-2): 480.0 MHz maximum pixel clock
[   381.151] (--) NVIDIA(GPU-0): 
[   381.152] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   381.152] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   381.152] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   381.152] (--) NVIDIA(GPU-0):
 
Old 02-06-2016, 08:14 AM   #6
FalloutBoy
LQ Newbie
 
Registered: Jan 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
I just found this in the nvidia-installer.log and I'm wondering if it might have some bearing on the problem.

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Feb 7 00:13:09 2016
installer version: 358.16

PATH: /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/kde4/libexec:/usr/lib64/qt/bin:/usr/share/texmf/bin

nvidia-installer command line:
./nvidia-installer

Using: nvidia-installer ncurses user interface
-> Detected 8 CPUs online; setting concurrency level to 8.
-> License accepted.
-> Installing NVIDIA driver version 358.16.
-> There appears to already be a driver installed on your system (version: 358.16). As part of installing this driver (version: 358.16), the existing driver will be uninstalled. Are you sure you want to continue? (Answer: Continue installation)
-> Performing CC sanity check with CC="/usr/bin/cc".
-> Kernel source path: '/lib/modules/4.4.0/source'
-> Kernel output path: '/lib/modules/4.4.0/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Performing PREEMPT_RT check.
-> Cleaning kernel module build directory.
executing: 'cd ./kernel; /usr/bin/make -k -j8 clean NV_EXCLUDE_KERNEL_MODULES="" SYSSRC="/lib/modules/4.4.0/source" SYSOUT="/lib/modules/4.4.0/build"'...
rm -f -r conftest
/usr/bin/make "CC=cc" KBUILD_OUTPUT=/lib/modules/4.4.0/build KBUILD_VERBOSE= -C /lib/modules/4.4.0/source M=/tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel ARCH=x86_64 NV_KERNEL_SOURCES=/lib/modules/4.4.0/source NV_KERNEL_OUTPUT=/lib/modules/4.4.0/build NV_KERNEL_MODULES="nvidia nvidia-uvm nvidia-modeset" INSTALL_MOD_DIR=kernel/drivers/video clean
make[1]: Entering directory '/usr/src/linux-4.4'
make[2]: Entering directory '/usr/src/linux-4.4'
make[2]: Leaving directory '/usr/src/linux-4.4'
make[1]: Leaving directory '/usr/src/linux-4.4'
-> Building kernel modules
executing: 'cd ./kernel; /usr/bin/make -k -j8 NV_EXCLUDE_KERNEL_MODULES="" SYSSRC="/lib/modules/4.4.0/source" SYSOUT="/lib/modules/4.4.0/build"'...
/usr/bin/make "CC=cc" KBUILD_OUTPUT=/lib/modules/4.4.0/build KBUILD_VERBOSE= -C /lib/modules/4.4.0/source M=/tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel ARCH=x86_64 NV_KERNEL_SOURCES=/lib/modules/4.4.0/source NV_KERNEL_OUTPUT=/lib/modules/4.4.0/build NV_KERNEL_MODULES="nvidia nvidia-uvm nvidia-modeset" INSTALL_MOD_DIR=kernel/drivers/video modules
make[1]: Entering directory '/usr/src/linux-4.4'
make[2]: Entering directory '/usr/src/linux-4.4'
SYMLINK /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset/nv-modeset-kernel.o
SYMLINK /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-kernel.o
CONFTEST: INIT_WORK
CONFTEST: vmap
CONFTEST: remap_pfn_range
CONFTEST: set_memory_array_uc
CONFTEST: set_pages_uc
CONFTEST: set_memory_uc
CONFTEST: follow_pfn
CONFTEST: change_page_attr
CONFTEST: pci_get_class
CONFTEST: pci_choose_state
CONFTEST: acquire_console_sem
CONFTEST: acpi_device_id
CONFTEST: vm_insert_page
CONFTEST: console_lock
CONFTEST: kmem_cache_create
CONFTEST: on_each_cpu
CONFTEST: smp_call_function
CONFTEST: acpi_evaluate_integer
CONFTEST: ioremap_cache
CONFTEST: ioremap_wc
CONFTEST: acpi_walk_namespace
CONFTEST: pci_domain_nr
CONFTEST: pci_dma_mapping_error
CONFTEST: sg_alloc_table
CONFTEST: sg_init_table
CONFTEST: get_num_physpages
CONFTEST: pci_get_domain_bus_and_slot
CONFTEST: efi_enabled
CONFTEST: proc_create_data
CONFTEST: pde_data
CONFTEST: proc_remove
CONFTEST: pm_vt_switch_required
CONFTEST: xen_ioemu_inject_msi
CONFTEST: drm_pci_set_busid
CONFTEST: get_dma_ops
CONFTEST: phys_to_dma
CONFTEST: write_cr4
CONFTEST: of_parse_phandle
CONFTEST: for_each_online_node
CONFTEST: node_end_pfn
CONFTEST: remap_page_range
CONFTEST: address_space_init_once
CONFTEST: kbasename
CONFTEST: fatal_signal_pending
CONFTEST: list_cut_position
CONFTEST: hlist_for_each_entry
CONFTEST: i2c_adapter
CONFTEST: pm_message_t
CONFTEST: irq_handler_t
CONFTEST: acpi_device_ops
CONFTEST: acpi_op_remove
CONFTEST: proc_dir_entry
CONFTEST: outer_flush_all
CONFTEST: scatterlist
CONFTEST: sg_table
CONFTEST: file_operations
CONFTEST: vm_operations_struct
CONFTEST: pci_save_state
CONFTEST: file_inode
CONFTEST: kuid_t
CONFTEST: task_struct
CONFTEST: dma_map_ops
CONFTEST: dma_ops
CONFTEST: noncoherent_swiotlb_dma_ops
CONFTEST: fault_flags
CONFTEST: atomic64_type
CONFTEST: address_space
CONFTEST: backing_dev_info
CONFTEST: dom0_kernel_present
CONFTEST: drm_available
CONFTEST: nvidia_grid_build
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-frontend.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-instance.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-acpi.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-chrdev.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-cray.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-dma.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-drm.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-gvi.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-i2c.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-mempool.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-mmap.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-p2p.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-pat.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-procfs.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-usermap.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-vm.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-vtophys.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-interface.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-mlock.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-pci.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-registry.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-usermap.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-modeset-interface.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv_uvm_interface.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nvlink_linux.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nvlink_pci.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/ebridge_linux.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/ibmnpu_linux.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_gpu_ops_tests.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_lite.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_page_cache.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_lite_api.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_lite_prefetch.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_lite_region_tracking.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_utils.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_common.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_linux.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_kernel_events.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_kernel_counters.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_debug_session.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_page_migration.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_page_migration_kepler.o
/tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_common.c: In function 'uvmSetupGpuProvider':
/tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_common.c:117:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
g_exportedUvmOps.isrTopHalf = uvmnext_isr_top_half;

^
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_page_migration_maxwell.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_page_migration_pascal.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_channel_mgmt.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_common_test.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_channel_directed_tests.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm/uvm_channel_basic_sanity_tests.o
CC [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset/nvidia-modeset-linux.o
ld -r -o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-interface.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-frontend.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-instance.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-acpi.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-chrdev.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-cray.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-dma.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-drm.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-gvi.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-i2c.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-mempool.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-mmap.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-p2p.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-pat.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-procfs.o /tmp/s
elfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-usermap.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-vm.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-vtophys.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-interface.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-mlock.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-pci.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-registry.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/os-usermap.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv-modeset-interface.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nv_uvm_interface.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nvlink_linux.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/nvlink_pci.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/ebridge_linux.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia/ibmnpu_linux.o
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia.o
ld -r -o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset/nv-modeset-interface.o /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset/nvidia-modeset-linux.o
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset.o
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm.o
Building modules, stage 2.
MODPOST 3 modules
CC /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset.mod.o
CC /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm.mod.o
CC /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia.mod.o
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-modeset.ko
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia-uvm.ko
LD [M] /tmp/selfgz1195/NVIDIA-Linux-x86_64-358.16/kernel/nvidia.ko
make[2]: Leaving directory '/usr/src/linux-4.4'
make[1]: Leaving directory '/usr/src/linux-4.4'
-> done.
-> Kernel module compilation complete.
-> Kernel messages:
[ 29.119868] hid-generic 0003:0B05:17FD.0006: hiddev0,hidraw5: USB HID v1.10 Device [ASUS ASUS ROG Macrokey] on usb-0000:00:14.0-10/input2
[ 30.238604] Adding 16777212k swap on /dev/sda4. Priority:-1 extents:1 across:16777212k
[ 30.291571] fuse init (API version 7.23)
[ 30.522915] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 37.924507] NET: Registered protocol family 10
[ 41.892762] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 41.892770] Bluetooth: BNEP filters: protocol multicast
[ 41.892778] Bluetooth: BNEP socket layer initialized
[ 43.233498] r8169 0000:3c:00.0 eth0: link down
[ 43.235565] iwlwifi 0000:3b:00.0: L1 Disabled - LTR Enabled
[ 43.235800] iwlwifi 0000:3b:00.0: L1 Disabled - LTR Enabled
[ 43.422827] iwlwifi 0000:3b:00.0: L1 Disabled - LTR Enabled
[ 43.423064] iwlwifi 0000:3b:00.0: L1 Disabled - LTR Enabled
[ 92.459347] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
[ 92.459447] [drm] Module unloaded
[ 106.500342] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=nonewns=io+mem
[ 106.500404] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[ 106.500512] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[ 106.500514] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 358.16 Mon Nov 16 19:25:55 PST 2015
[ 106.501056] nvidia_uvm: Loaded the UVM driver, major device number 239
[ 106.501675] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 358.16 Mon Nov 16 18:58:09 PST 2015
[ 106.503734] nvidia-modeset: Unloading
[ 106.511582] nvidia_uvm: Unregistered the UVM driver
[ 106.520794] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
[ 106.520912] [drm] Module unloaded
-> Installing both new and classic TLS OpenGL libraries.
-> Installing classic TLS 32bit OpenGL libraries.
-> Install NVIDIA's 32-bit compatibility libraries? (Answer: No)
-> Uninstalling the previous installation with /usr/bin/nvidia-uninstall.
-> Skipping installation of the libvdpau wrapper library.
-> Searching for conflicting files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (358.16):
executing: '/sbin/ldconfig'...
executing: '/sbin/depmod -aq '...
depmod: WARNING: Ignored deprecated option -q
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up. (Answer: Yes)
-> Your X configuration file has been successfully updated. Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version: 358.16) is now complete.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware 14.2 Beta 2 is here. hitest Slackware 63 02-07-2016 05:25 PM
Slackware 14 beta onebuck Slackware 18 07-24-2012 12:25 PM
Slackware 10.1 beta out. xushi Slackware 2 01-23-2005 02:36 PM
Slackware 9.0 beta trickykid Slackware 18 09-06-2002 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration