up vote 0 down vote favorite
share [g+] share [fb]

After an upgrade to Ubuntu Jaunty on my MSI wind, all video applications crashed with BadAlloc (If run from command line).

link|improve this question

56% accept rate
~quack: Oops, wrong version number – Kyle Brandt Oct 21 '09 at 13:56
just checking, thx for clarifying :) – quack quixote Oct 21 '09 at 14:01
feedback

1 Answer

up vote 0 down vote accepted

The simple solution for me was to revert the intel driver and restart X with nohup sudo /etc/init.d/gdm restart

From this wiki post:

Add to /etc/apt/sources.list:

deb http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main

Then the following Commands:

$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xce90d8983e731f79
$ sudo apt-get update
$ sudo apt-get install xserver-xorg-video-intel-2.4
$ nohup sudo /etc/init.d/gdm restart

This fixed vlc video, and my skype webcam on my MSI wind.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.