From owner-freebsd-x11@FreeBSD.ORG Thu Jun 6 07:52:13 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 403AB1A1 for ; Thu, 6 Jun 2013 07:52:13 +0000 (UTC) (envelope-from isdtor@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id C38211D6B for ; Thu, 6 Jun 2013 07:52:12 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id fr10so2300621lab.18 for ; Thu, 06 Jun 2013 00:52:11 -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=HY9FxlFKVsuudewkHyU16AtJEEdFix+cE9rOTBDhJV8=; b=GJH7NQZbvCg2T40KvkdTmhaUzlZ82KPgbfIxzo15KrN4u5062QMqjjOW6CfgtC/NMw N7epSC3WmgM60onXRQiZUuw6qqMwUc24qQ57Twef5hd4sMjhFZpJkeMxG0rAiRWRp9pm LpmQBZcvKls8sk/DFgpIvBCK/DQBI9ijSmitK+gbDaQ9jCH8c/TTJxh0K21UZO4In3q0 vLSoTwYN6CQqsEqy1ycxhJt6Et73dRBD+tPPwNaZAv/uNDdoJYvf2Ipp9VBW3OeXfwWk XWliky31XPuh4Ta9IpyLDVS9OoJwlzzwAVz63vXB99cq7goWIERowGj/LuOuvzHEnYH+ dv8Q== MIME-Version: 1.0 X-Received: by 10.112.21.74 with SMTP id t10mr16302277lbe.129.1370505131592; Thu, 06 Jun 2013 00:52:11 -0700 (PDT) Received: by 10.152.28.106 with HTTP; Thu, 6 Jun 2013 00:52:11 -0700 (PDT) Date: Thu, 6 Jun 2013 08:52:11 +0100 Message-ID: Subject: Intel HD4000 status From: isdtor To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 07:52:13 -0000 I was wondering what the status of Intel HD4000 support is as I simply cannot get it to work. The system is running a fresh install of FreeBSD 9.1 release amd64 with ports svn head. I rebuilt the xorg server with WITH_NEW_XORG="YES" WITH_KMS="YES" in make.conf. After a reboot, once gdm starts, I see the busy cursor flashing up a few times and then there's a black screen. No switching to a text console (which I believe has not been implemented yet) is possible and I can only login via ssh. The X logs don't show any errors. There are 7 Xorg log files of identical size listing two warnings [ 28.642] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 28.774] (WW) Option "Device" requires an string value and ending with [ 28.778] (II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 [ 28.778] (II) PS/2 Mouse: SetupAuto: protocol is SysMouse [ 28.820] (II) UnloadModule: "kbd" [ 28.820] (II) UnloadModule: "mouse" [ 28.823] Server terminated successfully (0). Closing log file. /var/log/messages has these entries: 6x "gdm-binary[1589]: WARNING: GdmDisplay: display lasted 0.222588 seconds" and gdm-binary[1589]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors This is a laptop with dual gfx, but the discrete card disabled in the BIOS. I've tried this without xorg.conf, and also with two .conf files in /etc/X11/xorg.conf.d that represent the ServerFlags and Device section shown here, http://forums.freebsd.org/showpost.php?s=2739717f480dde7e26ce4494379517d5&p=196587&postcount=10 . I could probably switch to discrete graphics, but would prefer to get the integrated graphics working first.