Cette page n'a pas encore d'étiquettes.
Apportez votre aide…

Ceci est une ancienne révision du document !



Hercules Ecafé EC800

Caractéristiques

(d'après le site officiel d'Hercules)

  • AMD Geode LX 800
  • 512MB DDR RAM
  • LCD rétro-éclairé LED 8’’ 1024x600 interpolé
  • 1.8" P-ATA HDD 20GB
  • Ethernet 10/100
  • WiFi 802.11 b/g
  • 2 ports USB
  • 1 lecteur de cartes multi-format (SD/SDHC/MMC/MS)
  • Clavier 80 touches
  • Touch Pad Intégré
  • Webcam 300 000 pixels intégrée
  • Microphone Intégré
  • Entrée et sortie audio
  • Haut-parleurs stéréo intégrés
  • Batterie 4000 mAh (4 cellules)
  • Adaptateur secteur 100-240V, 50/60Hz

Prise en charge materiel

Le tableau suivant récapitule la prise en charge du matériel du portable par les différentes versions d'Ubuntu. Il utilise les notations suivantes :

  • Fonctionne immédiatement : Fonctionne immédiatement
  • Fonctionne après config : Fonctionne après quelques manipulations
  • Ne fonctionne pas : Ne fonctionne pas
  • Pas testé : Pas d'informations disponibles
Version Installation Carte graphique Affichage Son Wifi Bluetooth Webcam Touchpad Raccourcis multimédia Autres : Bureau 3D
Easy Peasy 1.0 Live-USB Fonctionne immédiatement Fonctionne après config Fonctionne immédiatement Fonctionne immédiatement Pas testé Fonctionne immédiatement Fonctionne immédiatement Fonctionne immédiatement Ne fonctionne pas

Utilisateurs du Wiki possédant cet ordinateur, fonctionnel :

Cet ordinateur portable n'est pas tatoué.

Installation via une clé USB

Il faut télécharger l'iso sur le site officiel et ensuite mettre l'ISO bootable sur clé USB grâce à Unetbootin.

Redemarrez votre ordinateur et n'oubliez pas de changer l'ordre de boot des périphéries grâce aux options BIOS (touches Echap au démarrage du BIOS).

Dès le démarrage d'EasyPeasy, vous remarquerez que l'écran est bloquée à la résolution 800x600 (alors que normalement, l'écran supporte une résolution 800x480). C'est un problème car lors de l'installation d'EasyPeasy sur le disque dur, l'écran d'installation dépasse de l'écran (on ne pourra pas cliquer sur OK). Pour remédier à cela, à chaque fois que vous auriez envie de cliquer sur OK dans Ubiquity (l'installeur Ubuntu), appuyez sur Alt+S (Suivant) et au moment de "Prêt à installer", cliquer sur Avancé, enlever la fenetre affichée, et tapez trois fois sur Tab (touche avec deux flèches). Ainsi, l'installation se passera tranquillement.

Vous pouvez consulter la page Ubiquity pour avoir exactement le contenu des fenêtres. (les screenshots datent d'Ubuntu 7.10)
Si EasyPeasy démarre en langue anglaise, lors de la première fenetre de l'installeur Ubuntu, choissisez Français et appuyez sur Alt+O (Forward)

Configuration

Ecran via Xorg.conf

Avant toute manipulation du fichier Xorg.conf, il faut copier le fichier fonctionnel grâce à la commande :
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.backup

Si au prochain démarrage d'Ubuntu, vous êtes face à un écran noir, appuyez sur Alt+F1, connectez-vous (identifiant+mot de passe) et tapez les deux commandes suivantes

sudo cp /etc/X11/xorg.backup /etc/X11/xorg.conf
sudo shutdownn -r now

Si l'affichage reste bloquée à 800x600, c'est que le Xorg.conf est mal configurée. C'est un bug de la version Ubuntu 8.10 Intrepid.

Pour y rémedier, voici le Xorg.conf qui convient :

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg 
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 EndSection

Section "Module"

    Load  "xtrap"
    Load  "extmod"
    Load  "dbe"
    Load  "dri"
    Load  "glx"
    Load  "record"
EndSection

Section "InputDevice"

    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"

    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Generic monitor"
    HorizSync 25 - 50
    VertRefresh 50.0 - 75.0
   
    Modeline "800x480" 33.45 800 840 968 1056 480 490 492 525 -hsync -vsync
    Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
    Modeline "1024x768" 64.56 1024 1056 1296 1328 768 783 791 807 -hsync  +vsync
    DisplaySize 255 150
    Option "dpms"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
    Identifier  "Card0"
    Driver      "geode"
    VendorName  "Advanced Micro Devices [AMD]"
    BoardName   "Geode LX Video"
    BusID       "PCI:0:1:1"
    Option "PanelGeometry" "800x480"
EndSection

Section "Screen"

    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0" 
    DefaultDepth 16
    SubSection "Display"
        Depth     16
        # Modes "800x480" "1024x600" "1024x768"
        Modes "800x480"
        Viewport 0 0 
    EndSubSection
    #Virtual 1024 768
EndSection
  • hercules_ecafe_ec800.1234629079.txt.gz
  • Dernière modification: Le 18/04/2011, 14:40
  • (modification externe)