Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: How to update Intel Graphics driver

  1. #1
    Join Date
    Oct 2008
    Beans
    26
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    How to update Intel Graphics driver

    I *need* to update my driver, even though everything seems to work just fine. I got Diablo 3 for my birthday (yay!) and managed to install it using PlayOnLinux. BUT the game won't run, tells me my graphics driver is out of date.
    According to the little plastic sticker on my laptop I've an Intel Core i5-480M processor and the grapics card is just presented as Intel Hd Graphics. I don't know if that helps any. I run 11.10.

    I kept the pre-installed windows, just repartitioned it when I installed ubuntu, and on my windows boot I was able to install and run the game after updating the driver. I would prefer to run it in ubuntu, though.

  2. #2
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How to update Intel Graphics driver

    Okay, let's get started! You should be able to simply go to System Settings, then Additional Drivers. Should be a proprietary driver in there that you can use.
    Question Everything

  3. #3
    Join Date
    Oct 2008
    Beans
    26
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to update Intel Graphics driver

    "No proprietary drivers are in use on this system."
    There's nothing there.

  4. #4
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How to update Intel Graphics driver

    Okay, let's see what graphics card you have with:
    Code:
    lspci -nnk | grep VGA
    Post the output here.
    Question Everything

  5. #5
    Join Date
    Oct 2008
    Beans
    26
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to update Intel Graphics driver

    00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)

  6. #6
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How to update Intel Graphics driver

    Now I believe you can get the driver from Intel's website. Run the following:

    Code:
    lspci -v | perl -ne '/VGA/../^$/ and /VGA|Kern/ and print'
    Then:
    Code:
    lsb_release -a
    Post the entire output within [CODE] tags by pressing the "#" button in the message box.
    Question Everything

  7. #7
    Join Date
    Oct 2008
    Beans
    26
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to update Intel Graphics driver

    I was wondering how to do those handsome output frames...

    lspci -v | perl -ne '/VGA/../^$/ and /VGA|Kern/ and print'
    Code:
    Kernel driver in use: i915
    Kernel modules: i915
    lsb_release -a
    Code:
    No LSB modules are available.
    Distributor ID:	Ubuntu
    Description:	Ubuntu 11.10
    Release:	11.10
    Codename:	oneiric

  8. #8
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How to update Intel Graphics driver

    Hmm...having a hard time tracking down the drivers you need from Intel. Could you go into System Settings, Details and check what it says for the Graphics section?
    Question Everything

  9. #9
    Join Date
    Oct 2008
    Beans
    26
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to update Intel Graphics driver

    I went to System Settings, System Info, Graphics; is that what you wanted?
    Anyway, It says: Driver: Intel® Ironlake Mobile x86/MMX/SSE2 Experience: Standard

    ETA: I'm really grateful for the time and effort
    Last edited by mucklas; July 1st, 2012 at 11:15 AM.

  10. #10
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How to update Intel Graphics driver

    Quote Originally Posted by mucklas View Post
    I went to System Settings, System Info, Graphics; is that what you wanted?
    Anyway, It says: Driver: Intel® Ironlake Mobile x86/MMX/SSE2 Experience: Standard

    ETA: I'm relly grateful for the time and effort
    Yupp, you got it! Odd, I'm not finding anything about Intel Ironlake Mobile from the Intel website.
    Question Everything

Page 1 of 3 123 LastLast

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
  •