LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how do i list my video car driver to see if its installd (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-list-my-video-car-driver-to-see-if-its-installd-317874/)

Rangerboy567 04-27-2005 07:30 PM

how do i list my video car driver to see if its installd
 
how do i list my video driver to see if it's installd

mugstar 04-27-2005 07:37 PM

`lsmod | grep -i nvidia` or something similar, as root.

Rangerboy567 04-27-2005 11:46 PM

that dont work :(

mugstar 04-28-2005 05:25 AM

What do you mean? It gives no output? It won't return anything if the module isn't loaded. What graphics card do you have? AGP? PCI? Just doing `lsmod` will list all kernel modules.

Rangerboy567 04-28-2005 02:38 PM

i ahve pci i think

brainiac 04-29-2005 11:52 AM

lspci -v will list your card and then you can lsmod to see if the module is loading that corelates to your card.


All times are GMT -5. The time now is 05:58 PM.