Skip to main content

2025년 2월 24일

Install the NVIDIA GRID vGPU Display Driver

To install the NVIDIA GRID vGPU display driver, you must deactivate the default NVIDIA driver, download the NVIDIA display drivers, and configure the PCI device on the virtual machine.

Prerequisites

Procedure

  1. Copy the NVIDIA Linux Display Driver to the virtual machine.

  2. Open a remote terminal to the virtual machine, or switch to a text console by typing Ctrl-Alt-F2, log in as root, and run the init 3 command to turn off X Windows.

  3. Install additional components that are required for the NVIDIA driver.

    sudo yum install gcc-c++
    sudo yum install kernel-devel-$(uname -r) 
    sudo yum install kernel-headers-$(uname -r)
    
  4. Add an executable flag to the NVIDIA GRID vGPU driver package.

    chmod +x NVIDIA-Linux-x86_64-version-grid.run
    
  5. Start the NVIDIA GRID vGPU installer.

    sudo ./NVIDIA-Linux-x86_64-version-grid.run
    
  6. Accept the NVIDIA software license agreement and select Yes to update the X configuration settings automatically.

What to do next

Install Horizon Agent on the Linux virtual machine. See Install Horizon Agent on a Linux Virtual Machine.

Create a desktop pool that contains the configured Linux virtual machines. See Create a Manual Desktop Pool for Linux.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…