Results 1 to 5 of 5

Thread: What video driver am I using?

  1. #1
    Join Date
    Oct 2010
    Beans
    204

    What video driver am I using?

    How do I find out what video driver I'm using, add/remove etc? I looked in the xorg.conf file, but there's nothing of interest there; the file is almost empty. In general, is there any way to manage drivers from a convenient GUI interface, or does everything have to be done via text files?

  2. #2
    Join Date
    Feb 2010
    Location
    Summerwind
    Beans
    12,453
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: What video driver am I using?

    Try the log file viewer > Xorg.O.log if you have not installed a proprietary video driver . If you have check Xserver settings for Nvidia or the ATI counterpart . I am not familiar with Intel drivers.
    “Start where you are. Use what you have. Do what you can".

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Manual

  3. #3
    Join Date
    Nov 2006
    Beans
    432

    Re: What video driver am I using?

    Here is some commands I have copied from this forum.


    Code:
    lspci  -mm | grep VGA
    lspci -v
    lsmod
    sudo lshw -C display ; dpkg -l grep nvidia

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    22,908
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: What video driver am I using?

    Hi, if you have an intel graphics chip you can run this command and it will show all the intel modules that are loaded including intel graphics driver.
    Code:
    sudo lspci -k

  5. #5
    Join Date
    Nov 2006
    Beans
    4

    Re: What video driver am I using?

    Quote Originally Posted by s1baker View Post
    Here is some commands I have copied from this forum.


    Code:
    lspci  -mm | grep VGA
    lspci -v
    lsmod
    sudo lshw -C display ; dpkg -l grep nvidia
    Hi s1baker,

    can it be that "|" is missing in your last command before the grep?

    Regs
    Zekayi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •