1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team-Mitglieder
    4. Trophäen
    5. Mitgliedersuche
  4. Tutorial Bereich
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Seiten
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. Informatik Forum
  2. Software und Anwendungen
  3. Betriebssysteme

Keyboard und Maus funktionieren nicht nach emerge --update --ask world

    • Linux
  • baracuda
  • 18. Juli 2011 um 02:04
  • Unerledigt
  • baracuda
    7
    baracuda
    Mitglied
    Punkte
    410
    Beiträge
    51
    • 18. Juli 2011 um 02:04
    • #1

    Hallo,

    Ich verwende ein Gentoo System (Kernel hab ich 2.6.38-gentoo-r6 und die KDE Version ist 4.6.3.).
    Nachdem ich ein emerge --updat --ask world durchgeführt habe geht nun die Maus und das Keyboard unter KDE nicht. In der bash (bevor der kdm startet) kann ich noch Eingaben tätigen.
    Auszug aus xorg.conf

    Code
    ...
    
    
    Section "Module"
        Load  "dbe"
        Load  "glx"
        Load  "record"
        #Load  "dri2"
        #Load  "dri"        
        Load  "extmod"
    EndSection
    
    
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
            Option "XkbLayout"    "us,de"
            Option "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
    EndSection
    
    
    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "Device" "/dev/input/mice"
        Option        "ZAxisMapping" "4 5 6 7"
    EndSection
    
    
    ...
    Alles anzeigen

    kwinrc

    Code
    [$Version]
    update_info=kwin_focus2.upd:kwin_focus2,kwin3_plugin.upd:kde3.2,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xinerama,kwin_on_off.upd:kwin_on_off,kwin_focus1.upd:kwin_focus1
    
    
    [Compositing]
    CheckIsSafe=true
    Enabled=false
    OpenGLIsUnsafe=false
    
    
    [Desktops]
    Name_1=
    Name_2=
    Name_3=
    Name_4=
    Number=4
    
    
    [TabBox]
    ListMode=0
    ShowTabBox=true
    
    
    [Windows]
    IgnoreFocusStealingClasses=kio_uiserver
    Alles anzeigen

    Und die /etc/conf.d/xdm

    Code
    # We always try and start X on a static VT. The various DMs normally default
    # to using VT7. If you wish to use the xdm init script, then you should ensure
    # that the VT checked is the same VT your DM wants to use. We do this check to
    # ensure that you haven't accidentally configured something to run on the VT
    # in your /etc/inittab file so that you don't get a dead keyboard.
    CHECKVT=7
    
    
    # What display manager do you use ?  [ xdm | gdm | kdm | kdm-4.3 | gpe | entrance ]
    # NOTE: If this is set in /etc/rc.conf, that setting will override this one.
    #
    # KDE-specific note:
    # - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
    #     You can find possible versions by looking at the directories in /usr/kde/.
    # - Else, if you are using KDE 3 enter "kdm-3.5"
    # - Else, if you are using KDE 4 enter "kdm" without a version
    DISPLAYMANAGER="kdm"
    Alles anzeigen

    Hat jemand eine Idee was der Grund dafür sein könnte?

    “For God's sake, give me the young man who has brains enough to make a fool of himself”, Robert Louis Stevenson

  • Paulchen
    1
    Paulchen
    Gast
    • 18. Juli 2011 um 09:30
    • #2
    Zitat von baracuda

    Hat jemand eine Idee was der Grund dafür sein könnte?

    Nein. Aber such mal Zeilen mt "(EE)" in /var/log/Xorg.0.log.

  • baracuda
    7
    baracuda
    Mitglied
    Punkte
    410
    Beiträge
    51
    • 18. Juli 2011 um 10:06
    • #3
    Code
    [    15.471] Current Operating System: Linux OPPENHEIMER_GENTOO 2.6.38-gentoo-r6 #1 SMP PREEMPT Wed Jul 6 14:32:34 CEST 2011 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    17.585] (II) Loading extension MIT-SCREEN-SAVER
    [    17.644] (EE) Failed to load module "dri" (module does not exist, 0)
    [    17.644] (EE) Failed to load module "dri2" (module does not exist, 0)
    [    20.457] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
    [    21.060] (EE) module ABI major version (11) doesn't match the server's version (12)
    [    21.060] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
    [    21.060] (EE) No input driver matching `evdev'
    [    21.062] (EE) module ABI major version (11) doesn't match the server's version (12)
    [    21.062] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
    [    21.062] (EE) No input driver matching `evdev'
    [    21.075] (EE) module ABI major version (11) doesn't match the server's version (12)
    [    21.075] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
    [    21.075] (EE) No input driver matching `evdev'
    [    21.076] (EE) module ABI major version (11) doesn't match the server's version (12)
    [    21.076] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
    [    21.076] (EE) No input driver matching `evdev'
    [    21.077] (EE) module ABI major version (11) doesn't match the server's version (12)
    [    21.077] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
    [    21.077] (EE) No input driver matching `evdev'
    Alles anzeigen

    Unter Warnigns sehe ich einen Hinweis

    Code
    15.621] (**) ModulePath set to "/usr/lib/xorg/modules"
    [B][    15.621] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [    15.621] (WW) Disabling Mouse0
    [    15.621] (WW) Disabling Keyboard0[/B]
    [    15.621] (II) Loader magic: 0x81e7d80
    [    15.621] (II) Module ABI versions:

    “For God's sake, give me the young man who has brains enough to make a fool of himself”, Robert Louis Stevenson

  • Paulchen
    1
    Paulchen
    Gast
    • 18. Juli 2011 um 10:16
    • #4

    Wesentlich ist

    Code
    module ABI major version (11) doesn't match the server's version (12)


    Das klingt danach, als wäre der X-Server aktualisiert worden, aber irgendwelche Module dafür nicht.

    Wenn man nach der Fehlermeldung googlet, findet man z.B. http://www.gentooforum.de/artikel/17333/…ur-bei-kdm.html.

    Hope that helps. :)

  • baracuda
    7
    baracuda
    Mitglied
    Punkte
    410
    Beiträge
    51
    • 18. Juli 2011 um 10:35
    • #5

    Ja damit hast du recht. Ich habe die Modulex11-drivers/xf86-input-keyboard, x11-drivers/xf86-input-mouse und x11-drivers/xf86-input-evdev gegen den neuen X-Server kompiliert. (also einfach die Pakete emerged"). Jetzt hauts wieder hin!

    Vielen Danke für deine Hilfe!!

    Weisst du, ob es besser wäre das System mittels emerge --update --deep world anstatt mit emerge --update --ask world zu aktualisieren? Würden die entsprechenden Module dann gegen die entsprechenden Pakete kompiliert?

    LG

    “For God's sake, give me the young man who has brains enough to make a fool of himself”, Robert Louis Stevenson

  • Maximilian Rupp 27. Dezember 2024 um 00:09

    Hat das Thema aus dem Forum Betriebssysteme nach Betriebssysteme verschoben.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!

Benutzerkonto erstellen Anmelden

Tags

  • keyboard
  • maus
  • emerge
  • gentoo
  • kde

Rechtliches

Impressum

Datenschutzerklärung