From owner-freebsd-x11@FreeBSD.ORG Wed Jul 9 12:19:30 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB07F496 for ; Wed, 9 Jul 2014 12:19:30 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c: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 7490C25FB for ; Wed, 9 Jul 2014 12:19:30 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id q58so7452778wes.16 for ; Wed, 09 Jul 2014 05:19: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:references :in-reply-to:content-type:content-transfer-encoding; bh=kvdEvjz14GBZ5W2LMtn+QGkp+7oTZwttaq9ge+XJyz4=; b=iTtlhMY5iwGJWwUhNOj3IHEKxyjak5Z8VBHkD7gpur+eHo0jll0BAx5FqfnNx5p7rO I/i5WpzAIle40f5PS3RJQ3mkjkoKsFEmsK4LBEjiXYZXE9vb/uZs+c5dnNeFBjgNLims kxsXSVkHmj7lm6xqJc6QsXLaq0Qr8P7ZbglZDb2dAKJ/U5/IMpHn/af5t7YqeWWsXlno OFilt9VeYphnwzmbzDWmjG0RqLcEobtjmVG6x6ljpGZqJWIJlnfuW6viNV/2X6uoQLBh EoNCDJM2Kq88+fYt1WaMhpvu3E0n2PxWP6a7sUsp/+AVLR4gM+DnXMlRLa7/9BkBuKcB iTQQ== X-Received: by 10.194.20.230 with SMTP id q6mr48497811wje.43.1404908368670; Wed, 09 Jul 2014 05:19:28 -0700 (PDT) Received: from [134.169.235.97] (dhcp235-097.wlan.rz.tu-bs.de. [134.169.235.97]) by mx.google.com with ESMTPSA id a13sm103061901wjs.12.2014.07.09.05.19.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jul 2014 05:19:27 -0700 (PDT) Message-ID: <53BD334E.7060508@gmail.com> Date: Wed, 09 Jul 2014 14:19:26 +0200 From: =?ISO-8859-1?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Stuck trying to get NEW Xorg working on 9.3-RC2 References: <20140704095203.GA5635@rwpc15.gfn.riverwillow.net.au> In-Reply-To: <20140704095203.GA5635@rwpc15.gfn.riverwillow.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 12:19:30 -0000 Hi, have you tried to start X without any xorg.conf (not using X -configure)? There have been problems using "X -configure" in the past. What are the contents of /var/log/Xorg.0.log then? Also, are there any messages in dmesg related to this? Starting X should automatically load the i915kms.ko and drm2.ko modules. Do they appear in the output of "kldstat" after trying to start X? Maybe you have an old line in your /boot/loader.conf that loads the old i915 or drm modules? You could also try using the new prebuilt packages for WITH_NEW_XORG: http://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html That would rule out any possible problems with your build environment. I think your graphics chip is not so old as to be unsupported by a modern X stack. You could double check with a Ubuntu live CD or so. Cheers, Jan