Results 1 to 2 of 2

Thread: Installing Intel Graphics driver for Ubuntu Lucid

  1. #1
    Join Date
    Sep 2013
    Beans
    1

    Installing Intel Graphics driver for Ubuntu Lucid

    How do I install Intel Graphics driver for Ubuntu 10.04 LTS (Lucid):


    $ sudo lshw -C video
    *-display UNCLAIMED
    description: VGA compatible controller
    product: Intel Corporation
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm bus_master cap_list
    configuration: latency=0
    resources: memory:c0000000-c03fffff memory:b0000000-bfffffff(prefetchable) ioport:4000(size=64)


    Model


    $ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09)


    Kernel


    $ uname -r
    2.6.32-51-generic-pae


    I know my Ubuntu version is very old, but there are some reasons that I cannot upgrade, so is there still a solution for this?

    My main goal is to increase the resolution of my laptop to 1280x800 which is the resolution I get when running Windows OS on it.

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Installing Intel Graphics driver for Ubuntu Lucid

    Welcome to the Forums Xybrek !
    Quote Originally Posted by Xybrek View Post
    I know my Ubuntu version is very old, but there are some reasons that I cannot upgrade, so is there still a solution for this?
    May we know the reasons due to which you can't upgrade? Maybe solving those problems could be easier than working on an outdated system.

    By the way, most Intel cards are supported by i915 driver, so please post back the outputs of :
    Code:
    lspci -nn | grep VGA
    modinfo i915
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

Tags for this Thread

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
  •