From owner-freebsd-x11@FreeBSD.ORG Sat Jun 30 23:59:06 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 630C8106566B; Sat, 30 Jun 2012 23:59:06 +0000 (UTC) (envelope-from erich@alogreentechnologies.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBD98FC0C; Sat, 30 Jun 2012 23:59:06 +0000 (UTC) Received: from x220.ovitrap.com ([122.129.201.29]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q5UNx4oj027149; Sat, 30 Jun 2012 17:59:05 -0600 From: Erich Dollansky Organization: ALO Green Technologies To: freebsd-x11@freebsd.org Date: Sun, 1 Jul 2012 06:59:03 +0700 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.3; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207010659.03362.erich@alogreentechnologies.com> Cc: Nikolay Tychina , freebsd-ports@freebsd.org Subject: Re: KDE 4 hangs at splash screen when using KMS enabled 10-CURRENT X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 23:59:06 -0000 Hi, On Sunday, July 01, 2012 12:24:57 AM Nikolay Tychina wrote: > >> > I freshly built x11/xorg and x11/kde4 on FreeBSD 10-CURRENT and was > >> > ready to use it with new Intel driver, but > >> > after I kldloaded i915kms.ko and started X, KDE just hung up at its > >> > splash screen after displaying its logo (last icon). Then screen got > >> > blank with only a movable mouse cursor on it. > >> > Any ideas? > >> > >> Do other window managers work? Is anything useful reported on the > >> console (in case you use startx and log the output of startkde4 > >> somewhere)? > > > > KDE started one time for me without problems. > > > > Did you upgrade to the latest 10 sources? > > > > As I do not use KDE, I did not test it any further. > > > > One side note, X does not start always successfully with Intel KMS. My X220 freezes then but I cannot check with a second machine then. > > > > I would suggest the same as Nikolay that you start testing with a very simple window manager like blackbox or whatever you like. I just started KDE for you and it worked. Here are the details: KDE 4.8.3 Starting X is done by a script: sudo kldload i915kms sudo kldload acpi_call sudo chmod 666 /dev/acpi startx .xinitrc looks like this (after deleting the comments): xset m 10 3 xmodmap .xmodmaprc exec /usr/local/bin/startkde I only started konqueror to open FreeBSD.org. It worked as expected. Erich