[vfio-users] [help] 2 identical GPUs in Arch

Alex Williamson alex.williamson at redhat.com
Sun Feb 21 17:40:41 UTC 2016


On Sun, Feb 21, 2016 at 10:01 AM, Garland Key <david.garland.key at gmail.com>
wrote:

> It seems xorg crashed because the nvidia kernel module failed.  Here's the
> xorg log file:
>

Did the intended device get bound to the nvidia module?  Are there dmesg
errors?  You could try creating a file like:

/etc/X11/xorg.conf.d/10-nvidia.conf:
Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    # Or PCI:2:0:0, depending on which is intended for the host
EndSection

Maybe Xorg is complaining because it's trying to use both cards when you
only intend for it to use one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/vfio-users/attachments/20160221/321bb424/attachment.htm>


More information about the vfio-users mailing list