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] NVidia driver status

To: "Jacob Gorm Hansen" <jacobg@xxxxxxx>, "xen-devel" <Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] NVidia driver status
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Tue, 30 Jan 2007 16:43:48 +0100
Delivery-date: Tue, 30 Jan 2007 07:44:13 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1170171202.2486.2.camel@xxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcdEhCBNUTI7DNgKTvasdom69Bl4mwAAFL1g
Thread-topic: [Xen-devel] NVidia driver status
> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Jacob Gorm Hansen
> Sent: 30 January 2007 15:33
> To: xen-devel
> Subject: [Xen-devel] NVidia driver status
> 
> hi,
> 
> being dissapointed a bit by ATI's support for Xen, I just purchased a
> top-of-the-line Dell box with an expensive NVidia graphics card, as
> rumour said they would work better than the ATI ones. 
> Unfortunately, the
> NVidia installer detects that I am running Xen, and then refused to
> compile the kernel module, saying that Xen is not supported. 
> Does anyone
> know of a way around this check, or have fresh experiences getting Xen
> and NVidia to play together?

Now, there may be calls to say that I'm biased here, but I'm really not
working with the ATI-side of AMD anyways, so: 

The reason it refuses to compile the kernel module is probably more to
do with the fact that the guys at nVidia KNOWS that it's not going to
work anyways. If that's the case, it's not really much point in
bypassing the check itself. 

It's quite common for (graphics) driver code to make "nasty" stuff with
memory addresses, use DMA for all sorts of weird and wonderfull things,
and in general do things that aren't "xen-friendly". Most other drivers,
for example, won't put a memory address inside a DMA buffer, that refers
to a different area of memory that may not even be a DMA buffer in
itself. 

Just as an idea for "tricking": have you run strace on the installer to
see how it figures out that you're on a Xen kernel? Is it using some
xm-tool, the kernel name (-xen) or some other method. You may be able to
bypass it once you know how it works... ;-)

--
Mats
> 
> Thanks,
> Jacob
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
> 
> 
> 



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>