From owner-freebsd-questions@FreeBSD.ORG Fri May 23 01:44:41 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 A8A3AC83 for ; Fri, 23 May 2014 01:44:41 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (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 808832140 for ; Fri, 23 May 2014 01:44:41 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id um1so3351442pbc.4 for ; Thu, 22 May 2014 18:44:41 -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:content-transfer-encoding; bh=UwsdtuoNbvDipnWBXTHUmXshbtkzbm3rlgn8mKNV7QU=; b=scJKsJRRXuEMa1mrCo7w0tqFUY5ZDzopbM4UU4OSAzpmBYXeXNzRmbcTPTNBo3+NSL QXtSshR5ARQTVDj/0WHk+sckkigH867Gx1SuIApPVxz7N9WfuMgwnCI/I+2mBB8IWFO1 7DR06jqfz/sKw9A4C2GxWsvHFBsiGoBmYwKPabjK6wnsSd1TonDHdnUzUoHkhB40EhCI Bdn0T4RF7TYmTm7yR8TmbZzA5qlqBfFgx7jaaYXzRSzqleCPHeW/heeXss9kCo2tOE1B 1UAaCWHpt2o+EegyY9gyL5KYo9F7XJvlyqXINrs1q1v9tcRXPnglbdK1lpLLvKtE5VLQ NzCw== X-Received: by 10.68.190.74 with SMTP id go10mr1925386pbc.16.1400809481125; Thu, 22 May 2014 18:44:41 -0700 (PDT) Received: from darkgeek.edu ([221.12.173.226]) by mx.google.com with ESMTPSA id vx10sm6492666pac.17.2014.05.22.18.44.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 May 2014 18:44:40 -0700 (PDT) Message-ID: <537EA800.4070001@gmail.com> Date: Fri, 23 May 2014 09:44:32 +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-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:44:41 -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.