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?