Displaying 20 results from an estimated 300 matches similar to: "Trying CUDA/OpenCL with VGA Passthrough"
2013 Nov 19
7
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success
Hi everyone,
after following in the footsteps of the following discussion
(http://lists.xenproject.org/archives/html/xen-users/2013-09/msg00106.html)
I had been able to turn my GTX 480 into a Quadro 6000. When I VT-d
passthrough it to a Debian jessie VM it shows up fine and CUDA 5.5
seems to function properly up to a point:
lspci -v:
00:04.0 VGA compatible controller: NVIDIA Corporation GF100GL
2014 May 01
1
nvidia-related messages in /var/log/messages
Just discovered these messages in /var/log/messages, while looking at
the USB problem I just posted about, separately.
Apr 27 20:23:16 fcshome kernel: NVRM: API mismatch: the client has the version 331.67, but
Apr 27 20:23:16 fcshome kernel: NVRM: this kernel module has the version 331.49. Please
Apr 27 20:23:16 fcshome kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Apr 27
2012 Apr 23
1
Centos 6.2 Nvidia drivers from elrepo - kmod-nvidia
Hi all,
Having issues with the Nvidia drives on Centos 6.2.
So after I do yum install kmod-nvidia and rebooting, I get no screen.
My errors;
/var/log/messages;
kernel: NVRM: The NVIDIA GeForce4 MX 4000 GPU installed in this system is
kernel: NVRM: supported through the NVIDIA 96.43.xx Legacy drivers. Please
kernel: NVRM: visit http://www.nvidia.com/object/unix.html for more
kernel: NVRM:
2013 Nov 18
0
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success!
Hi everyone,
after following in the footsteps of the following discussion
(http://lists.xenproject.org/archives/html/xen-users/2013-09/msg00106.html)
I had been able to turn my GTX 480 into a Quadro 6000. When I VT-d
passthrough it to a Debian jessie VM it shows up fine and CUDA 5.5
seems to function properly up to a point:
lspci -v:
00:04.0 VGA compatible controller: NVIDIA Corporation GF100GL
2023 Nov 16
3
[PATCH][next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
Fake flexible arrays (zero-length and one-element arrays) are deprecated,
and should be replaced by flexible-array members. So, replace
zero-length array with a flexible-array member in `struct
PACKED_REGISTRY_TABLE`.
Also annotate array `entries` with `__counted_by()` to prepare for the
coming implementation by GCC and Clang of the `__counted_by` attribute.
Flexible array members annotated with
2017 Nov 06
6
Nvidia error
I am getting this error on CentOS 7.4
kernel: NVRM: API mismatch: the client has the version 384.98, but#012NVRM:
this kernel module has the version 384.90. Please#012NVRM: make sure that
this kernel module and all NVIDIA driver#012NVRM: components have the same
version
nvidia-detect -v
Probing for supported NVIDIA devices...
[10de:1288] NVIDIA Corporation GK208 [GeForce GT 720]
This device
2012 May 01
6
Upgrade XEN to 4.0.1: AMD-Vi: IOMMU not found! - I/O virtualisation disabled (PCI-Passthrought didn't work again)
2006 Dec 18
5
Diagnosing random hangs
I have many different centos machines that are hanging
regulary. I believe this is due to something our application
is doing - not a centos specific problem.
When the machines hang, there is no access to the console
or remote access(ssh, rsh, etc).
Any tips on debugging this issue? It is becoming quite a
show stopper as we migrate our product from Solaris to
Linux.
tia,
FYI - The
2002 Jan 24
1
Re: OOPS: kernel BUG at transaction.c:1857 on 2.4.17 while rm'ing 700mb file on ext3 partition.
Hi,
On Thu, Jan 24, 2002 at 04:54:34PM +0100, frode wrote:
>
> I got the following error while rm'ing a 700mb file from an ext3 partition:
>
> Assertion failure in journal_unmap_buffer() at transaction.c:1857:
> "transaction == journal->j_running_transaction"
Hmm --- this is not one I think I've ever seen before.
> >>EIP; c015ea1a
2013 Feb 27
4
Nouveau not working on second monitor
Hi,
I have a problem that my nouveau driver does not properly load every time I boot my laptop.
It either:
- defaults to the vesa driver (always if my power cord is plugged into the laptop
- starts nouveau but without the external monitor
- starts nouveau WITH the external monitor (as it should be)
(starting without the monitor attached and then connecting it always fails & crashes X)
2024 Sep 23
1
[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
On Sun, Sep 22, 2024 at 04:11:21PM +0300, Zhi Wang wrote:
> On Sun, 22 Sep 2024 05:49:22 -0700
> Zhi Wang <zhiw at nvidia.com> wrote:
>
> +Ben.
>
> Forget to add you. My bad.
Please also add the driver maintainers!
I had to fetch the patchset from the KVM list, since they did not hit the
nouveau list (I'm trying to get @nvidia.com addresses whitelisted).
- Danilo
2024 Sep 23
1
[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
Hi Zhi,
Thanks for the very detailed cover letter.
On Sun, Sep 22, 2024 at 05:49:22AM -0700, Zhi Wang wrote:
> 1. Background
> =============
>
> NVIDIA vGPU[1] software enables powerful GPU performance for workloads
> ranging from graphics-rich virtual workstations to data science and AI,
> enabling IT to leverage the management and security benefits of
> virtualization as
2012 Jun 05
7
Re: XEN MTRR
On Sun, Jun 03, 2012 at 05:31:32PM +1000, aorchis@gmail.com wrote:
> Hi Jeremy and Konrad,
CC-ing xen-devel.
>
> Basically the driver NVIDIA provided is a binary blob and recent
> versions does not work with the PAT layout of XEN so it falls back to
> MTRR to provide write combining (please correct me if I''m wrong).
OK? Which is still OK. Are you using a v3.4 kernel
2023 Nov 16
1
[PATCH][next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
Hi Gustavo,
On Thu, Nov 16, 2023 at 12:11:43PM -0600, Gustavo A. R. Silva wrote:
> Fake flexible arrays (zero-length and one-element arrays) are deprecated,
> and should be replaced by flexible-array members. So, replace
> zero-length array with a flexible-array member in `struct
> PACKED_REGISTRY_TABLE`.
>
> Also annotate array `entries` with `__counted_by()` to prepare for
2011 Mar 13
27
[Bug 35267] New: nouveau fails to load BIOS on EFI boot.
https://bugs.freedesktop.org/show_bug.cgi?id=35267
Summary: nouveau fails to load BIOS on EFI boot.
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2006 Jun 11
26
Powernow-k8 support
Hi,
I recently subscribed to xen-users asking about a powernow-k8 problem,
but in the meantime I am not sure if the users-list was the right place
for it. So I decided to repeat my question here ;-)
My current config is attached.
--- snip ---
Hi,
I recently installed Xen on my AMD64 for my first time and so far,
everything seems to work pretty fine. :-)
I tried to enable cpu frequency
2010 Oct 29
0
Bug#596765: xen-utils-4.0: I got this bug, and now python-xml packages was removed
Package: xen-utils-4.0
Version: 4.0.1-1
Severity: normal
Hello,
I got this bug too, and also want to install python-xml because I read
in xen list that i need this package
http://lists.xensource.com/archives/html/xen-users/2007-07/msg00261.html
But now the packages was removed.
There is a package in debian Squeeze which provide xmlproc ?
LANG=C apt-get install python-xml
apt-get install
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2008 Apr 30
1
X just died then restarted
Just had a weird thing happen that I've never encountered before.
Running Centos 5.x (updated) on 32-bit (Athlon XP).
Was going along in Firefox when suddenly my screen went black and the hard
drive light came on mostly steady for several seconds. After a little bit
I got back the X login screen. It normally comes up on F7, but F7 was dead
(with some text I'll paste in below in case it
2012 Jun 27
7
WARNING: at fs/btrfs/free-space-cache.c:1887 after hard shutdown.
Hello,
My computer locked up and I had to press the reset button.
Ever since then I can''t mount the btrfs filesystem, here''s the output:
[ 37.645583] ------------[ cut here ]------------
[ 37.645598] WARNING: at fs/btrfs/free-space-cache.c:1887
btrfs_remove_free_space+0x329/0x350 [btrfs]()
[ 37.645600] Modules linked in: btrfs zlib_deflate libcrc32c ext4
jbd2 mbcache crc16