Oct 27, 2011 21:55
root@msi-x320:/etc/X11# uname -a
Linux msi-x320 2.6.31-23-generic #75-Ubuntu SMP Fri Mar 18 18:08:39 UTC 2011 i686 GNU/Linux
PSB Driver install:
sudo add-apt-repository ppa:gma500/ppa && sudo apt-get update
sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware psb-kernel-source
The Following Packages need to be Installed Most are Dependences.
* psb-firmware - Binary firmware for the Poulsbo (psb) 3D X11 driver
* psb-modules - Kernel module built for -generic or -lpia kernel
* psb-kernel-source - Kernel module for the Poulsbo (psb) 2D X11 driver
* psb-kernel-headers - Kernel module headers for the Poulsbo (psb) 2D X11 driver
* xpsb-glx - X11 drivers for Poulsbo (psb) 3D acceleration
* poulsbo-driver-3d - Metapackage for the 3D Poulsbo (psb) X11 driver.
* poulsbo-driver-2d - Metapackage for the 2D Poulsbo (psb) X11 driver.
Reboot
/etc/init.d/gdm stop
login
sudo X -configure
sudo cp /home/user/xorg.conf.new /etc/X11/xorg.conf
Section “Device”
Identifier “Configured Video Device”
Option “AccelMethod” “EXA”
Option “IgnoreACPI” “yes”
Option “DRI” “off”
Option “MigrationHeuristic” “greedy”
EndSection
Section “ServerFlags”
Option “DontZap” “False”
EndSection
sudo gedit /boot/grub/menu.lst
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=c34d1d57-59d3-4f6f-abc1-fd83aea4 ro quiet nosplash mem=786mb (for 1Gb ram)
sudo gedit /usr/bin/compiz
WHITELIST=”psb nvidia intel ati radeon i810 fglrx”
reboot
This work
gma-500,
linux,
ubuntu