i'm reading few post ,post2 and try this...
/etc/apt/sources.list.d/ubuntu-mobile.list
with this in it
deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main
Then,
apt-get update
apt-get install xserver-xorg-video-psb
No luck on backtrack4 pre release but worked in ununtu 9.04 after live update.
I'm install xserver-xorg-video-psb just after install ubuntu 9.04 from USB then get some error but after update ubuntu its start working...
So if you install ubuntu from cd or usb update it fist then install xserver-xorg-video-psb else it may not work.
2 comments:
Thanks Nahid for this post, I followed your instructions and after many attempts, I realized that xserver-xorg-video-psb does not work with version 2.6.28-14 of the kernel, now I'm working with 2.6.28-13 and it works correctly
I found this:
1. Boot with 2.6.28-14
2. Run one time session with low graphics
3. Make sure you are connected to the internet
4. Open Terminal and type
sudo apt-get install psb-kernel-source
sudo shutdown -r now
The graphics will restore psb
here is the page --->http://www.mail-archive.com/ubuntu-x-swat@lists.launchpad.net/msg13687.html
Post a Comment