From owner-freebsd-ports@FreeBSD.ORG Sun Jul 1 16:03:43 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EDE31065673; Sun, 1 Jul 2012 16:03:43 +0000 (UTC) (envelope-from niktychina@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id B31F98FC0A; Sun, 1 Jul 2012 16:03:42 +0000 (UTC) Received: by qabg1 with SMTP id g1so1542084qab.13 for ; Sun, 01 Jul 2012 09:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Tutlv8CFQCjS979jhrRk7/vVMaYABKhC0BdqN8zdXVY=; b=lQMY6U9es0/JviTA9EJaJnP0mSBRFtYUEyA9HEvADnfQeXrovPrKATRhA82r7h7NL/ MFy8ymn9BMM2FRvRflUC0Ko2OvyhIMOIe15u7kbUseil6vqxiFhAddZliPeSc6YNEIgi MwQCwIQRi4Eigc8a42CNaG3GJP2r/QEohUCvuGj2dDXftSfkttQXioe4nLnVKQSueBzE jTMrJd7K3knmsB5wQLhyzhLUVDJAg1VQDUBqzM1/rH5tU4NoQlvG3dmeRxlT98cPiE2s yKT/HiiHIi1IwDUFkySMFyoOuYNlDRIj94YTFJaV5wz9HPTP2SXb0m7H48Uf2lsLFTDE xxFA== MIME-Version: 1.0 Received: by 10.224.177.201 with SMTP id bj9mr17827183qab.9.1341158621920; Sun, 01 Jul 2012 09:03:41 -0700 (PDT) Received: by 10.229.185.148 with HTTP; Sun, 1 Jul 2012 09:03:41 -0700 (PDT) In-Reply-To: <201207010659.03362.erich@alogreentechnologies.com> References: <201207010659.03362.erich@alogreentechnologies.com> Date: Sun, 1 Jul 2012 19:03:41 +0300 Message-ID: From: Nikolay Tychina To: Erich Dollansky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: KDE 4 hangs at splash screen when using KMS enabled 10-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2012 16:03:43 -0000 2012/7/1 Erich Dollansky : > 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 Hi Erich! Thank you for taking the time for this non-momentary action. Are you running CURRENT? And did you start KDE with no previous configuration available? Is Composite enabled in your xorg.conf?