-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to run paraview on a discrete graphics card ( Nvidia 1080T ) in ubuntu 16.04 #66
Comments
@slqingqing What have you tried so far? Are you sure it's not working already? Usually if you just make sure the drivers for graphics card are installed, you should be all set. Assuming the desktop version was installed, you can open the ParaView desktop app, go to the "Help" -> "About" menu, and then scroll down to find information about the OpenGL Vendor, Version, and Renderer. Let us know what you see. |
In the "About" menu, I saw "OpenGL Vendor -- VMware, Inc." "OpenGL Version -- 3.3 (Core Profile) Mesa 18.0.5" "OpenGL Renderer -- llvmpipe (LLVM 6.0, 256 bit)". I installed Paraview 5.2 successfully and works well. After I started paraview 5.2, I input command "nvidia-smi" in terminal, I just saw a process "/usr/lib/xorg/Xorg" which was running. Thanks. |
It looks like you're using VMWare, and I don't believe you will have success using your actual hardware graphics card in that environment. The output of nvidia-smi should, indeed, be useful in ascertaining whether you're graphics card is set up properly with the correct drivers. In my case, I see this:
If you don't see something like that top part, then it's not finding your graphics hardware correctly. |
@scottwittenburg Thanks for your help. I didn't install VMWare. My computer have only one operating system "Ubuntu 16.04". |
Do you have the drivers for your graphics card installed? On Ubuntu 16.04, I have the |
@scottwittenburg Thanks very much.
slice@slice-server:~$ sudo lspci | grep -i vga
Fri Sep 28 09:33:02 2018 +-----------------------------------------------------------------------------+ |
Does your computer have multiple graphics card? Like an onboard as well as the 1080? Is it perhaps running something like Optimus? Also, can you run |
Yes, my computer have two graphics card, one is integrated graphics card, the other is discrete graphics card (1080T). Thanks very much. slice@slice-server:~$ glxinfo |
slice@slice-server:~$ glxinfo | grep OpenGL |
Paraview5.2 was installed in ubuntu 16.04, then I deployed the paraviewweb to use visualizer tool.
My computer have a discrete graphics card ( Nvidia 1080T ). I want to run the paraview on the GPU to accelerate. Therefore, how do I achieve the funtion?
The text was updated successfully, but these errors were encountered: