From owner-freebsd-x11@FreeBSD.ORG Fri Mar 12 01:11:11 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7C7106566C; Fri, 12 Mar 2010 01:11:11 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 475168FC19; Fri, 12 Mar 2010 01:11:11 +0000 (UTC) Received: by pwj4 with SMTP id 4so398737pwj.13 for ; Thu, 11 Mar 2010 17:11:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=V331LXRch7Nbpgvx6WxZHOGnwfhQjvhx5+qV0/n339I=; b=RhR2J0ZEWiL0zYSjK5RZ5BZmyxQedTxx+4P1jJhxvUt/NimobxUHw1DySrsXF7FTBl J98t26skFRDftrbJ8wusjuxA1dzFG6aJWD5VvoEIGhEP6CMg2aaM6up5VdF9EtM0Yr1I /EOlJ3x2Bz76R3GOjLd+hGl9bvQNt8RHa52Y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NjqUua7ZaRk1unvc25gcplj6/a10c14dQnha94pD4VYGs39lq3FnxkkDlH+97zwkNT JhTnKnohBU+yYH7XmYiWvBaUu2M5rRODLNI/rv+dtt1g+TPqSl3NOFxtPEOGhzr30k2q G+LqF4eRLScXwm7idlPNtga9g0RgKc3B5ZtN8= MIME-Version: 1.0 Received: by 10.142.3.25 with SMTP id 25mr1876781wfc.200.1268354593884; Thu, 11 Mar 2010 16:43:13 -0800 (PST) In-Reply-To: References: <20100311134413.GH19740@bsdcrew.de> Date: Thu, 11 Mar 2010 16:43:13 -0800 Message-ID: <7d6fde3d1003111643w29ad50fh1fb7645ee157c10b@mail.gmail.com> From: Garrett Cooper To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD 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: Fri, 12 Mar 2010 01:11:11 -0000 On Thu, Mar 11, 2010 at 2:48 PM, Torfinn Ingolfsen wrote= : > Hi, > > On Thu, Mar 11, 2010 at 2:44 PM, Martin Wilke wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Call for Testing Xorg 7.5 >> > > Works here too. > For some reason, Xfce doesn't work after the upgrade, xfce4-session core > dumps when I do 'startxfce4'. (Yes, I have recompiled allt the xfce ports= ). > FreeBSD 8.0-stable, xfce-4.6.1_1, vesa driver. > root@kg-v7# uname -a > FreeBSD kg-v7.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Mar =A07 20:55= :51 > CET 2010 =A0 =A0 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC =A0amd64 > > I'm currently using the vesa driver, it seems that it is the only thing t= hat > supports this "integrated graphics controller" of the Interl Core i3 cpu > (i3-540) that I have. > >From /var/log/Xorg.0.log: > (--) PCI:*(0:0:2:0) 8086:0042:1043:8383 Intel Corporation Core Processor > Integrated Graphics Controller rev 18, Mem @ 0xfb800000/4194304, > 0xd0000000/268435456, I/O @ 0x0000dc00/8, BIOS @ 0x????????/65536 > and pciconf: > root@kg-v7# pciconf -lv | grep -A 3 vga > vgapci0@pci0:0:2:0: =A0 =A0class=3D0x030000 card=3D0x83831043 chip=3D0x00= 428086 > rev=3D0x12 hdr=3D0x00 > =A0 =A0vendor =A0 =A0 =3D 'Intel Corporation' > =A0 =A0class =A0 =A0 =A0=3D display > =A0 =A0subclass =A0 =3D VGA Did you recompile everything like the instructions state, or at the very least libxcb dependent pieces (cairo, et all)? Memory serves me correctly cairo and libxcb links into xfce4, and it turns into a nasty mess if the ABI mismatches. Thanks, -Garrett