1

Установил новую slackware64-14.1
kernel-generic-3.10.17
Установил multilib следуя инструкции Alien Boba http://alien.slackbook.org/dokuwiki/dok … e:multilib
Скомпилировал и установил слакбилды из http://slackbuilds.org/
nvidia-driver-331.20  для 64 bit.
Когда компилировал  libvdpau отредактировал слакбилд и добавил

elif [ "$ARCH" = "x86_64" ]; then
  SLKCFLAGS="-O2 -fPIC"
  SLKLDFLAGS="-L/usr/lib64"
  LIBDIRSUFFIX="64"
else
  SLKCFLAGS="-O2"
  LIBDIRSUFFIX=""
fi

[...]

LDFLAGS="$SLKLDFLAGS" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

linking на библиотеки lib64
При компилировании nvidia-kernel nvidia-driver недобавлял linking lib64
Добавил только на nvidia-driver compat32=yes
установил blacklist nouveu.
При перезагрузке не загружается модуль GLX
Xorg.0.log

    [    52.437]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [    52.438] X Protocol Version 11, Revision 0
    [    52.438] Build Operating System: Slackware 14.1 Slackware Linux Project
    [    52.439] Current Operating System: Linux darkstar 3.10.17 #2 SMP Wed Oct 23 16:34:38 CDT 2013 x86_64
    [    52.439] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda7
    [    52.439] Build Date: 09 October 2013  08:27:11PM
    [    52.439] 
    [    52.440] Current version of pixman: 0.30.2
    [    52.440]    Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
    [    52.440] Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    52.442] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 11 20:07:48 2013
    [    52.484] (==) Using config file: "/etc/X11/xorg.conf"
    [    52.484] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    52.503] (==) ServerLayout "Layout0"
    [    52.503] (**) |-->Screen "Screen0" (0)
    [    52.503] (**) |   |-->Monitor "Monitor0"
    [    52.503] (**) |   |-->Device "Device0"
    [    52.503] (**) |-->Input Device "Keyboard0"
    [    52.503] (**) |-->Input Device "Mouse0"
    [    52.504] (==) Automatically adding devices
    [    52.504] (==) Automatically enabling devices
    [    52.504] (==) Automatically adding GPU devices
    [    52.573] (WW) The directory "/usr/share/fonts/local" does not exist.
    [    52.573]    Entry deleted from font path.
    [    52.573] (WW) The directory "/usr/share/fonts/CID" does not exist.
    [    52.573]    Entry deleted from font path.
    [    52.573] (**) 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
    [    52.573] (==) ModulePath set to "/usr/lib64/xorg/modules"
    [    52.573] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [    52.573] (WW) Disabling Keyboard0
    [    52.573] (WW) Disabling Mouse0
    [    52.573] (II) Loader magic: 0x7f6d20
    [    52.573] (II) Module ABI versions:
    [    52.573]    X.Org ANSI C Emulation: 0.4
    [    52.573]    X.Org Video Driver: 14.1
    [    52.573]    X.Org XInput driver : 19.1
    [    52.573]    X.Org Server Extension : 7.0
    [    52.574] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    52.577] (--) PCI:*(0:1:0:0) 10de:124d:1028:0570 rev 161, Mem @ 0xd4000000/33554432, 0xc0000000/268435456, 0xd0000000/67108864, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [    52.577] (II) Open ACPI successful (/var/run/acpid.socket)
    [    52.578] Initializing built-in extension Generic Event Extension
    [    52.578] Initializing built-in extension SHAPE
    [    52.578] Initializing built-in extension MIT-SHM
    [    52.578] Initializing built-in extension XInputExtension
    [    52.579] Initializing built-in extension XTEST
    [    52.579] Initializing built-in extension BIG-REQUESTS
    [    52.579] Initializing built-in extension SYNC
    [    52.579] Initializing built-in extension XKEYBOARD
    [    52.580] Initializing built-in extension XC-MISC
    [    52.581] Initializing built-in extension XINERAMA
    [    52.581] Initializing built-in extension XFIXES
    [    52.582] Initializing built-in extension RENDER
    [    52.582] Initializing built-in extension RANDR
    [    52.582] Initializing built-in extension COMPOSITE
    [    52.582] Initializing built-in extension DAMAGE
    [    52.583] Initializing built-in extension MIT-SCREEN-SAVER
    [    52.583] Initializing built-in extension DOUBLE-BUFFER
    [    52.583] Initializing built-in extension RECORD
    [    52.583] Initializing built-in extension DPMS
    [    52.583] Initializing built-in extension X-Resource
    [    52.584] Initializing built-in extension XVideo
    [    52.584] Initializing built-in extension XVideo-MotionCompensation
    [    52.584] Initializing built-in extension XFree86-VidModeExtension
    [    52.584] Initializing built-in extension XFree86-DGA
    [    52.585] Initializing built-in extension XFree86-DRI
    [    52.585] Initializing built-in extension DRI2
    [    52.585] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [    52.585] (II) LoadModule: "glx"
    [    52.588] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
    [    52.604] (II) Module glx: vendor="X.Org Foundation"
    [    52.604]    compiled for 1.14.3, module version = 1.0.0
    [    52.604]    ABI class: X.Org Server Extension, version 7.0
    [    52.604] (==) AIGLX enabled
    [    52.605] Loading extension GLX
    [    52.605] (II) LoadModule: "dbe"
    [    52.605] (II) Module "dbe" already built-in
    [    52.605] (II) LoadModule: "extmod"
    [    52.605] (II) Module "extmod" already built-in
    [    52.605] (II) LoadModule: "record"
    [    52.605] (II) Module "record" already built-in
    [    52.605] (II) LoadModule: "dri2"
    [    52.605] (II) Module "dri2" already built-in
    [    52.605] (II) LoadModule: "nvidia"
    [    52.606] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
    [    52.687] (II) Module nvidia: vendor="NVIDIA Corporation"
    [    52.687]    compiled for 4.0.2, module version = 1.0.0
    [    52.687]    Module class: X.Org Video Driver
    [    52.693] (II) NVIDIA dlloader X Driver  331.20  Wed Oct 30 17:16:53 PDT 2013
    [    52.693] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [    52.694] (--) using VT number 7

    [    52.699] (II) Loading sub module "fb"
    [    52.700] (II) LoadModule: "fb"
    [    52.700] (II) Loading /usr/lib64/xorg/modules/libfb.so
    [    52.707] (II) Module fb: vendor="X.Org Foundation"
    [    52.707]    compiled for 1.14.3, module version = 1.0.0
    [    52.707]    ABI class: X.Org ANSI C Emulation, version 0.4
    [    52.707] (WW) Unresolved symbol: fbGetGCPrivateKey
    [    52.707] (II) Loading sub module "wfb"
    [    52.707] (II) LoadModule: "wfb"
    [    52.707] (II) Loading /usr/lib64/xorg/modules/libwfb.so
    [    52.709] (II) Module wfb: vendor="X.Org Foundation"
    [    52.709]    compiled for 1.14.3, module version = 1.0.0
    [    52.709]    ABI class: X.Org ANSI C Emulation, version 0.4
    [    52.709] (II) Loading sub module "ramdac"
    [    52.709] (II) LoadModule: "ramdac"
    [    52.709] (II) Module "ramdac" already built-in
    [    52.723] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [    52.723] (==) NVIDIA(0): RGB weight 888
    [    52.723] (==) NVIDIA(0): Default visual is TrueColor
    [    52.723] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [    52.726] (**) NVIDIA(0): Enabling 2D acceleration
    [    52.726] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    [    52.726] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
    [    52.726] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
    [    52.726] (EE) NVIDIA(0):     you continue to encounter problems, Please try
    [    52.726] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
    [    53.316] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [    53.317] (II) NVIDIA(0): NVIDIA GPU GeForce GT 555M (GF116) at PCI:1:0:0 (GPU-0)
    [    53.317] (--) NVIDIA(0): Memory: 3145728 kBytes
    [    53.317] (--) NVIDIA(0): VideoBIOS: 70.26.40.00.05
    [    53.317] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [    53.536] (--) NVIDIA(0): Valid display device(s) on GeForce GT 555M at PCI:1:0:0
    [    53.536] (--) NVIDIA(0):     DFP-0
    [    53.536] (--) NVIDIA(0):     DFP-1
    [    53.536] (--) NVIDIA(0):     LGD (DFP-2) (boot, connected)
    [    53.536] (--) NVIDIA(0):     DFP-3
    [    53.536] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [    53.536] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock
    [    53.536] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [    53.536] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [    53.536] (--) NVIDIA(0): LGD (DFP-2): Internal DisplayPort
    [    53.536] (--) NVIDIA(0): LGD (DFP-2): 480.0 MHz maximum pixel clock
    [    53.536] (--) NVIDIA(0): DFP-3: Internal DisplayPort
    [    53.536] (--) NVIDIA(0): DFP-3: 480.0 MHz maximum pixel clock
    [    53.536] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [    53.536] (**) NVIDIA(0):     device LGD (DFP-2) (Using EDID frequencies has been
    [    53.536] (**) NVIDIA(0):     enabled on all display devices.)
    [    53.547] (==) NVIDIA(0):
    [    53.547] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [    53.547] (==) NVIDIA(0):     will be used as the requested mode.
    [    53.547] (==) NVIDIA(0):
    [    53.547] (II) NVIDIA(0): Validated MetaModes:
    [    53.547] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
    [    53.547] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [    53.561] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
    [    53.561] (--) NVIDIA(0):     option
    [    53.561] (--) Depth 24 pixmap format is 32 bpp
    [    53.561] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [    53.561] (II) NVIDIA:     access.
    [    53.681] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
    [    53.793] Loading extension NV-GLX
    [    53.862] (==) NVIDIA(0): Disabling shared memory pixmaps
    [    53.862] (==) NVIDIA(0): Backing store disabled
    [    53.862] (==) NVIDIA(0): Silken mouse enabled
    [    53.870] (**) NVIDIA(0): DPMS enabled
    [    53.870] Loading extension NV-CONTROL
    [    53.870] Loading extension XINERAMA
    [    53.870] (II) Loading sub module "dri2"
    [    53.870] (II) LoadModule: "dri2"
    [    53.870] (II) Module "dri2" already built-in
    [    53.870] (II) NVIDIA(0): [DRI2] Setup complete
    [    53.870] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [    53.870] (--) RandR disabled
    [    53.876] (II) AIGLX: Screen 0 is not DRI2 capable
    [    53.876] (II) AIGLX: Screen 0 is not DRI capable
    [    53.972] (II) AIGLX: Loaded and initialized swrast
    [    53.972] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    54.373] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [    54.373] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    54.374] (**) Power Button: Applying InputClass "keyboard-all"
    [    54.374] (II) LoadModule: "evdev"
    [    54.386] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
    [    54.402] (II) Module evdev: vendor="X.Org Foundation"
    [    54.402]    compiled for 1.14.3, module version = 2.8.2
    [    54.402]    Module class: X.Org XInput Driver
    [    54.402]    ABI class: X.Org XInput driver, version 19.1
    [    54.402] (II) Using input driver 'evdev' for 'Power Button'
    [    54.402] (**) Power Button: always reports core events
    [    54.402] (**) evdev: Power Button: Device: "/dev/input/event5"
    [    54.402] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    54.402] (--) evdev: Power Button: Found keys
    [    54.402] (II) evdev: Power Button: Configuring as keyboard
    [    54.402] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [    54.402] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    54.402] (**) Option "xkb_rules" "evdev"
    [    54.402] (**) Option "xkb_model" "pc104"
    [    54.402] (**) Option "xkb_layout" "us"
    [    54.402] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.426] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [    54.426] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    54.426] (**) Video Bus: Applying InputClass "keyboard-all"
    [    54.426] (II) Using input driver 'evdev' for 'Video Bus'
    [    54.426] (**) Video Bus: always reports core events
    [    54.426] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [    54.426] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [    54.426] (--) evdev: Video Bus: Found keys
    [    54.426] (II) evdev: Video Bus: Configuring as keyboard
    [    54.426] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input7/event7"
    [    54.426] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [    54.426] (**) Option "xkb_rules" "evdev"
    [    54.426] (**) Option "xkb_model" "pc104"
    [    54.426] (**) Option "xkb_layout" "us"
    [    54.426] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.426] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [    54.426] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    54.426] (**) Power Button: Applying InputClass "keyboard-all"
    [    54.426] (II) Using input driver 'evdev' for 'Power Button'
    [    54.426] (**) Power Button: always reports core events
    [    54.426] (**) evdev: Power Button: Device: "/dev/input/event2"
    [    54.426] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    54.426] (--) evdev: Power Button: Found keys
    [    54.426] (II) evdev: Power Button: Configuring as keyboard
    [    54.426] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [    54.426] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [    54.426] (**) Option "xkb_rules" "evdev"
    [    54.426] (**) Option "xkb_model" "pc104"
    [    54.426] (**) Option "xkb_layout" "us"
    [    54.426] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.427] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [    54.427] (II) No input driver specified, ignoring this device.
    [    54.427] (II) This device may have been added with another device file.
    [    54.427] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [    54.427] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [    54.427] (**) Sleep Button: Applying InputClass "keyboard-all"
    [    54.427] (II) Using input driver 'evdev' for 'Sleep Button'
    [    54.427] (**) Sleep Button: always reports core events
    [    54.427] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [    54.427] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [    54.427] (--) evdev: Sleep Button: Found keys
    [    54.427] (II) evdev: Sleep Button: Configuring as keyboard
    [    54.427] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [    54.427] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [    54.427] (**) Option "xkb_rules" "evdev"
    [    54.427] (**) Option "xkb_model" "pc104"
    [    54.427] (**) Option "xkb_layout" "us"
    [    54.427] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.428] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    54.428] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
    [    54.428] (II) No input driver specified, ignoring this device.
    [    54.428] (II) This device may have been added with another device file.
    [    54.428] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
    [    54.428] (II) No input driver specified, ignoring this device.
    [    54.428] (II) This device may have been added with another device file.
    [    54.428] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
    [    54.428] (II) No input driver specified, ignoring this device.
    [    54.428] (II) This device may have been added with another device file.
    [    54.429] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
    [    54.429] (II) No input driver specified, ignoring this device.
    [    54.429] (II) This device may have been added with another device file.
    [    54.429] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event17)
    [    54.429] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
    [    54.429] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "keyboard-all"
    [    54.429] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
    [    54.429] (**) Laptop_Integrated_Webcam_2HDM: always reports core events
    [    54.429] (**) evdev: Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event17"
    [    54.429] (--) evdev: Laptop_Integrated_Webcam_2HDM: Vendor 0x408 Product 0x2fb1
    [    54.429] (--) evdev: Laptop_Integrated_Webcam_2HDM: Found keys
    [    54.429] (II) evdev: Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
    [    54.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17/event17"
    [    54.429] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD, id 10)
    [    54.429] (**) Option "xkb_rules" "evdev"
    [    54.429] (**) Option "xkb_model" "pc104"
    [    54.429] (**) Option "xkb_layout" "us"
    [    54.429] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.430] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
    [    54.430] (II) No input driver specified, ignoring this device.
    [    54.430] (II) This device may have been added with another device file.
    [    54.430] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
    [    54.430] (II) No input driver specified, ignoring this device.
    [    54.430] (II) This device may have been added with another device file.
    [    54.430] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
    [    54.430] (II) No input driver specified, ignoring this device.
    [    54.430] (II) This device may have been added with another device file.
    [    54.430] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event16)
    [    54.430] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [    54.430] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [    54.430] (**) Logitech USB Optical Mouse: always reports core events
    [    54.430] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event16"
    [    54.430] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc06c
    [    54.431] (--) evdev: Logitech USB Optical Mouse: Found 3 mouse buttons
    [    54.431] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
    [    54.431] (--) evdev: Logitech USB Optical Mouse: Found relative axes
    [    54.431] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
    [    54.431] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
    [    54.431] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
    [    54.431] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [    54.431] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    54.431] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input16/event16"
    [    54.431] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
    [    54.431] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
    [    54.431] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [    54.431] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [    54.431] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [    54.431] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [    54.431] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse1)
    [    54.431] (II) No input driver specified, ignoring this device.
    [    54.431] (II) This device may have been added with another device file.
    [    54.432] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
    [    54.432] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    54.432] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
    [    54.432] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [    54.432] (**) AT Translated Set 2 keyboard: always reports core events
    [    54.432] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    [    54.432] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [    54.432] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [    54.432] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [    54.432] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
    [    54.432] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [    54.432] (**) Option "xkb_rules" "evdev"
    [    54.432] (**) Option "xkb_model" "pc104"
    [    54.432] (**) Option "xkb_layout" "us"
    [    54.432] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.432] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
    [    54.432] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [    54.432] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    [    54.432] (II) LoadModule: "synaptics"
    [    54.433] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
    [    54.438] (II) Module synaptics: vendor="X.Org Foundation"
    [    54.438]    compiled for 1.14.2, module version = 1.7.1
    [    54.438]    Module class: X.Org XInput Driver
    [    54.438]    ABI class: X.Org XInput driver, version 19.1
    [    54.438] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    54.438] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    54.438] (**) Option "Device" "/dev/input/event11"
    [    54.459] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398 (res 42)
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728 (res 70)
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    54.459] (**) Option "TapButton1" "1"
    [    54.459] (**) Option "TapButton2" "2"
    [    54.459] (**) Option "TapButton3" "3"
    [    54.459] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    54.459] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    54.469] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [    54.469] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [    54.469] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    54.469] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [    54.469] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.039
    [    54.469] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    54.469] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    54.469] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    54.469] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    54.469] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    54.470] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [    54.470] (II) No input driver specified, ignoring this device.
    [    54.470] (II) This device may have been added with another device file.
    [    54.471] (II) config/udev: Adding input device Speakup (/dev/input/event0)
    [    54.471] (**) Speakup: Applying InputClass "evdev keyboard catchall"
    [    54.471] (**) Speakup: Applying InputClass "keyboard-all"
    [    54.471] (II) Using input driver 'evdev' for 'Speakup'
    [    54.471] (**) Speakup: always reports core events
    [    54.471] (**) evdev: Speakup: Device: "/dev/input/event0"
    [    54.471] (--) evdev: Speakup: Vendor 0 Product 0
    [    54.471] (--) evdev: Speakup: Found keys
    [    54.471] (II) evdev: Speakup: Configuring as keyboard
    [    54.471] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
    [    54.471] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 14)
    [    54.471] (**) Option "xkb_rules" "evdev"
    [    54.471] (**) Option "xkb_model" "pc104"
    [    54.471] (**) Option "xkb_layout" "us"
    [    54.471] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [    54.472] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
    [    54.472] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [    54.472] (**) Dell WMI hotkeys: Applying InputClass "keyboard-all"
    [    54.472] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [    54.472] (**) Dell WMI hotkeys: always reports core events
    [    54.472] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
    [    54.472] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [    54.472] (--) evdev: Dell WMI hotkeys: Found keys
    [    54.472] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [    54.472] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
    [    54.472] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
    [    54.472] (**) Option "xkb_rules" "evdev"
    [    54.472] (**) Option "xkb_model" "pc104"
    [    54.472] (**) Option "xkb_layout" "us"
    [    54.472] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 331.20  (root@darkstar)  Mon Nov 11 19:30:32 CET 2013

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

