WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] VGA passthrough and nvidia optimus

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-devel] VGA passthrough and nvidia optimus
From: Anders Aagaard <aagaande@xxxxxxxxx>
Date: Mon, 1 Aug 2011 11:53:49 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 01 Aug 2011 02:55:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=EoLQwSQejJkwdO9nk/ntoYnKFknuKDDRJp/zP+j4LbQ=; b=wfLI1waQdOLD8dnLph91QmDhnqaUjoo+4xg1tP+Ex4m190Y/1ucbGZlI14Ct2417O5 GVeVAWvbC9/bbzdduLmbItB/DUZBPaYA0eUTyQKf5EcDqUWFiiFan2xtgrWLSk7sKapu 8Elo4+RR86xYWZP9IzsiCX0n0pmZfyFrbhgG4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20110731182225.GO32373@xxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <CANOdGiwKxO5Xe34-VZs0cukk7Fgn9xuQYOCmf1paw1qCVPw57A@xxxxxxxxxxxxxx> <20110731182225.GO32373@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi

The card is a Geforce GT 555M. And since it's an optimus card, I imagine it'll require a whole lot of custom hacks ;)

Best regards
Anders
Weeks of coding can save you hours of planning.
- http://code.google.com/p/aagaande/


On Sun, Jul 31, 2011 at 8:22 PM, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
On Sun, Jul 31, 2011 at 03:08:56PM +0200, Anders Aagaard wrote:
>    Hi
>    Is VGA passthrough with an nvidia optimus laptop remotely feasible? For
>    those who don't know, nvidia optimus is two hardware cards, connected to
>    the same display. One sandy bridge setup (I use the intel driver for
>    this), and one nvidia card. I have a laptop with this setup, and usually
>    I'm using only the intel card. I then use acpi_call to power down the
>    nvidia card.
>    To use this optimus setup on linux I use bumblebee
>    ([1]https://github.com/MrMEEE/bumblebee) which sets up a separate X server
>    to run the nvidia card. Then use virtualgl to show the image on the
>    current (intel sandy bridge) run X server.
>    Will it be possible for me to get VGA passthrough running? I can have it
>    running with a separate output (hdmi/vga, hopefully one of them is
>    connected directly to the nvidia card, and doesn't use any hacks with the
>    intel card to work) if it will be needed (and I figure it will, as two
>    cards are here trying to use the same display).
>    Has anyone looked into this?

Hello,

Which nvidia card is that?

Nvidia officially supports VGA passthrough only with the pro-cards (Quadro),
so the consumer-cards require some more hacks.. (=custom patching).

-- Pasi


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] VGA passthrough and nvidia optimus, Anders Aagaard <=