From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 23:15:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D260736A; Wed, 29 Oct 2014 23:15:18 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1C288B9; Wed, 29 Oct 2014 23:15:17 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ex7so5940178wid.4 for ; Wed, 29 Oct 2014 16:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=y2K98mLM76qVp7wNl/WG7iDmo4JtBOmSTKAAgYtV2Zo=; b=TV8owhwQI0bSP3iVP53SHR+9+RXZ4x9TBYkwAKBd9J0VCrN9h99kk1Ahw2B6PpnDTL MOD6eonyh1bNo3HClUDaJFSE4WBBCl2p23IdWCyQMtKB5zWS9HSHbiUy/RN0abzvHBsW /zuJBteSytdebtIjNkxJJ8cCc0DCtljZfsMn7E0RUbScKAhW1O9MsL2KQV62wMAe6TG0 KK9YJcaXvQW+gruI1uqloNJbAdRIq2RD27194XbkeIO4V50Engw51dUm9ajcylgP44wA O9XtabN44grAhalaURyi3RtniDILik5NPB7RwqvPPd29bJtcJLWOoK8uAi9P9ZROkyDm FLoQ== X-Received: by 10.194.190.130 with SMTP id gq2mr15852251wjc.18.1414624516245; Wed, 29 Oct 2014 16:15:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.157.202 with HTTP; Wed, 29 Oct 2014 16:14:55 -0700 (PDT) In-Reply-To: <5450D27D.4080508@FreeBSD.org> References: <544E0FC8.8090605@FreeBSD.org> <544EC35A.2050401@FreeBSD.org> <544F61F9.6040408@FreeBSD.org> <544FE187.3030404@FreeBSD.org> <5450D27D.4080508@FreeBSD.org> From: Miguel Clara Date: Wed, 29 Oct 2014 23:14:55 +0000 Message-ID: Subject: Re: CFT: Update to xf86-video-ati 7.5.0 To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-x11@freebsd.org, freebsd-stable@freebsd.org, FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 23:15:19 -0000 On Wed, Oct 29, 2014 at 11:41 AM, Jean-S=C3=A9bastien P=C3=A9dron < dumbbell@freebsd.org> wrote: > On 28.10.2014 19:40, Miguel Clara wrote: > > On Tue, Oct 28, 2014 at 6:33 PM, Jean-S=C3=A9bastien P=C3=A9dron < > dumbbell@freebsd.org > >> wrote: > > > >> On 28.10.2014 19:18, Miguel Clara wrote: > >>> I should had that after rebooting the laptop, when it starts, with > >>> should start "slim" and all I see is a mouse in the middle and a > "prompt > >>> square" (not sure what to call it :P ) in the top left... > >> > >> The prompt square (I call it "text cursor" :) and the mouse are from > >> vt(4), so it means the X server didn't acquire the display yet. When > >> running Xorg alone, you should see nothing on the screen. > >> > >> In the dmesg and Xorg.log you posted previously, the card appears to > >> have no CRTC or output connector: > >> dmesg: No connectors reported connected with modes > >> > >> Does your computer have another video card, ie. an integrated one? Can > >> you give more information about your hardware? > > > > Yes, it does, and Intel card. > > Ok, thanks to the code dump you provided, I found that xorg-server 1.12 > expects to have output connectors. This was changed in xorg-server 1.15 > to support connector-less cards: > > http://cgit.freedesktop.org/xorg/xserver/commit/?id=3Dd1440783a7367ff0d0c= 47d256bbca3b3cf8a5034 > > However, I see no change in the output connectors handling code in > xf86-video-ati between 7.2.0 and 7.5.0. Therefore, I wonder why it works > for you with 7.2.0. Could you please post Xorg.0.log with xf86-video-ati > 7.2.0 installed? > It doens't work for the ati one... as I've reported in the mailing list I've posted, but you say the connector behaviour changed in xorg-server 1.15, so maybe I should install that version and test!? > > -- > Jean-S=C3=A9bastien P=C3=A9dron > >