Ultime liste de discussion du Labo 604

Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Ultime liste de discussion du Labo 604

installation et gestion de réseaux sous linux

Le Deal du moment : -45%
WHIRLPOOL OWFC3C26X – Lave-vaisselle pose libre ...
Voir le deal
339 €

    [Arch Linux] Dans le trouble ... xfree ...

    mvh
    mvh


    Masculin Nombre de messages : 567
    Date d'inscription : 24/12/2006

    [Arch Linux] Dans le trouble ... xfree ... Empty Re: [Arch Linux] Dans le trouble ... xfree ...

    Message  mvh Jeu 13 Aoû - 22:45

    X bloque ... pas de clavier pas de souris ... (en USB ?)
    test 2
    http://forums.archlinux.fr/topic3779.html


    en fait un passage de paramètre dans le fichier xorg.conf devrait suffire :
    Code:
     Section "ServerFlags"
      Option "AllowEmptyInput"    "False"
    EndSection
    à tester sans les chargements de

    • xf86-input-keyboard
    • xf86-input-mouse
    Mais ... il n'en reste pas mois que avant l'installation on avait les messages :
    Code:
    (EE) Failed to load module "kbd" (module does not exist, 0)
    (EE) Failed to load module "mouse" (module does not exist, 0)
    error setting MTRR (base = 0xfb000000, size = 0x00e00000, type = 1) Invalid argument (22)
    (EE) Failed to load module "kbd" (module does not exist, 0)
    (EE) No input driver matching `kbd'
    (EE) Failed to load module "mouse" (module does not exist, 0)
    (EE) No input driver matching `mouse'


    note :
    le lancement de HAL ... perturbe la frappe de caractères dans la console (triple le caractère frappé)
    mvh
    mvh


    Masculin Nombre de messages : 567
    Date d'inscription : 24/12/2006

    [Arch Linux] Dans le trouble ... xfree ... Empty [Arch Linux] Dans le trouble ... xfree ...

    Message  mvh Jeu 13 Aoû - 15:27

    X bloque ... pas de clavier pas de souris ... (en USB ?)
    test 1 mais pas convaiquant !!!

    == Probablement tout faux et effet de bord avec le xorg.conf du labo ==
    ====================================================
    Code:
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (EE) Failed to load module "type1" (module does not exist, 0)
    (EE) Failed to load module "kbd" (module does not exist, 0)
    (EE) Failed to load module "mouse" (module does not exist, 0)
    error setting MTRR (base = 0xfb000000, size = 0x00e00000, type = 1) Invalid argument (22)
    (EE) Failed to load module "kbd" (module does not exist, 0)
    (EE) No input driver matching `kbd'
    (EE) Failed to load module "mouse" (module does not exist, 0)
    (EE) No input driver matching `mouse'

    il semble manquer de :
    Code:
    [root@myarch pkg]# pacman -S xf86-input-keyboard
    resolving dependencies...
    looking for inter-conflicts...

    Targets (1): xf86-input-keyboard-1.3.2-2 

    Total Download Size:    0.02 MB
    Total Installed Size:  0.09 MB

    Proceed with installation? [Y/n] Y
    :: Retrieving packages from extra...
     xf86-input-keyboard...    17.9K  162.4K/s 00:00:00 [############################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts                  [############################################################] 100%
    (1/1) installing xf86-input-keyboard                [############################################################] 100%
    [root@myarch pkg]# pacman -S xf86-input-mouse 
    resolving dependencies...
    looking for inter-conflicts...

    Targets (1): xf86-input-mouse-1.4.0-2 

    Total Download Size:    0.03 MB
    Total Installed Size:  0.11 MB

    Proceed with installation? [Y/n] Y
    :: Retrieving packages from extra...
     xf86-input-mouse-1....    30.9K  90.7K/s 00:00:00 [############################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts                  [############################################################] 100%
    (1/1) installing xf86-input-mouse                  [############################################################] 100%
    [root@myarch pkg]#

    il reste que :
    Code:
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (EE) Failed to load module "type1" (module does not exist, 0)
    error setting MTRR (base = 0xfb000000, size = 0x00e00000, type = 1) Invalid argument (22)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning:          Type "ONE_LEVEL" has 1 levels, but [/color][color=red] has 2 symbols
    >                  Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server

    et pour info le xorg.conf du moment :
    Code:
    [root@myarch pkg]# cat /etc/X11/xorg.conf
    Section "ServerFlags"
       Option "AllowEmptyInput"    "False"
    EndSection

    Section "ServerLayout"
       Identifier    "Layout0"
       Screen      0  "Screen0" 0 0
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "Mouse0" "CorePointer"
    EndSection

    Section "Module"
       Load "freetype"
       # Load "xtt"
       Load  "extmod"
       Load  "glx"
       Load  "dri"
       Load  "dbe"
       Load  "record"
       Load  "xtrap"
       Load  "type1"
    EndSection

    Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option       "Protocol" "ImPS/2"
       Option       "Device" "/dev/input/mice"
    EndSection

    Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option       "XkbModel" "dellusbmm"
       Option       "XkbLayout" "be"
    EndSection

    Section "Monitor"
       Identifier  "Monitor0"
       HorizSync    31.5 - 82.0
       VertRefresh  50.0 - 100.0
    EndSection

    Section "Device"
       Identifier  "Card0"
       Driver      "vesa"
       Card        "* Generic VESA compatible"
    EndSection

    Section "Screen"
       Identifier "Screen0"
       Device    "Card0"
       Monitor    "Monitor0"
       DefaultDepth    24
       SubSection "Display"
          Viewport  0 0
          Depth    24
          Modes    "1152x864"
       EndSubSection
    EndSection

    [root@myarch pkg]#
    =========================================================

      La date/heure actuelle est Mer 8 Mai - 1:52

      Ne ratez plus aucun deal !
      Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
      IgnorerAutoriser