Modifications entre les versions 106 et 144 (s'étendant sur 38 versions)
Version 106 à la date du 2008-03-07 10:38:13
Taille: 222
Commentaire:
Version 144 à la date du 2009-04-28 09:57:49
Taille: 2670
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
=== Asterisk ===
 * [[http://wiki.auf.org/wikiteki/Asterisk/ConfigurationClients|ConfigurationsClients ]]
 * Dialplan
=== A faire dans l'urgence ===
 
 * Faire de la com
 * Asterisk la joie
   * Regarder de près les filtrages SIP
   * Regarder queue.conf et ses dérivés
   * Faire un algo du menu en tres simple
   * [[http://wiki.auf.org/wikiteki/ZAO/Dakar/Configuration/Voip/TDM2400|Configuration]]
   * [[http://wiki.auf.org/wikiteki/ZAO/Dakar/Configuration/Voip/MenuDAccueil|Menu d'accueil]]
   * Tester la carte GSM d'Ousmane
 
=== Notes en vrac ===
 * [[NdimbyAndriantsoavina/VirtualBox|virtualbox sur nfs]]
 * [[ZAP/ModèlesDeConfiguration|cupspdf]]: @{HOMEDIRS}=/nfs/home* dans /etc/apparmor.d/tunables/home
 * [[Projet/PaquetAufPosteClient/Utilisation|poste client ]]
Ligne 5: Ligne 17:
=== VirtualBox ===
 Voir [[http://wiki.auf.org/wikiteki/NdimbyAndriantsoavina/VirtualBox|ici]]
==== Checklist sur portable ====
En attendant auf-poste-client-mobile ou eventuellement auf-laptop
 1. Verification bios
 1. Install system de base
 1. Plugins video audio: depots medibuntu: w32codecs realplay
 1. Systemes/Preferences/AppicationsPreferes/ Mail-> Thunderbird
 1. Verification matériel:
   * raccourcis clavier, touche FN
   * verification hardware lspci, lshw, webcam, xserver-xorg-input-synaptics
   * video apres fermeture ecran
xorg.conf
{{{
Section "Device"
        Identifier "Configured Video Device"
        Driver "intel"
        Option "XVideo" "Off"
EndSection
...........


}}}
   * son apres fermeture ecran

 /etc/modprobe.d/modules/options
 {{{options snd_hda_intel model=3stack-dig}}}
   * Modifier la gestion d'energie pour veiller à l'autonomie, ecran fermé, 2nd écran, effets visuels, gconf-editor/apps/nautilus
 4. Installer les logiciels de bases
   * Groupe utilisateur video, fuse, audio
   * auf-poste-client-logiciels
   * auf-poste-client-reflets
 5. Parametrages divers
   * [[http://wiki.auf.org/wikiteki/ZAO/Dakar/Configuration/ClientDeMessagerie|Thunderbird]]
   * jabber
   * Montage ssh sshfs bao.sn.auf: BAO
   * OpenVPN si il est pas sur le RPV: CA+bindlocal+resolvconf ??

== Xorg des transtec sous jaunty ==
Outils: xrandr gtf gnome-disply-properties

{{{
Section "Monitor"
        Identifier "Samsung 943NW"
        Option "DPMS"
        HorizSync 31.5 - 100.0
        VertRefresh 59.0 - 75.0
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)"
 Monitor "Samsung 943NW"
 # Déconnecte l'écran TDMS-1
        SubSection "Display"
  Virtual 2800 900
 EndSubSection
EndSection

Section "Device"
 Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)"
 Driver "intel"
EndSection
}}}

A faire dans l'urgence

  • Faire de la com
  • Asterisk la joie
    • Regarder de près les filtrages SIP
    • Regarder queue.conf et ses dérivés
    • Faire un algo du menu en tres simple
    • Configuration

    • Menu d'accueil

    • Tester la carte GSM d'Ousmane

=== Notes en vrac ===

Checklist sur portable

En attendant auf-poste-client-mobile ou eventuellement auf-laptop

  1. Verification bios
  2. Install system de base
  3. Plugins video audio: depots medibuntu: w32codecs realplay
  4. Systemes/Preferences/AppicationsPreferes/ Mail-> Thunderbird

  5. Verification matériel:
    • raccourcis clavier, touche FN
    • verification hardware lspci, lshw, webcam, xserver-xorg-input-synaptics
    • video apres fermeture ecran

xorg.conf

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "intel"
        Option          "XVideo" "Off"
EndSection
...........
  • son apres fermeture ecran
  • /etc/modprobe.d/modules/options

    options snd_hda_intel model=3stack-dig

    • Modifier la gestion d'energie pour veiller à l'autonomie, ecran fermé, 2nd écran, effets visuels, gconf-editor/apps/nautilus
  • Installer les logiciels de bases
    • Groupe utilisateur video, fuse, audio
    • auf-poste-client-logiciels
    • auf-poste-client-reflets
  • Parametrages divers
    • Thunderbird

    • jabber
    • Montage ssh sshfs bao.sn.auf: BAO
    • OpenVPN si il est pas sur le RPV: CA+bindlocal+resolvconf ??

Xorg des transtec sous jaunty

Outils: xrandr gtf gnome-disply-properties

Section "Monitor"
        Identifier    "Samsung 943NW"
        Option        "DPMS"
        HorizSync 31.5 - 100.0
        VertRefresh 59.0 - 75.0
EndSection

Section "Screen"
        Identifier    "Default Screen"
        Device        "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)"
        Monitor       "Samsung 943NW"
        # Déconnecte l'écran TDMS-1
        SubSection "Display"
                Virtual 2800 900
        EndSubSection
EndSection

Section "Device"
        Identifier    "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)"
        Driver        "intel"
EndSection

NdimbyAndriantsoavina/NotesPerso (dernière édition le 2011-09-08 11:12:41 par NdimbyAndriantsoavina)