A faire dans l'urgence

=== 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
...........

#Administrator user group...
SystemGroup lpadmin
BrowsePoll localhost
BrowsePoll 10.196.1.250

#Show shared printers on the local network.
Browsing On 

Xorg des transtec sous jaunty

Au niveau gconf, interdire à Gnome de tenter de jouer avec les résolutions, prendre celle qui vient par défaut avec le serveur X : /apps/gnome_settings_daemon/plugins/xrandr/active = false

Section "Device"
        Identifier    "Intel Mobile GM965/GL960 (rev 03)"
        Driver        "intel"
        Option        "DDC" "off"
EndSection

Section "Monitor"
        Identifier "TMDS-1"
        Option "Enable" "0"
        Option "Ignore" "True"
EndSection

Section "Monitor"
        Identifier "TV"
        Option "Enable" "0"
        Option "Ignore" "True"
EndSection

Section "Monitor"
        Identifier    "Samsung 943NW"
        Option        "DPMS"
        HorizSync     30.0-81.0
        VertRefresh   56.0-75.0
        # 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
        Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
EndSection

Section "Screen"
        Identifier    "Default Screen"
        Device        "Intel Mobile GM965/GL960 (rev 03)"
        Monitor       "Samsung 943NW"
        DefaultDepth  24
        SubSection "Display"
                Depth   24
                Modes   "1440x900_60.00"
        EndSubSection
EndSection