› Foros › PC › Software libre
deb http://ppa.launchpad.net/lucazade/gma500/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/lucazade/gma500/ubuntu/ karmic main
deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu karmic main
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu karmic main #X-Updates PPA
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu karmic main #X-Updates PPA
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6699F3D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com AF1CDFA9
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6AF0E1940624A220
sudo apt-get -y update
sudo apt-get -y dist-upgrade
sudo aptitude -y install psb-kernel-headers psb-kernel-source psb-modules xpsb-glx libdrm-poulsbo1 poulsbo-config psb-firmware
wget http://ppa.launchpad.net/ubuntu-mobile/ ... 1_i386.deb
sudo dpkg -i xserver-xorg-video-psb_0.31.0-0ubuntu1~904um1_i386.deb
sudo aptitude -y install poulsbo-driver-2d poulsbo-driver-3d
Section "ServerFlags"
Option "DontZap" "False"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "IgnoreACPI"
Option "AccelMethod" "uxa"
Option "MigrationHeuristic" "greedy"
Option "NoDDC"
Option "DRI" "on"
Option "Tiling" "true" # i8xx users: see note in guide
Driver "psb"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen" Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
#Added for mouse pad
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
Option "CorePointer"
Option "HorizEdgeScroll" "1"
EndSection
La línea "WHITELIST="nvidia intel ati radeon radeonhd i810 fglrx" debe quedar así:
WHITELIST="psb nvidia intel ati radeon radeonhd i810 fglrx"
sudo aptitude -y install compizconfig-settings-manager compiz-fusion-plugins-extra
Esto "GRUB_CMDLINE_LINUX_DEFAULT"
Se queda así: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash enable_mtrr_cleanup mtrr_spare_reg_nr=1 mem=1984mb"
sudo update-grub