From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 09:42:51 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 807E05DE for ; Thu, 14 Aug 2014 09:42:51 +0000 (UTC) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id 12AE42CBF for ; Thu, 14 Aug 2014 09:42:50 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id eZig1o005516WCc01ZihfV; Thu, 14 Aug 2014 10:42:41 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=TaoYtHgh c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=_gelNhxkGRwA:10 a=YzutBWqxEC4A:10 a=Fs6xeF1l_uQA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=aR16PxjQAAAA:8 a=s9oXJcMGAAAA:8 a=6I5d2MoRAAAA:8 a=c2eam3QielFkv3jRRxUA:9 a=wPNLvfGTeEIA:10 a=TRaWWqdqQ4oA:10 a=uLUL6ODoYCkA:10 a=CiSHi91Bn78A:10 a=SV7veod9ZcQA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.83) (envelope-from ) id 1XHrYM-0000wn-On for freebsd-questions@freebsd.org; Thu, 14 Aug 2014 10:42:40 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Thu, 14 Aug 2014 10:42:37 +0100 Message-ID: <2185120.2ReaZYee1X@curlew.lan> User-Agent: KMail/4.12.5 (FreeBSD/9.1-RELEASE-p17; KDE/4.12.5; amd64; ; ) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Subject: New xorg fails with "module ABI major version (6) doesn't match the server's version (12)" Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="iso-8859-1" X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 09:42:51 -0000 After upgrading from 9.1-RELEASE to 10.0-RELEASE I deleted all packages, created /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf and ran "pkg install xorg". Attempts to run startx failed with an ABI mismatch message so I then tried "Xorg configure" which failed in the same way. ################################## curlew:/root# Xorg -configure X.Org X Server 1.12.4 Release Date: 2012-08-27 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 10.0-RELEASE-p3 amd64 Current Operating System: FreeBSD curlew.lan 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64- builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 13 August 2014 02:11:33AM Current version of pixman: 0.32.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 13 21:48:42 2014 List of video drivers: openchrome r128 ati radeon mach64 nv intel vesa (EE) module ABI major version (6) doesn't match the server's version (12) No devices to configure. Configuration failed. Server terminated with error (2). Closing log file. ################################## The FreeBSD_new_xorg repository was used for some packages but I wonder if more of them should have been from there? ################################## curlew:/root# pkg query -a "%n %R" | grep FreeBSD_new_xorg dri FreeBSD_new_xorg libGL FreeBSD_new_xorg libdrm FreeBSD_new_xorg libglapi FreeBSD_new_xorg pciids FreeBSD_new_xorg python27 FreeBSD_new_xorg xf86-video-ati FreeBSD_new_xorg xf86-video-intel FreeBSD_new_xorg xorg-server FreeBSD_new_xorg curlew:/root# pkg info xorg xorg-7.7 Name : xorg Version : 7.7 Installed on : Wed Aug 13 20:57:12 BST 2014 Origin : x11/xorg Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : x11 Maintainer : x11@FreeBSD.org WWW : http://www.x.org/ Comment : X.Org complete distribution metaport Options : DOCS : on Annotations : repo_type : binary repository : FreeBSD Flat size : 0.00B Description : This is a metaport for all the X.Org packages available in the ports tree. WWW: http://www.x.org/ ################################## -- Mike Clarke