Results 1 to 2 of 2

Thread: Video Drives - What type & Details

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    West Indies
    Beans
    148
    Distro
    Ubuntu 10.04 Lucid Lynx

    Video Drives - What type & Details

    hey all,

    just wanting to know what command i can use to see what video drivers (the type & ver) are installed on my laptop?

    also is there a way that i can manually get the system to check for updates?

    my resolution and everythign is fine; its just that when i run some media files i get a line across my laptop screen.


    many thanks
    ::Feisty Fawn 7.04 on Toshiba 1800 - Coppermine Celeron, 256MB RAM, 10GB HDD::
    ::Hardy Heron 8.04.3 LTS on AMD Duron 800, 256MB RAM, 20GB HDD::
    ::Lucid Lynx 10.04 LTS on BENQ S42, Centrino2, 2GB RAM 300GB HDD::


  2. #2
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: Video Drives - What type & Details

    you can check the drivers by doing this:
    Code:
    lshw -C Display
    which will print out the section with information about your display (e.g. video card) and there will be a line in the last part of info that reads "driver=" and the bit afterwards are the drivers you're using. about the version, that depends on what your card is. However, chances are you can google the driver name and find out which version is in the repos with
    Code:
    sudo aptitude show [packagename]

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
  •