Section "Files"
    FontPath        "/usr/lib64/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/misc/"
    FontPath        "/usr/lib64/X11/fonts/Type1/"
    FontPath        "/usr/lib64/X11/fonts/Speedo/"
    FontPath        "/usr/lib64/X11/fonts/100dpi/"
    FontPath        "/usr/lib64/X11/fonts/75dpi/"
    FontPath        "/usr/lib64/X11/fonts/cyrillic/"
    FontPath        "/usr/lib64/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "glx"
    Load           "dbe"
    Load           "extmod"
    Load           "record"
    Load           "dri2"
EndSection


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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

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

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

Х подымается , но температура GPU высоковатая.
Что делать? где искать решение?
спасибо заранее за помощь.

2

Простое решение: Поставить драйвер инсталлятором.

У меня такая же проблема в логе. Установидл дрова инсталяхой и иксы не грузятся! Пробовал несколько версий:
NVIDIA-Linux-x86_64-304.116.run
NVIDIA-Linux-x86_64-319.17.run
NVIDIA-Linux-x86_64-319.49.run
NVIDIA-Linux-x86_64-325.15.run
И ничего  bu
Сейчас врубил галимые дрова nv

bash-4.2$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Что нужно выдолбить/выпилить/вытесать чтобы эта сволочь завелась?   be
GeForce GT220, Slackware64 14.1

