Vga Compatible Controller Cirrus Logic Gd 5446 And Opengl

Posted : admin On 17.12.2020
Vga Compatible Controller Cirrus Logic Gd 5446 And Opengl Average ratng: 9,1/10 3475 reviews
  1. Vga Compatible Controller Cirrus Logic Gd 5446 And Opengl 3.0
  2. Cirrus Logic 5446 Pci

I am running Red Hat 7 into a VM using virt-manager (qemu) and it seems that it uses by default, Cirrus driver: 00:02.0 VGA compatible controller 0300: Cirrus Logic GD 5446 1013:00b8 (prog-if 00 VGA controller) Subsystem: XenSource, Inc. Device 5853:0001 Physical Slot: 2 Flags: bus master, fast devsel, latency 0 Memory at f0000000 (32. Controller: Cirrus Logic-GD (00:02.0 VGA compatible controller: Cirrus Logic GD 5446) Is Cirrus Logic-GD controller will support QSV process? Could share the complete 'System Requirements' to use QSV. Please assist us to overcome this issue. Regards, Poovarasan. 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 00:03.0 VGA compatible controller: NVIDIA Corporation GK104GL GRID K520 (rev a1) 00:1f.0 Unassigned class ff80: XenSource, Inc. Xen Platform Device (rev 01) $ nvidia-smi nvidia-smi: command not found. AWS Support gave me a quick answer on how to resolve the issue. .-display:0 UNCLAIMED description: VGA compatible controller product: GD 5446 vendor: Cirrus Logic physical id: 2 bus info: pci@0000:00:02.0 version: 00 width: 32 bits clock: 33MHz capabilities: vgacontroller busmaster configuration: latency=0 resources: memory:e8000000-e9ffffff memory:ee080000-ee080fff.-display:1 description: VGA compatible.

Notes for setting up GPU with Openshift

  • Centos7 or RHEL7
  • Openshift 3.7+
  • CUDA9 and CuDNN7

Vga Compatible Controller Cirrus Logic Gd 5446 And Opengl 3.0

1. Check the GPU model

you might need to do yum install pciutils Flipper the movie.

2. Check the kernel versions.

Not all kernel versions are supported for drivers

3. Change the kernel version to the version which works (here 3.10.0-693)

  • grep '^menuentry' /boot/grub2/grub.cfg
  • for me 3.10.0-693 worked so vi /etc/default/grubModify 'GRUB_DEFAULT=2'
  • sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Driver
  • reboot
  • uname -r

3.10.0-693.el7.x86_64

4. Disable Nouveau Driver

  • Add 'blacklist nouveau' vi /etc/modprobe.d/blacklist.conf
  • mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
  • dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
  • reboot

5. Install of NVIDIA Drivers

Make a note of the GPU Product Type.For me it is Tesla M60.Download from http://www.nvidia.com/Download/index.aspxFor me it was

  • Tesla M Class ,Product M60, RHEL7, CUDA 9.0
  • Version: 384.81
  • Release Date: 2017.9.25
  • Operating System: Linux 64-bit
  • CUDA Toolkit: 9.0
  • Language: English (US)
  • GOTO http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/tesla/384.81/NVIDIA-Linux-x86_64-384.81.run&lang=us&type=Tesla

Cirrus Logic 5446 Pci

Download the Driver for Linux x86_64

Check if nvidia-smi works

Vga Compatible Controller Cirrus Logic Gd 5446 And Opengl

Install CUDA 9.0

Install CuDNN 7.0

6. Setup Openshift

  • Find GPU name

For me it was 'Tesla-M60'

  • Label the node with the gpu name(here it is Tesla-M60)
  • Modify node config & systemctl restart atomic-openshift-nodeopen node config file vi /etc/origin/node/node-config.yaml and add below lines
  • Check for changes in node
  • Check for label changes on node.You can see that my systme has a single GPU capacity.
Compatible
  • Add changes to DeploymentConfig in affinity and resources/limits

OR