1

Driver is missing, it could be easily tell apart that the relevent Intel IGP accelerated driver is not loaded in that specific device because windows move choppily and YouTube playback is dropping frames 80% the time, I have a number of configurations none exhibit such.

Ubuntu 14.04 LTS in Live Trial running on a desktop Atom/Intel GMA; Xubuntu 13.10 running on that desktop; Xubuntu 13.10 running on a Pentium M/Intel GMA; Ubuntu 14.04 LTS in Live trial on that notebook; Xubuntu 13.10 on Asus Eee PC x101ch;

They all load up relevant Intel IGP driver and have smooth video, only Ubuntu 14.04 LTS Live or installed on Eee PC x101ch failed, so all I can figure so far is auto-detection is not working in this particular case, then if I am allowed to manually tune it up I have no idea where the relevant xorg.conf (or even the file itself) should be.

bain
  • 12,200

2 Answers2

1

The issue might be more than that. Ubuntu 14.04 brings a lot more eye candy to the table, but it's my educated guess that accelerated drivers are not enabled in any of the releases you have tried. It's just that the graphical problems are much more apparent when using the most graphically demanding one. But let me explain:

I have an Asus eee PC 1015cx, which uses the Intel Atom Processor D2xxx/N2xxx Integrated Graphics Controller Video. And yes, that's the same driver that the x101ch model uses as well.

After initially receiving it with a Windows7-Starter (ugh), I quickly decided I'd rather work with Ubuntu. But it wasn't that easy. After some digging, I quickly discovered that to enable my video drivers I needed to install the cedarview-graphics-driver (among a few related packages)

The problem with CedarView drivers is that they are close-source, but not only that - they are not actively developed or supported by intel anymore. And that brings a few limitations to the table, namely:

  1. It doesn't support kernels newer than 3.2. There are attempts to patch this sort of thing, but I haven't tried them.
  2. It does't work with newer versions of xserver.

In other words - your only option is to install Ubutnu 12.04.01. As of 12.04.02 and later releases of Ubuntu, they all use a newer xserver versions that will not work for you.

I will add one reservation I have - after installing Ubutnu 12.04.01 and the required drivers, updating the kernel didn't cause any trouble, nor did installing a pae kernel as the first link warns agains, so I'm guessing this is mostly an issue with xserver, though your mileage may vary.

One last thing - if you're afraid of installing an old version, keep in mind that 12.04 is a very solid LTS release, and it will remain supported until 2017.

yuvi
  • 1,047
  • 3
  • 17
  • 33
0

Asus 1015CX 2GB RAM.

  1. Had installed Kubuntu 12.04 - was working ok .
  2. Installed Lubuntu 14.04 - working nicely. The cedarview graphics has now been integrated with xserver-xorg-radeon drivers present during installation. Don't know status of Broadcomm wireless drivers as haven't tried them as yet.
  3. Planning on installing Kubuntu 14.04 as it is my favorite distro - thinking about it.

Use 32 bit iso's only (i386).

v2r
  • 9,707