Trying to get a just purchased Zotac GX730 pci1x working in my system without success. Suggestions welcome.
The onboard Intel video has always worked fine. Nouveau does not understand the Nvidia. The Nvidia is to be in addition (or instead of), the Intel, but there seems little reason to disable the Intel. I do not game. The HDMI audio of the card is detected and present - but not the video. nvidia-settings detects no card.
The problem seems down to Xorg.0.log:
(Of course, there is no /etc/X11/xorg.conf, any more.)
So, it sees all the plugs, but doesn't know anything is plugged into them. DVI-1-0 is a DisplayLink USB video adapter being used in the mean time. HDMI1 is the main monitor, with HDMI3 beside it - both Intel. The Intel VGA is unused. A (VGA connector) monitor is plugged in to the Zotac, no joy. So VGA1, DP1, HDMI2, DP2, DP3 (and Virtual1) are seen, but none sense a monitor when plugged in. [One of those will be the unused Intel VGA. All are blank - so it's not just that the monitor hasn't been enabled.]
The suspicious line seems to be in Xorg.0.log:
[ 64.708] (EE) Failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so: libnvidia-tls.so.352.63: cannot open shared object file: No such file
But I'm baffled as to what to do about it.
locates show:
/usr/lib/nvidia-352/libnvidia-tls.so.352.63
/usr/lib/nvidia-352/tls/libnvidia-tls.so.352.63
/usr/lib32/nvidia-352/libnvidia-tls.so.352.63
/usr/lib32/nvidia-352/tls/libnvidia-tls.so.352.63
/usr/lib/nvidia-352/xorg/libglx.so
/usr/lib/nvidia-352/xorg/libglx.so.352.63
/usr/lib/xorg/modules/extensions/libglx.so
Suggestions?
Code:
# uname -a Linux testwmedia 3.13.0-74-generic #118~precise1-Ubuntu SMP Fri Dec 18 10:38:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux # lsb_release -a LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise # lsmod | grep nv nvidia 8642851 0 drm 308868 7 nvidia,udl,drm_usb,i915,drm_kms_helper # lsmod | grep nouv # lspci | grep vga 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 730] (rev a1) # aptitude search ^nvidia | grep ^i i nvidia-352 - NVIDIA binary Xorg driver, kernel module a i nvidia-common - Find obsolete NVIDIA drivers i nvidia-settings - Tool for configuring the NVIDIA graphics d #
The problem seems down to Xorg.0.log:
(Of course, there is no /etc/X11/xorg.conf, any more.)
Code:
[ 64.704] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere. [ 64.704] (II) "glx" will be loaded by default. [ 64.704] (II) LoadModule: "glx" [ 64.706] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 64.708] (EE) Failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so: libnvidia-tls.so.352.63: cannot open shared object file: No such file [ 64.708] (II) UnloadModule: "glx" [ 64.708] (II) Unloading glx [ 64.708] (EE) Failed to load module "glx" (loader failed, 7) [ 64.712] (==) Matched intel as autoconfigured driver 0 [ 64.712] (==) Matched nvidia as autoconfigured driver 1 [ 64.712] (==) Matched nouveau as autoconfigured driver 2 [ 64.712] (==) Matched intel as autoconfigured driver 3 [ 64.712] (==) Matched modesetting as autoconfigured driver 4 [ 64.712] (==) Matched fbdev as autoconfigured driver 5 [ 64.712] (==) Matched vesa as autoconfigured driver 6 [ 64.712] (==) Assigned the driver to the xf86ConfigLayout [ 64.712] (II) LoadModule: "intel" [ 64.712] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 64.717] (II) Module intel: vendor="X.Org Foundation" [ 64.717] compiled for 1.15.1, module version = 2.99.910 [ 64.717] Module class: X.Org Video Driver [ 64.717] ABI class: X.Org Video Driver, version 15.0 [ 64.717] (II) LoadModule: "nvidia" [ 64.717] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 64.741] (II) Module nvidia: vendor="NVIDIA Corporation" [ 64.741] compiled for 4.0.2, module version = 1.0.0 [ 64.741] Module class: X.Org Video Driver [ 64.741] (II) LoadModule: "nouveau" [ 64.742] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 64.745] (II) Module nouveau: vendor="X.Org Foundation" [ 64.745] compiled for 1.15.1, module version = 1.0.10 [ 64.745] Module class: X.Org Video Driver [ 64.745] ABI class: X.Org Video Driver, version 15.0 [ 64.749] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 64.749] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 64.749] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 64.749] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 64.749] (II) NVIDIA dlloader X Driver 352.63 Sat Nov 7 20:29:25 PST 2015 [ 64.749] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 64.750] (II) NOUVEAU driver Date: Thu Nov 7 14:56:48 2013 +1000 [ 64.750] (II) NOUVEAU driver for NVIDIA chipset families : [ 64.750] RIVA TNT (NV04) [ 64.750] RIVA TNT2 (NV05) [ 64.750] GeForce 256 (NV10) [ 64.750] GeForce 2 (NV11, NV15) [ 64.750] GeForce 4MX (NV17, NV18) [ 64.750] GeForce 3 (NV20) [ 64.750] GeForce 4Ti (NV25, NV28) [ 64.750] GeForce FX (NV3x) [ 64.750] GeForce 6 (NV4x) [ 64.750] GeForce 7 (G7x) [ 64.750] GeForce 8 (G8x) [ 64.750] GeForce GTX 200 (NVA0) [ 64.750] GeForce GTX 400 (NVC0) [ 64.750] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 64.750] (II) FBDEV: driver for framebuffer: fbdev [ 64.750] (II) VESA: driver for VESA chipsets: vesa [ 64.750] (++) using VT number 7 [ 64.751] (II) intel(0): SNA compiled: xserver-xorg-video-intel-lts-trusty 2:2.99.910-0ubuntu1.3~precise1 (Timo Aaltonen <tjaalton@debian.org>) [ 64.752] (EE) [drm] KMS not enabled [ 64.756] (II) intel(0): Output VGA1 has no monitor section [ 64.756] (II) intel(0): Output HDMI1 has no monitor section [ 64.756] (II) intel(0): Output DP1 has no monitor section [ 64.756] (II) intel(0): Output HDMI2 has no monitor section [ 64.756] (II) intel(0): Output HDMI3 has no monitor section [ 64.756] (II) intel(0): Output DP2 has no monitor section [ 64.756] (II) intel(0): Output DP3 has no monitor section [ 64.756] (II) intel(0): Output VIRTUAL1 has no monitor section [ 64.756] (--) intel(0): Output HDMI1 using initial mode 1920x1080 on pipe 0 [ 64.756] (--) intel(0): Output HDMI3 using initial mode 1600x900 on pipe 1
The suspicious line seems to be in Xorg.0.log:
[ 64.708] (EE) Failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so: libnvidia-tls.so.352.63: cannot open shared object file: No such file
But I'm baffled as to what to do about it.
locates show:
/usr/lib/nvidia-352/libnvidia-tls.so.352.63
/usr/lib/nvidia-352/tls/libnvidia-tls.so.352.63
/usr/lib32/nvidia-352/libnvidia-tls.so.352.63
/usr/lib32/nvidia-352/tls/libnvidia-tls.so.352.63
/usr/lib/nvidia-352/xorg/libglx.so
/usr/lib/nvidia-352/xorg/libglx.so.352.63
/usr/lib/xorg/modules/extensions/libglx.so
Suggestions?
Comment