OS: Gentoo
CPU: Xeon E5450 RAM: 8 Gb DDR2, VGA: GeForce GTX750 Ti
MB: Asus P5Q SE2

4

Wehrmacht_Rover, А как ставил?

Slackware  14.1 KDE
Один Терафлю это 1024 Гигафлю или 1048576 Мегафлю!!!

5 (08.12.2013 08:03:45 отредактировано Wehrmacht_Rover)

frost42 пишет:

Wehrmacht_Rover, А как ставил?

Я ж написал - инсталяхой (NVIDIA)
Xorg.0.log:

[ 15639.671] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[ 15639.672] X Protocol Version 11, Revision 0
[ 15639.672] Build Operating System: Slackware 14.1 Slackware Linux Project
[ 15639.672] Current Operating System: Linux home-pc 3.10.17 #2 SMP Wed Oct 23 16:34:38 CDT 2013 x86_64
[ 15639.672] Kernel command line: auto BOOT_IMAGE=Slackware64 ro root=805 vt.default_utf8=1
[ 15639.673] Build Date: 09 October 2013  08:27:11PM
[ 15639.673]  
[ 15639.673] Current version of pixman: 0.30.2
[ 15639.673]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[ 15639.674] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15639.675] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec  8 05:53:22 2013
[ 15639.675] (==) Using config file: "/etc/X11/xorg.conf"
[ 15639.675] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15639.675] (==) ServerLayout "Layout0"
[ 15639.675] (**) |-->Screen "Screen0" (0)
[ 15639.675] (**) |   |-->Monitor "Monitor0"
[ 15639.676] (**) |   |-->Device "Device0"
[ 15639.676] (**) |-->Input Device "Keyboard0"
[ 15639.676] (**) |-->Input Device "Mouse0"
[ 15639.676] (**) Option "AutoAddDevices" "False"
[ 15639.676] (**) Option "AutoEnableDevices" "True"
[ 15639.676] (**) Not automatically adding devices
[ 15639.676] (**) Automatically enabling devices
[ 15639.676] (==) Automatically adding GPU devices
[ 15639.676] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 15639.676]     Entry deleted from font path.
[ 15639.676] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 15639.676]     Entry deleted from font path.
[ 15639.676] (**) 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
[ 15639.676] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 15639.676] (II) Loader magic: 0x7f6d20
[ 15639.676] (II) Module ABI versions:
[ 15639.676]     X.Org ANSI C Emulation: 0.4
[ 15639.676]     X.Org Video Driver: 14.1
[ 15639.676]     X.Org XInput driver : 19.1
[ 15639.676]     X.Org Server Extension : 7.0
[ 15639.677] (--) PCI:*(0:4:0:0) 10de:0a20:0000:0000 rev 162, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xee000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/524288
[ 15639.678] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15639.678] Initializing built-in extension Generic Event Extension
[ 15639.678] Initializing built-in extension SHAPE
[ 15639.678] Initializing built-in extension MIT-SHM
[ 15639.678] Initializing built-in extension XInputExtension
[ 15639.678] Initializing built-in extension XTEST
[ 15639.679] Initializing built-in extension BIG-REQUESTS
[ 15639.679] Initializing built-in extension SYNC
[ 15639.679] Initializing built-in extension XKEYBOARD
[ 15639.679] Initializing built-in extension XC-MISC
[ 15639.679] Initializing built-in extension XINERAMA
[ 15639.679] Initializing built-in extension XFIXES
[ 15639.680] Initializing built-in extension RENDER
[ 15639.680] Initializing built-in extension RANDR
[ 15639.680] Initializing built-in extension COMPOSITE
[ 15639.680] Initializing built-in extension DAMAGE
[ 15639.680] Initializing built-in extension MIT-SCREEN-SAVER
[ 15639.680] Initializing built-in extension DOUBLE-BUFFER
[ 15639.680] Initializing built-in extension RECORD
[ 15639.681] Initializing built-in extension DPMS
[ 15639.681] Initializing built-in extension X-Resource
[ 15639.681] Initializing built-in extension XVideo
[ 15639.681] Initializing built-in extension XVideo-MotionCompensation
[ 15639.681] Initializing built-in extension XFree86-VidModeExtension
[ 15639.681] Initializing built-in extension XFree86-DGA
[ 15639.682] Initializing built-in extension XFree86-DRI
[ 15639.682] Initializing built-in extension DRI2
[ 15639.682] (II) LoadModule: "glx"
[ 15639.682] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 15639.715] (II) Module glx: vendor="NVIDIA Corporation"
[ 15639.715]     compiled for 4.0.2, module version = 1.0.0
[ 15639.715]     Module class: X.Org Server Extension
[ 15639.715] (II) NVIDIA GLX Module  319.49  Tue Aug 13 19:53:22 PDT 2013
[ 15639.715] Loading extension GLX
[ 15639.715] (II) LoadModule: "nvidia"
[ 15639.716] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 15639.717] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 15639.717]     compiled for 4.0.2, module version = 1.0.0
[ 15639.717]     Module class: X.Org Video Driver
[ 15639.717] (II) LoadModule: "kbd"
[ 15639.717] (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
[ 15639.718] (II) Module kbd: vendor="X.Org Foundation"
[ 15639.718]     compiled for 1.14.2, module version = 1.7.0
[ 15639.718]     Module class: X.Org XInput Driver
[ 15639.718]     ABI class: X.Org XInput driver, version 19.1
[ 15639.718] (II) LoadModule: "mouse"
[ 15639.718] (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
[ 15639.718] (II) Module mouse: vendor="X.Org Foundation"
[ 15639.718]     compiled for 1.14.2, module version = 1.9.0
[ 15639.718]     Module class: X.Org XInput Driver
[ 15639.718]     ABI class: X.Org XInput driver, version 19.1
[ 15639.718] (II) NVIDIA dlloader X Driver  319.49  Tue Aug 13 19:34:58 PDT 2013
[ 15639.718] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 15639.718] (--) using VT number 7

[ 15639.722] (II) Loading sub module "fb"
[ 15639.722] (II) LoadModule: "fb"
[ 15639.723] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 15639.723] (II) Module fb: vendor="X.Org Foundation"
[ 15639.723]     compiled for 1.14.3, module version = 1.0.0
[ 15639.723]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 15639.723] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 15639.723] (II) Loading sub module "wfb"
[ 15639.723] (II) LoadModule: "wfb"
[ 15639.723] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 15639.724] (II) Module wfb: vendor="X.Org Foundation"
[ 15639.724]     compiled for 1.14.3, module version = 1.0.0
[ 15639.724]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 15639.724] (II) Loading sub module "shadow"
[ 15639.724] (II) LoadModule: "shadow"
[ 15639.724] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[ 15639.724] (II) Module shadow: vendor="X.Org Foundation"
[ 15639.724]     compiled for 1.14.3, module version = 1.1.0
[ 15639.724]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 15639.724] (II) Loading sub module "ramdac"
[ 15639.724] (II) LoadModule: "ramdac"
[ 15639.724] (II) Module "ramdac" already built-in
[ 15639.725] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 15639.725] (==) NVIDIA(0): RGB weight 888
[ 15639.725] (==) NVIDIA(0): Default visual is TrueColor
[ 15639.725] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15639.725] (**) NVIDIA(0): Enabling 2D acceleration
[ 15639.728] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 15639.728] (EE) NVIDIA(0):     system's kernel log for additional error messages and
[ 15639.728] (EE) NVIDIA(0):     consult the NVIDIA README for details.
[ 15639.728] (EE) NVIDIA(0):  *** Aborting ***
[ 15639.728] (EE) NVIDIA(0): Failing initialization of X screen 0
[ 15639.728] (II) UnloadModule: "nvidia"
[ 15639.728] (II) UnloadSubModule: "shadow"
[ 15639.728] (II) UnloadSubModule: "wfb"
[ 15639.728] (II) UnloadSubModule: "fb"
[ 15639.728] (EE) Screen(s) found, but none have a usable configuration.
[ 15639.728] (EE) 
Fatal server error:
[ 15639.728] (EE) no screens found(EE) 
[ 15639.728] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[ 15639.728] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 15639.728] (EE) 
[ 15639.731] (EE) Server terminated with error (1). Closing log file.
OS: Gentoo
CPU: Xeon E5450 RAM: 8 Gb DDR2, VGA: GeForce GTX750 Ti
MB: Asus P5Q SE2

