From owner-freebsd-stable@FreeBSD.ORG Fri Aug 8 15:24:40 2014 Return-Path: Delivered-To: freebsd-stable@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 8E18C47E for ; Fri, 8 Aug 2014 15:24:40 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5026A217E for ; Fri, 8 Aug 2014 15:24:40 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XFm1z-0002rX-Rn; Fri, 08 Aug 2014 17:24:37 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "Zoran Kolic" Subject: Re: xorg problem References: <20140808131111.GA869@faust.sbb.rs> Date: Fri, 08 Aug 2014 17:24:34 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20140808131111.GA869@faust.sbb.rs> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, BAYES_40 autolearn=disabled version=3.3.1 X-Scan-Signature: 897836312160ed0141c32cdc6ac56212 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2014 15:24:40 -0000 On Fri, 08 Aug 2014 15:11:11 +0200, Zoran Kolic wrote: >> Do you have sysutils/hal installed? Might be that xorg-minimal is a bit >> too minimal? > > Never used hal. 9.1 worked without it just fine. > If I get no clue in a day or two, I will stick > with "latest" repo and remove "new_xorg". Btw, > there should be a set of rules in FreeBSD_new_xorg > saying Freebsd: {enabled: no}, right? I do not > see it in manuals. That might be a reason I failed. > What I plan to do if everything else becomes > nothing is to remove new_xorg, upgrade again to > "latest", "pkg delete -f" libdrm, dri, xorg-server, > input-keyboard, input-mouse and video-intel. Then, > I would portmaster them (install them using still > existing lines in make.conf). How it sounds? > Thank you for answer. I feel stranded. > > Zoran > I don't know about the rules of FreeBSD_new_xorg. I installed xorg from source. According to your latest Xorg.log you do not run the latest xorg server. X.Org X Server 1.7.7 Mine is: X.Org X Server 1.12.4 And yours says: Build Operating System: FreeBSD 9.1-RELEASE-p17 amd64 Current Operating System: FreeBSD mycenae 9.3-RELEASE FreeBSD 9.3-RELEASE #2: Thu So your xorg-server is still build on 9.1 which means that is was not upgraded. That might explain your driver mismatch mentioned in an earlier mail: (EE) module ABI major version (12) doesn't match the server's version (6) (II) UnloadModule: "vesa" (II) Unloading /usr/local/lib/xorg/modules/drivers/vesa_drv.so (EE) Failed to load module "vesa" (module requirement mismatch, 0) In your last mail about Xorg.log this message is new: (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. That explains the missing keyboard and mouse. NB: It might be practical to post your xorg.conf. BTW: I don't use a xorg.conf. My /etc/X11 directory is empty. So, your xorg installation is a bit of a mess. If you clean that up I am sure X works again. Regards, Ronald.