User Tools

Site Tools


en:nvidia_linux

Use on Linux with a Nvidia graphic card

If you use a recent Nvidia driver on Linux you can see the planet are only show as a white sphere.
This problem is because of an incompatible change in the driver.

To get a working environment for the Virtual Planet Atlas process as follow:

  1. Download the latest driver available from http://www.geforce.com/drivers , for example NVIDIA-Linux-x86_64-375.20.run
  2. Uninstall the Nvidia proprietary driver from your Linux distribution
  3. Disconnect your session and start a terminal with Alt+F1
  4. Connect as root in this terminal (or with your user name and then: sudo -i)
  5. Stop the graphic services i.e: service sddm stop , or service xdm stop.
  6. Install the Nvidia driver, adding the option –no-glvnd-glx-client :
    sh NVIDIA-Linux-x86_64-375.20.run --no-glvnd-glx-client 
  7. Respond to the questions until the process complete. For more information the README link at the bottom of the download page.
  8. If you need to uninstall this driver, process as above then run this command:
    sh NVIDIA-Linux-x86_64-375.20.run --uninstall

    After that you can reinstall the proprietary driver from your distribution.

See also : https://www.ap-i.net/mantis/view.php?id=1575

en/nvidia_linux.txt · Last modified: 2020/10/07 10:16 (external edit)