Search this blog

dimanche 2 mai 2010

Ubuntu (<10.04): post installation

Flash Player plugin with AMD64 bug fix
sudo add-apt-repository ppa:zebioman && sudo apt-get update
sudo apt-get install flashplugin64-lahf-fix

Remove useless services
voir http://doc.ubuntu-fr.org/optimisation
sudo update-rc.d -f bluetooth remove
sudo update-rc.d -f pcmciautils remove
sudo update-rc.d -f rsync remove
sudo update-rc.d -f dns-clean remove
sudo update-rc.d -f pppd-dns remove

Codecs video et dechiffrage DVD
#sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
sudo wget http://www.medibuntu.org/sources.list.d/lucid.list -O /etc/apt/sources.list.d/medibuntu.list

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install w64codecs & libdvdcss2
sudo apt-get install mplayer

sudo apt-get install ubuntu-restricted-extras
sudo apt-get install gstreamer-plugins-bad


Compte invité
sudo /usr/share/gdm/guest-session/guest-session-setup.sh

Applet config ecran

Installation:
sudo apt-get install gnome-randr-applet

# Cliquez-droit sur le tableau de bord ;
# Ajouter au tableau de bord ;
# Sélectionner Display Geometry Switcher ;
# Cliquez sur l'icône de l'écran pour sélectionner le sens de la rotation.

Pour activer la rotation:

# Dans /etc/X11/xorg.conf, ajouter la ligne 'Option RandRRotation' comme ci-dessous
Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
    Option    "RandRRotation"        "on"
EndSection
NVidia fan controller
sudo apt-get nvclock nvclock-gtk

Système / Préférences / Applications au démarrage / Ajouter
_ nom: GPU Clock reduction
_ commande: nvclock -f -F 60

Moniteur temperature
sudo apt-get install sensors-applet hddtemp
#Puis ajouter applet au tableau de bord

NVidia (en option)

# Dans ~/.gnomerc
nvidia-settings -l
nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1

# Dans /etc/modprobe.d/options
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 NVreg_ReqAGPRate=3

# Dans /etc/X11/xorg.conf
Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
    Option    "AllowSHMPixmaps"    "0"
    Option    "PixmapCacheSize"    "1000000"
    Option    "RandRRotation"        "on"
    Option    "RenderAccel"    "True"
EndSection

# Dans NVIDIA X Server Settings
cocher OpenGL Settings/Sunc to VBlank
cocher DFP-1.../Force Full GPU Scalling
Décocher nvidia-settings Configuration/Include X Display Names in the Config File

# Dans /usr/bin/compiz
commentez (#) les lignes suivantes:
    if check_nvidia; then
        if [ "x$INDIRECT" != "xyes" ]; then
            COMPIZ_OPTIONS="$COMPIZ_OPTIONS --loose-binding"
        fi
    fi

Aucun commentaire:

Enregistrer un commentaire