Sony P-Series
(specifically: win7 era P788K, 8" 1600x768 display, 2B RAM, GMA 500 graphics, 64GB SSD)
I got this supercute mini-laptop last year I had been using Ubuntu linux Lucid (10.4) and just upped to Meerkat (10.10). (Both were Netbook Edition).
I’d never gotten video acceleration to work before and was stuck w/ ~1-5 fps video most of the time. Doing the widely suggested:
set -e
sudo add-apt-repository ppa:gma500/ppa
sudo add-apt-repository ppa:gma500/fix
sudo apt-get update
sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config
… bricked my vaio 8-( well, i mean, it gave me root login w/o X/windows ability but… 8-p)
but 2-3 apt-get remove, reinstalls, hunting google later, found the apparent saviour (I did 1000mb from 2000mb recommended here):
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem=1000mb acpi_osi=Linux"
sudo update-grub
booted clean! immediately got ability to use proprietary vaio accessory to output VGA to external monitor (a first!) and brightness up/down hotkeys working. (brightness to work even at all!)
but best of all, video and appearance and everything (moving windows, starting applications) was so much faster visually!
cmd-line video playback with
sudo apt-get remove mplayer
sudo apt-get install gnome-mplayer gecko-mediaplayer
so this is all i have done, aside from starting w/ vanilla install (with just a few changes to help w/ SSD instead of HD) of lucid upgraded to meerkat.
(personally, i’m still working on getting suspend/resume to work (seems to work but the display doesn’t come back on – been like this the whole time) and to get hibernate to work – prolly will go with some kinda memory stick to dump to)
UPDATE!
suspend/resume working now with change to suggested “gma500 fix”
set -e
sudo add-apt-repository ppa:gma500/ppa
sudo add-apt-repository ppa:gma500/fix
sudo apt-get update
sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config
I think this additional suggestion may have fixed sleep/resume (but it’s possible it was just the gma500/fix related packages in live above:
sudo mv /usr/lib/pm-utils/sleep.d/99video /usr/lib/pm-utils/99video
Comments
paige
tracey pooh
Yay, glad you found it helpful!
In truth, I haven’t done tons of playing with my ubuntu VAIO — been busy w/ other stuff recently and it’s mostly a travel computer for me. So no, I hadn’t gotten anywhere towards some of the nice/special things like scroll w/ the third button.
But *yah* that’d be nice to have work!
Oh, btw, I realize that I didn’t link in where I had been actively finding information/help and sharing results — which was in a very active thread here
http://ubuntuforums.org/showthread.php?t=1229345&page=237
in case that helps!
matt burns
You have a mangled link in the text that should have been : http://www.webupd8.org/2010/05/fix-intel-gma500-poulsbo-graphics-in.html
thanks for the post btw 😉
tracey pooh
hi matt,
ah, thanks for that. i think sometimes my older wordpress base would mangle/shorten links in some baffling ways — i’ve corrected it, thanks for that!
glad you found this useful. ironically, now, i got an iPad2 for my birthday and have “kitted” it out with iSSH app and a bluetooth keyboard so it’s now becoming my mini travel machine (so I’m actually going to sell my VAIO P-Series! 8-p)
but I was still delighted to get a non-windoze OS on the little great Sony *and* to get video acceleration to work — seeing 720p HD h.264 video play on it is pretty mindblowing!