Dimensione: 3761
Commento:
|
Dimensione: 3906
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 3: | Linea 3: |
Start by downloading lucazade's psb-kernel-* packages from http://swiss.ubuntuforums.org/showpost.php?p=7773647&postcount=13 | 0. Scaricare il pacchetto `psb-kernel-*` da http://swiss.ubuntuforums.org/showpost.php?p=7773647&postcount=13 |
Linea 5: | Linea 5: |
Following code samples are stripped from my install-poulsbo.sh, almost every command listed here requires sudo appended in front. | |
Linea 7: | Linea 6: |
'''Adding required PPAs''' {{{ echo 'deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list |
|
Linea 11: | Linea 7: |
echo 'deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list | 0. Aggiungere i repository digitando in un terminale i seguenti comandi:{{{ sudo echo 'deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list |
Linea 13: | Linea 10: |
echo 'deb http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main ' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list | sudo echo 'deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list |
Linea 15: | Linea 12: |
echo 'deb-src http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list | sudo echo 'deb http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main ' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list sudo echo 'deb-src http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list }}} 0. Aggiungere le chiavi di apt per autenticare i pacchetti:{{{ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99C0198F sudo apt-get update sudo apt-get install dkms fakeroot sudo apt-get install libdrm-poulsbo1 sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware |
Linea 18: | Linea 30: |
'''Keys for PPAs''' {{{ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30 |
0. Installare i pacchetti `psb-kernel-*`{{{ sudo dpkg -i psb-kernel-* |
Linea 22: | Linea 33: |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99C0198F | sudo echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf |
Linea 24: | Linea 35: |
apt-get update apt-get install dkms fakeroot apt-get install libdrm-poulsbo1 apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware |
sudo update-initramfs -u |
Linea 33: | Linea 38: |
'''Install downloaded psb-kernel-* packages''' {{{ dpkg -i psb-kernel-* echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf update-initramfs -u }}} '''Create xorg.conf with following content and whitelist psb in /usr/bin/compiz by adding "psb" to the WHITELIST line.''' {{{ |
0. Con un editor di testo ed i privilegi amministrativi creare il file `/etc/X11/xorg.conf` ed incollare in questo le seguenti righe:{{{ |
Linea 59: | Linea 53: |
'''Kernel parameters (in grub).''' | 0. with following content and whitelist psb in /usr/bin/compiz by adding "psb" to the WHITELIST line.''' |
Linea 61: | Linea 55: |
If you have a Vaio-P or if you are experiencing extremely slow performance (less than 14 fps running ''"/usr/bin/xscreensaver/glblur -fps -window"'') add ''"mem=2000mb"'' to '''/etc/default/grub''', at the end of GRUB_CMDLINE_LINUX_DEFAULT, if using grub2, or at the end of the ''"# defoptions="'' line in '''/boot/grub/menu.lst'''. For both grub versions run update-grub after editing those files. This reserves memory for the video driver and should improve your 3D performance. |
== Parametri del kernel in Grub == |
Linea 64: | Linea 57: |
'''Attention''': For machines with only 1GB ram, the entry should be ''"mem=980mb"'' == Poulsbo (GMA500) Support in Intrepid (8.10) and Jaunty (9.04) == |
Se si è possessori di un Vaio-P o se le prestazioni grafiche sono estremamente lente (meno di 14 fps avviando {{{ /usr/bin/xscreensaver/glblur -fps -window }}} aggiungere ''"mem=2000mb"'' a `/etc/default/grub`, alla fine di GRUB_CMDLINE_LINUX_DEFAULT, se si usa '''Grub2''', oppure alla fine della linea # defoptions= nel file `/boot/grub/menu.lst`. Per entrambe le versioni di Grub avviare il comando: {{{ sudo update-grub }}} dopo aver editato questi file. |
Linea 67: | Linea 66: |
The drivers for the Poulsbo chipset are shipped in the ubuntu-mobile PPA. | Questo riserva memoria per il driver video e dovrebbe migliorare le prestazioni 3D. |
Linea 69: | Linea 68: |
=== Add the ubuntu-mobile PPA === | Per macchine con un solo GiB di ram, la voce dovrebbe essere ''"mem=980mb"'' |
Linea 71: | Linea 70: |
Edit a file called /etc/apt/sources.list/psb.list, and add the following line to it: | == Supporto Poulsbo (GMA500) in Intrepid (8.10) e Jaunty (9.04) == I driver per il chipset Poulsbo contenuti nel PPA di ubuntu-mobile. 0. Aggiungere il PPA di ubuntu-mobile Con un editor di testo ed i privilegi amministrativi editare il file `/etc/apt/sources.list/psb.list`, ed aggiungere ad esso le seguenti righe: {{{ |
Linea 73: | Linea 79: |
}}} | |
Linea 76: | Linea 82: |
=== Which kernel are you running? === | 0. Se si posssiede un kernel che si è compilati da soli, oppure non si stà utilizzando l'ultimo kernel fornito per Intrepid o Jaunty, installare il pacchetto '''psb-kernel-source''' (e assicurarsi che gli header per il kernel siano disponibili) e rimuovere allora il pacchetto '''psb-modules'''. |
Linea 78: | Linea 84: |
If you are using a kernel that you have compiled yourself, or are not using the latest kernel provided by either Intrepid or Jaunty, install the '''psb-kernel-source''' package (and make sure the headers for your kernel are available!) and then remove '''psb-modules'''. | 0. Installare poulsbo-driver-2d se si richiede solo il 2D, e poulsbo-driver-3d si desidera l'accelerazione 3D. |
Linea 80: | Linea 86: |
=== Install packages === | 0. Assicurarsi che l'utente sia membro del gruppo video prima di usare il 3D.{{{ sudo adduser $USER video }}} |
Linea 82: | Linea 90: |
Install poulsbo-driver-2d if you only require 2D, and poulsbo-driver-3d if you also require 3D acceleration to work. Make sure your user is a member of the video group before using 3D. | === Problemi comuni === |
Linea 84: | Linea 92: |
=== Common problems === | ==== Il server grafico X non si avvia ==== |
Linea 86: | Linea 94: |
==== X doesn't start ==== Double check that the psb kernel module can be loaded into the running kernel by running '''modprobe psb'''. ==== Other problems? ==== If you're still having problems, please mail ubuntu-mobile@lists.ubuntu.com, and do not submit bug reports. |
Assicurarsi che il modulo del kernel psb sia stato caricato, digitando in un terminale: {{{ sudo modprobe psb }}} |
Poulsbo (GMA500) Support in Karmic (9.10)
Scaricare il pacchetto psb-kernel-* da http://swiss.ubuntuforums.org/showpost.php?p=7773647&postcount=13
Aggiungere i repository digitando in un terminale i seguenti comandi:
sudo echo 'deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list sudo echo 'deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/ubuntu-mobile.list sudo echo 'deb http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main ' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list sudo echo 'deb-src http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main' >> /etc/apt/sources.list.d/poulsbo-graphics-alberto-milone.list
Aggiungere le chiavi di apt per autenticare i pacchetti:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99C0198F sudo apt-get update sudo apt-get install dkms fakeroot sudo apt-get install libdrm-poulsbo1 sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware
Installare i pacchetti psb-kernel-*
sudo dpkg -i psb-kernel-* sudo echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf sudo update-initramfs -u
Con un editor di testo ed i privilegi amministrativi creare il file /etc/X11/xorg.conf ed incollare in questo le seguenti righe:
Section "Device" Identifier "GMA500" Option "AccelMethod" "EXA" Option "DRI" "on" Option "MigrationHeuristic" "greedy" Option "IgnoreACPI" "yes" Driver "psb" EndSection Section "DRI" Mode 0666 EndSection
with following content and whitelist psb in /usr/bin/compiz by adding "psb" to the WHITELIST line.
Parametri del kernel in Grub
Se si è possessori di un Vaio-P o se le prestazioni grafiche sono estremamente lente (meno di 14 fps avviando
/usr/bin/xscreensaver/glblur -fps -window
aggiungere "mem=2000mb" a /etc/default/grub, alla fine di GRUB_CMDLINE_LINUX_DEFAULT, se si usa Grub2, oppure alla fine della linea # defoptions= nel file /boot/grub/menu.lst. Per entrambe le versioni di Grub avviare il comando: dopo aver editato questi file. Questo riserva memoria per il driver video e dovrebbe migliorare le prestazioni 3D. Per macchine con un solo GiB di ram, la voce dovrebbe essere "mem=980mb"
I driver per il chipset Poulsbo contenuti nel PPA di ubuntu-mobile. Con un editor di testo ed i privilegi amministrativi editare il file /etc/apt/sources.list/psb.list, ed aggiungere ad esso le seguenti righe: You may also wish to add the key to the keyring by following the instructions here. Se si posssiede un kernel che si è compilati da soli, oppure non si stà utilizzando l'ultimo kernel fornito per Intrepid o Jaunty, installare il pacchetto Assicurarsi che l'utente sia membro del gruppo video prima di usare il 3D.
Assicurarsi che il modulo del kernel psb sia stato caricato, digitando in un terminale: sudo update-grub
Supporto Poulsbo (GMA500) in Intrepid (8.10) e Jaunty (9.04)
deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu ''YOUR RELEASE HERE'' main
psb-kernel-source (e assicurarsi che gli header per il kernel siano disponibili) e rimuovere allora il pacchetto psb-modules. sudo adduser $USER video
Problemi comuni
Il server grafico X non si avvia
sudo modprobe psb