System Does not Detect my Graphics Card [closed]

asked 2019-07-31 11:16:45 -0500

al389660 gravatar image

updated 2019-07-31 11:17:58 -0500

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??

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by gvdhoorn
close date 2019-08-01 06:33:33.597947

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"

Humpelstilzchen gravatar image Humpelstilzchen  ( 2019-08-01 01:51:32 -0500 )edit

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.

gvdhoorn gravatar image gvdhoorn  ( 2019-08-01 06:34:30 -0500 )edit