Do I need Intel drivers for a Corei5 system?

Asked by LEGOManiac

Sorry to have to ask this, but I'm getting in over my head and I don't want to waste a ton of time wandering aimlessly.

I've upgraded to a new Asus motherboard with a Core i5 2600 processor. Everything seems to be running fine under 11.04, although 11.11 refuses to install for various reasons, but I'm content with 11.04 for now anyway, but so far, that's the only sign of trouble except for last night....

I installed X-Plane 9 from my disks and X-Plane 10 from the web site demo (http://x-plane.com/) since Version 10 apparently handles multi-core CPUs better. That took about 4 hours :-( since it covers 6 DVDs.

At any rate, starting the X-Plane 9, The loader seems to be OK, then it switches to a distant terrain view and begins to zoom in on your aircraft on the runway. Everything so far seems normal.

Once the camera switches to cockpit view, the graphics goes screwy. People with Corei5 Macs report no problems, So.....

That leaves me wondering if I need to install a driver to properly handle the Corei5's internal GPU. I'm not using a video card for now since the Corei5 has so far outperformed the system it replaced which had a Geforce card in it, so I'm happy that it's an improvement.

I went exploring and came across this page for Intel Linux drivers: http://intellinuxgraphics.org/2011Q3.html

However, I now feel overwhelmed. Do I install the Kernel driver, the 2D driver, the 3D driver, or do I need all of the above? I'm guessing libdrm is probably for handling the Digital Rights Management during DVD playback, but the page doesn't explain that; and what is libva and do I actually need it?

I gather, by browsing through the Documentation pages, that this stuff is really oriented toward developers and perhaps a still-wet-behind-the-ears desktop user shouldn't be playing there, but it wouldn't kill Intel to be a little clearer about what these packages are for and in what combinations.

I've downloaded them all anyway, but I'm reluctant to screw up my system by trying to install them without getting some advice first.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-intel Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#1

Doing a bit more reading, I'm finding that DRM stands for Direct Rendering Manager in this context, so maybe I do need it after all.

Reading more, VA is the Video Acceleration driver...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

The drivers for your GPU and CPU are in a default install. Can you give the output of:

sudo lshw -C display; lsb_release -a; uname -a

Thanks

Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#3

  *-display
       description: VGA compatible controller
       product: 2nd Generation Core Processor Family Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:51 memory:fe000000-fe3fffff memory:c0000000-cfffffff ioport:f000(size=64)
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Linux AsusP8H67-MLE 2.6.38-12-generic-pae #51-Ubuntu SMP Wed Sep 28 16:11:32 UTC 2011 i686 i686 i386 GNU/Linux

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#4

That should be fine, Sometimes those Intel chips need xorg.conf files but the support is getting better, the drivers are there but if you use a cheap monitor then you'll need this, 9 times of 10 it will work.

Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#5

Thanks actionparsnip, that solved my question.