From owner-freebsd-ports@FreeBSD.ORG Tue Oct 28 18:41:16 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 19E16957; Tue, 28 Oct 2014 18:41:16 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 2C848627; Tue, 28 Oct 2014 18:41:15 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id q5so9669594wiv.0 for ; Tue, 28 Oct 2014 11:41:13 -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=FvPfJo2RMQm04iSjIg/ZQSjMoJZ1xY7W6/e4vb/OOTU=; b=A54lZyjNSyp1wwMIkCtQPfcwUSUeohJluR1EWRhCxlyv21RBCZ9+/Rx8BoZmwvB1oS 9dnlJ+3dRfriSrTi/oj6o7Ydalt/vlMBUyVmScnXo6wxAvU9V0xDbKrvayGBYs6ZDig4 Gd/Xhngn3p44ZACNvXYESrd1+P/ATEXZaLSVSkfvTRKmTp60Q6RbWw02v8ZmO6Gtu+Lp NQKRM+QdW4Ciz8+bk6YRV8VTRJFH1J7o1L3fHZL6vdIT3o2yUbttyixOEWh63UNZwWkE r+EQuFsrVPcNzMZl9tvXrqTRHqmJHkOXwduRIh/ivNbanyVMjinjn6Zac3vluk48Gs8+ Y4NQ== X-Received: by 10.180.104.198 with SMTP id gg6mr30771473wib.76.1414521673325; Tue, 28 Oct 2014 11:41:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.157.202 with HTTP; Tue, 28 Oct 2014 11:40:53 -0700 (PDT) In-Reply-To: <544FE187.3030404@FreeBSD.org> References: <544E0FC8.8090605@FreeBSD.org> <544EC35A.2050401@FreeBSD.org> <544F61F9.6040408@FreeBSD.org> <544FE187.3030404@FreeBSD.org> From: Miguel Clara Date: Tue, 28 Oct 2014 18:40:53 +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 , Oliver Pinter 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: Tue, 28 Oct 2014 18:41:16 -0000 On Tue, Oct 28, 2014 at 6:33 PM, Jean-S=C3=A9bastien P=C3=A9dron 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 "promp= t > > 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. pciconf -lv output: http://filebin.ca/1fJdai9k7d85/pciconf.txt > > # gdb /usr/local/bin/Xorg > > ... > > Starting program: /usr/local/bin/Xorg > > (no debugging symbols found)...(no debugging symbols found)... > > Can you rebuild x11-servers/xorg-server with WITH_DEBUG=3D1 too? > > Will do! > -- > Jean-S=C3=A9bastien P=C3=A9dron > >