Date: Tue, 28 Jan 2014 02:20:05 +0200 From: Aleksandr Rybalko <ray@ddteam.net> To: Henry Hu <henry.hu.sh@gmail.com>, "Mike C." <miguelmclara@gmail.com> Cc: freebsd-x11@freebsd.org, =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= <dumbbell@freebsd.org> Subject: Re: Newcons radeonkms - Failed to load firmware "radeonkmsfw_TURKS_PFP" Message-ID: <52E6F7B5.2030805@ddteam.net> In-Reply-To: <CAEJt7hYwZCwVXO1r265fjYR-05_qLiQdxHy-5ZdvBDO5QAWm2g@mail.gmail.com> 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> <CADGo8CUr5yJJ=gqN9VpAwGTtx4XUO05Hk=3KcjoAJhJNBK7CKw@mail.gmail.com> <52E6C666.5080409@FreeBSD.org> <be4e8c1c-7084-449d-8bc5-c5821615dae1@email.android.com> <CAEJt7hYwZCwVXO1r265fjYR-05_qLiQdxHy-5ZdvBDO5QAWm2g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27.01.2014 23:41, Henry Hu wrote: > On Mon, Jan 27, 2014 at 3:56 PM, Mike C. <miguelmclara@gmail.com> wrote: > >> Yes the intel works fine. >> >> I dont understand onde thing though... if I have i915kms unloaded and try >> 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 to > 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 +=+-|--->| VGA Out | | +-------------+ | | +---------+ | | | | | | +-------------+ | | +----------+ | | |+-|--->| | +------>| FB2 +===+--->| HDMI Out | +-------------+ +----------+ | Host RAM | +-------------+ huh, looks cute :) So, any 2D or 3D unit can draw to any mem region (framebuffer), and any of 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 ATI >> card to a windows guest. >> >> Thanks >> >> >> "Jean-Sébastien Pédron" <dumbbell@FreeBSD.org> 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ébastien Pédron >> -- >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E6F7B5.2030805>