2

I have just installed Linux on a new PC.

I have a CD of Windows drivers - things seem to run OK, but windows open really slowly (like chug, chug, chug), and menus expand slowly, so presumably it's a graphics driver issue. I am new to everything Linux and have no idea what to do.

Specs are: Intel Atom D2550 Processor, Intel GMA3650 graphics accelerator, Realtek ALC662/661 onboard audio, Dual Broadcom 57788 Gigabit ethernet ports, 8Gb RAM. Any help would be appreciated. Thanks!

david6
  • 14,528
  • 5
  • 38
  • 46

1 Answers1

1

Intel GMA 36xx chipsets are based on PowerVR SGX545. That is, Intel has licensed this chip from Imagination Technologies. I'm not sure the regular open source Intel drivers work with these chipsets, a different one may be provided. The poor performance is mostly due due to the open source driver not supporting 3D acceleration.

If you use Ubuntu 12.04, you might want to try installing the cedarview-graphics-drivers package. I don't know why, it is not available in any other Ubuntu release.

Sorry, just noticed the 13.04 tag... Then unfortunately my answer is irrelevant to you.

Norm C.
  • 185