Video Drivers for Ubuntu 9.04 - Acer Laptop

0

2

I have Ubuntu 9.04 on an Acer TravelMate 4200 laptop. I recently installed the video game World of Goo and it ran horridly choppy and unplayable. I suspect I need to install the proper video card drivers. Can anyone tell me:

  • How to determine in Ubuntu what video/graphics drivers I currently have.
  • Where to find the drivers and how to install them.

UPDATE: I have: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

Thanks very much. I'm new to Ubuntu and just learning the ropes!

Sherri

Posted 2009-10-29T15:35:54.043

Reputation: 223

Running sudo lspci -v Gives: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) – Sherri – 2009-10-30T22:36:35.760

Answers

0

Upgrading from Ubuntu 9.04 to 9.10 fixed the problem. Choppiness is gone. Thanks for all the other suggestions too!

Sherri

Posted 2009-10-29T15:35:54.043

Reputation: 223

1

From the "system" menu,choose "Administration",then "Hardware Drivers"

it'll detect your video card,and also enables you to install its drivers

Mahmoud Hossam

Posted 2009-10-29T15:35:54.043

Reputation: 1 070

Hm... shocked I didn't notice that... sounds almost TOO easy... :) Wish I could vote this up, but I don't have rep yet. Thanks! – Sherri – 2009-10-29T20:24:36.520

You're welcome :) ,if that worked for you,I'd appreciate it if you selected this as the correct answer for your question – Mahmoud Hossam – 2009-10-30T02:31:28.017

It showed no proprietary drivers found. Hmm? – Sherri – 2009-10-30T22:40:12.973

You can ask the people over at ubuntu forums,perhaps someone there has a solution for your problem – Mahmoud Hossam – 2009-11-01T12:05:06.680

0

I can help you with point one: run:

sudo lspci -v

and search for the section that reads like "VGA...controller". This will tell you the type.

If it's an nvidia card, use the binary driver from nvidia (worked pretty well last time i had used it)

If it's an ATI card, use AMD's driver (they only support the newest few cards, so you have to try). If it's not supported, try the radeon or radeonhd drivers.

If it's an intel card, I can't help you, since I never had one.

Dave Vogt

Posted 2009-10-29T15:35:54.043

Reputation: 1 470

0

The Intel video driver in Ubuntu 9.04, is pretty bad, I recommend turning the Visual Effects off, (System->Preferences->Appearance (visual effect tab)), Update your Ubuntu the Intel driver is better now.

igorgue

Posted 2009-10-29T15:35:54.043

Reputation: 123

What does disabling the Visual Effects do? Will it improve the performance of programs using graphics effects, like games? – Sherri – 2009-10-30T22:45:08.517