From owner-freebsd-questions@FreeBSD.ORG Fri May 23 01:55:28 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 ECE6421D for ; Fri, 23 May 2014 01:55:28 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (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 C133C2237 for ; Fri, 23 May 2014 01:55:28 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz1so3326496pad.2 for ; Thu, 22 May 2014 18:55:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=hhrXZA5HUdsJNJaxefAckniiRbQQAz4qHyJzKLIK518=; b=nJfsS84xUmK5/9URw4bP07/1Vc/RslFhTgZQY64Mf1x8AoQf2u+/nuhtJFZZlXYxzm Aw0Ss+E1fLWKklPe4U8rCitp+qDenBQD75z34/BRXpW3rJcYBup9Fc7OJt3W18V6TDZy HomaKVxFX04inTMBRQ2VaDh7aAVEzrjYFn/sAF+PtEh85UgOsLKyEpzHz+idk9FfIuzS 6uCfPEWZU8DOJqu/e4AX1Qxp4yOavIAX1Q1Ixrt1oBg7k9uFigl6n9bY20nRPxu1OW0s 1VWjYXC7+mcJN6wSXTOCk75nZIOBEZAJJphKE0gyiawqgepY+mjc0anciqc2zxzGr458 b3OQ== X-Received: by 10.68.237.33 with SMTP id uz1mr1878937pbc.76.1400810128388; Thu, 22 May 2014 18:55:28 -0700 (PDT) Received: from darkgeek.edu ([221.12.173.226]) by mx.google.com with ESMTPSA id hb10sm1718188pbd.75.2014.05.22.18.55.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 May 2014 18:55:27 -0700 (PDT) Message-ID: <537EAA87.3020303@gmail.com> Date: Fri, 23 May 2014 09:55:19 +0800 From: Justin Yang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Xorg error after updating (Nvidia related) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 01:55:29 -0000 Hi, I updated my ports tree and 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. So, did I miss something? Thanks. --- Sincerely, Justin Yang