System Does not Detect my Graphics Card
Hi, I want to work with ZED Camera for outdoor mapping I installed all the required drivers and ZED ros wrapper but I could not launch the files. Later I ran the ZED diagnostic and realized that my graphics card is not recognized by the computer.
I also used this command to check the available graphics options.
lspci -k | grep -A 2 -i "VGA"
instead of showing two options it resulted in the following output
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) DeviceName: Onboard - Video Subsystem: ASUSTeK Computer Inc. Device 10c1
As you can see, my NVIDIA graphics card is missing. (Geforcce 1050)
I have also checked my system properties and it also shows only IntelĀ® HD Graphics (Coffeelake 3x8 GT2.
Please help me, how can I enable my graphics card??
Asked by al389660 on 2019-07-31 11:16:45 UTC
Comments
This sounds like a Linux problem, not ROS. try "lspci | grep -i nvidia" you probably have a laptop with nvidia optimus technology. If so search the web for "bumblebee nvidia"
Asked by Humpelstilzchen on 2019-08-01 01:51:32 UTC
As @Humpelstilzchen writes, this is not a ROS-related question, but a general Linux/Ubunut system setup one.
I would suggest you post this on a forum dedicated to such support, such as Ask Ubuntu or similar.
Asked by gvdhoorn on 2019-08-01 06:34:30 UTC