Wehrmacht_Rover, вообще-то там скореее всего 173 хватит. Слова "Бритва Оккама" знакомы?

 Консоль:
#  nvidia-xconfig

reboot -f

nvidia-settings

Драйвер не может найти /dev/nvidiactl

OS: Gentoo
CPU: Xeon E5450 RAM: 8 Gb DDR2, VGA: GeForce GTX750 Ti
MB: Asus P5Q SE2
karl_muenhgausen пишет:

Wehrmacht_Rover, вообще-то там скореее всего 173 хватит. Слова "Бритва Оккама" знакомы?

 Консоль:
#  nvidia-xconfig

reboot -f

nvidia-settings

Ставил те же дрова на Slackware64 13.37 - без проблем.

OS: Gentoo
CPU: Xeon E5450 RAM: 8 Gb DDR2, VGA: GeForce GTX750 Ti
MB: Asus P5Q SE2

Wehrmacht_Rover, 14.1 без проблем!

Если там тараканы, то Вашего железа тараканы разработчиков, не релиза оси.

10

1) nouveau в блэклист включён?
2)

[ 15639.728] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 15639.728] (EE) NVIDIA(0):     system's kernel log for additional error messages and
[ 15639.728] (EE) NVIDIA(0):     consult the NVIDIA README for details.
[ 15639.728] (EE) NVIDIA(0):  *** Aborting ***
[ 15639.728] (EE) NVIDIA(0): Failing initialization of X screen 0

Не удалось загрузить модуль ядра для nvidia, подробности в логе ядра. Что там?
3) ядерный модуль собрался без ошибок или что-то пошло не так?

11

Wehrmacht_Rover пишет:

Драйвер не может найти /dev/nvidiactl

Добавьте своего юзера в группу video.

12 (10.12.2013 01:51:37 отредактировано Wehrmacht_Rover)

Переустановил kernel-source и собрал заново, заработало! Видимо что-то в настройках ядра нахимичил.

OS: Gentoo
CPU: Xeon E5450 RAM: 8 Gb DDR2, VGA: GeForce GTX750 Ti
MB: Asus P5Q SE2

13

Пакет ядра должен соответствовать в плане версии пакетам с исходниками и заголовками, если не хотите проблем на ровном месте.

Истинный hotplug - это обычная электрическая розетка: воткнул - работает, и никаких драйверов.
Slackware64-current/Xfce/Lenovo G580