From owner-freebsd-ports@FreeBSD.ORG Sat Jun 30 17:25:04 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 F1FF3106564A; Sat, 30 Jun 2012 17:25:03 +0000 (UTC) (envelope-from niktychina@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9117E8FC0A; Sat, 30 Jun 2012 17:25:03 +0000 (UTC) Received: by qcsg15 with SMTP id g15so2626458qcs.13 for ; Sat, 30 Jun 2012 10:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ixd0J98xrLjDVK+JdByJFeDHwxbwxr/Rl50y/mJxwn8=; b=QuoEdSsFY3aHvpGIc1MwWnVIfuXChurc2bvDn54sZXC03+gJcawtNgY65b4JcttN2s LgDxkE457VxmSd0zdy5y/sy73TPBLwVkHHHvUrxdn5CPRHS2hzCD4aRHm7K6jQTtlujY F4jJZBVoLef4GYYVSRv+j8rNtYkB/j6waFwwOpng+5yo9HBc4D80Zg7XJ6JNUA+lt38G wQhGYKRsmOyw6iqIM6SGXN4AFagCYw/n1IRRQ5VrwO21Ir8uk2rxwR4w8+C18+0WMw0W F+Yg620/Rvn7/vjdnaAEqQYYqn1ZBVE6EGlOMj09bC8XHM4sCQvSwXgdVho5E2nlHmmA ZJOw== MIME-Version: 1.0 Received: by 10.224.31.129 with SMTP id y1mr11929148qac.87.1341077097154; Sat, 30 Jun 2012 10:24:57 -0700 (PDT) Received: by 10.229.185.148 with HTTP; Sat, 30 Jun 2012 10:24:57 -0700 (PDT) Date: Sat, 30 Jun 2012 21:24:57 +0400 Message-ID: From: Nikolay Tychina To: freebsd-ports@freebsd.org, freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Sat, 30 Jun 2012 17:25:04 -0000 >> > 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. > > Erich Window Maker works fine without any modifications to default xorg.conf, and twm also works. I didn't notice anything useful when I logged output with `script' command.