From owner-freebsd-questions@FreeBSD.ORG Fri May 23 02:01:22 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED821480 for ; Fri, 23 May 2014 02:01:22 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89FDB22F0 for ; Fri, 23 May 2014 02:01:22 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id r20so125549wiv.3 for ; Thu, 22 May 2014 19:01:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=I7Np+cL4587zh4ZETJKYBuDTVGYF2/69KKcDPNV70pk=; b=hqEBmGd7uCKDtTVD/VidWZqjOyPOncYaf6fcut9Om9HFLCZfAyr4RgkA1mvgGo5v0s rDFAyDVK+L0fw8GWWnyNJumiCEiMH9OzzOEMsaJOlh7rlpuXpyM48dS8zk31Ql3eIVNT XaSbXCoEeVov+iDpfmRNTMWILPVBJAewYtuFkyG5jZhAUziEinOu3HiT6rtcwz96UWG+ vxisW/s/p7eUwH7jH7GHlEhBJ8yuGeyIWbS02GLmP+ZKoP5LcBlf0DySGq4xdo/PkGuD jL+oRm7bjLrWXs4okzM2RqfZeaDQCzCn+tfp3l+E7xjqFJzu6PIStNkJBEzg0T4Lg/mU FJcA== MIME-Version: 1.0 X-Received: by 10.194.77.148 with SMTP id s20mr1138649wjw.31.1400810479189; Thu, 22 May 2014 19:01:19 -0700 (PDT) Received: by 10.194.51.66 with HTTP; Thu, 22 May 2014 19:01:19 -0700 (PDT) Date: Fri, 23 May 2014 10:01:19 +0800 Message-ID: Subject: Xorg error after updating (Nvidia related) From: Justin Yang To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 02:01:23 -0000 Hi, I updated my ports tree and all applications installed in my computer last night, however, after that, Xorg complains some errors in /var/log/Xorg.0.log when I start X: justin@darkgeek.pts/0 ~ % grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 25.958] (II) Loading extension MIT-SCREEN-SAVER [ 26.494] (EE) Version mismatch detected between the NVIDIA libglx.so [ 26.494] (EE) and libnvidia-glcore.so shared libraries (libglx.so version: [ 26.494] (EE) 331.67; libnvidia-glcore.so version: 331.49). [ 26.494] (EE) Please try reinstalling the NVIDIA driver. [ 26.494] (EE) NVIDIA GLX: No supported server extension ABI found. [ 26.494] (EE) Failed to load module "glx" (module requirement mismatch, 0) [ 26.633] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X [ 26.633] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X [ 26.633] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If [ 26.633] (EE) NVIDIA(0): you continue to encounter problems, Please try [ 26.633] (EE) NVIDIA(0): reinstalling the NVIDIA driver. [ 27.627] (EE) config/hal: NewInputDeviceRequest failed (8) [ 27.630] (EE) config/hal: NewInputDeviceRequest failed (8) [ 27.633] (EE) config/hal: NewInputDeviceRequest failed (8) I have reinstalled the x11/nvidia-driver and rebooted my computer many times but errors remain there. I use FreeBSD 10 amd64 without recompiling kernel. So, did I miss something? Thanks. --- Sincerely, Justin Yang