From owner-freebsd-x11@FreeBSD.ORG Wed Jan 29 01:33:08 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EF46B32; Wed, 29 Jan 2014 01:33:08 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9099E1EAC; Wed, 29 Jan 2014 01:33:07 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so2329787wgh.24 for ; Tue, 28 Jan 2014 17:33:06 -0800 (PST) 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:content-transfer-encoding; bh=sX+zxwUrZHgngV6GD0uzFqDhOqGq1qGLUnaLHUPMVk8=; b=E5LN9nOHXT3IOrxvbh7pog5uGfozznl38B410qLzuRkoWZjV5P9I9QtCvbWaHaeKEK h+88u0sPmeA1AjmZcgbKdS2Io17MbZcVQ9R3VaFyv4VUX1I6pnfxgRjt+KRUzJLjzC1o BOLfwk4CvoSi2tlPB+m3ZOyT8pVJ95lN6mXeX8dDkn3dzKpt4X4G6rscAYwOHken1XF6 Ux6lrpE5U7nm9HfI0xofc+gQKMRzZQyKv6C/TWmhKKUepyJAb5jxDAVrrduIs3PEh7Jq uqih1nmf6hTCX/m9uWALCwg7XkzzQaaHT8sSrtBHgF9aqyHM1w8sfdRlZefTcChzEwip IF5A== X-Received: by 10.180.73.173 with SMTP id m13mr5976046wiv.52.1390959185984; Tue, 28 Jan 2014 17:33:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.234.42 with HTTP; Tue, 28 Jan 2014 17:32:45 -0800 (PST) In-Reply-To: <52E6F7B5.2030805@ddteam.net> References: <1367fd4d-9128-4df0-a250-fb3c1f67f0c5@email.android.com> <52E42A3A.7000901@FreeBSD.org> <712a6e8d-e34b-4321-8c23-aa9edfe6147f@email.android.com> <52E435A3.6010900@FreeBSD.org> <1ab937f2-aca2-41d0-a1a7-a7eb232b9c83@email.android.com> <80c382e1-4442-4699-9aa1-40236a6c072f@email.android.com> <52E59896.3050800@FreeBSD.org> <52E6C666.5080409@FreeBSD.org> <52E6F7B5.2030805@ddteam.net> From: Miguel Clara Date: Wed, 29 Jan 2014 01:32:45 +0000 Message-ID: Subject: Re: Newcons radeonkms - Failed to load firmware "radeonkmsfw_TURKS_PFP" To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org, =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 01:33:08 -0000 I was looking at the HP specs and they don't mention PowerExpress technology fro this model: http://h10025.www1.hp.com/ewfrf/wc/document?cc=3Dus&lc=3Den&docname=3Dc0278= 7061 This is the card: http://www.notebookcheck.net/AMD-Radeon-HD-6770M.43955.0.= html Is there any way I can now for sure how the Output connectors are well connected beside opening it...? On Tue, Jan 28, 2014 at 12:20 AM, Aleksandr Rybalko wrote: > On 27.01.2014 23:41, Henry Hu wrote: >> On Mon, Jan 27, 2014 at 3:56 PM, Mike C. wrote: >> >>> Yes the intel works fine. >>> >>> I dont understand onde thing though... if I have i915kms unloaded and t= ry >>> to start X with the ATI card in xorg.conf should it work? >>> >> According to my experience with Optimus, you may need to do acpi calls t= o >> enable the ATI card. >> For my system, VGA output and LCD is connected to intel, and HDMI is >> connected to nVidia. So I can start an X with dual-monitor configuration= on >> intel, and another X with HDMI output on nvidia. > No, that assumption is wrong. > Not sure about ATI technology, but nVidia Optimus is CHIP w/o any > video output, just PCI interface. It's writing resulting image into host > memory. Then host video output controller can be set to draw that > frame to any of outputs (VGA/HDMI/Composite/etc). If host has own > 2D/3D unit it can draw to separate memory, but can be set to merge > both output (like PIP in TV) > > Will try to do some ASCII art for that :) > > | Optimus | | i915 2D/3D | > +----+----+ +------+------+ > | | > +--PCI--> (PCI Bridge)---+ V > | +-------------+ +---------+ > | | | +--->| | > | | FB1 +=3D+-|--->| VGA Out = | > | +-------------+ | | +---------+ > | | | | | > | +-------------+ | | +----------+ > | | |+-|--->| | > +------>| FB2 +=3D=3D=3D+--->| HDMI= Out | > +-------------+ +----------+ > | Host RAM | > +-------------+ > > huh, looks cute :) > > So, any 2D or 3D unit can draw to any mem region (framebuffer), and any o= f > output controllers can read from any mem region. >> >> >>> Sorry if its a dumb question... >>> >>> >>> I dont mind using the intel tough, and investigate If I can pass the AT= I >>> card to a windows guest. >>> >>> Thanks >>> >>> >>> "Jean-S=E9bastien P=E9dron" wrote: >>>> On 27.01.2014 02:06, Miguel Clara wrote: >>>>> Its an HP Pavillion and digging more into it its indeed on of this >>>>> "Hybrid Graphichs" latops, so pretty sure it shares the same outputs, >>>>> at least for the LCD, (not sure about VGA and HDMI but I would say >>>> its >>>>> also the same). >>>> This kind of setup isn't supported on FreeBSD yet, unfortunately, and >>>> it's not a priority right now :-/ >>>> >>>>> But when I tried starx (without the intel dirver and just the ATI >>>> card >>>>> - see xorg.conf attached files) I got an erro - segmentation fault, >>>>> see Xorgradeonkmserro.log >>>> I think there's no need to chase that segfault yet, as long as we don'= t >>>> support Optimus/PowerXpress. >>>> >>>> Is the Intel video card working correctly for you? >>>> >>>>> Any other usefull info, as long as I can grab it, I'll be glad to >>>>> attach, hoping this helps add +1 card to the supported ones! >>>> Thanks for your offer :) Your card is probably supported, beside this >>>> PowerXpress thing. But before we work on this, we have many required >>>> improvements to make to the whole GPU drivers subsystem... >>>> >>>> -- >>>> Jean-S=E9bastien P=E9dron >>> -- >>> Sent from my Android device with K-9 Mail. Please excuse my brevity. >>> _______________________________________________ >>> freebsd-x11@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>> >> >> > Thanks! > > WBW