• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[work-around] Update KDE 4.1 - Tastatur geht nicht mehr.

thio

Hacker
Hallo Zusammen,

Ich habe auf meinen Laptop (Irgendein Athlon XP-M 2600+ mit Savage Grafik) Opensuse 11.0 installiert.

Seit einem Update auf KDE 4.1 und einem zeitgleichen Update auf X.Org 7.3 funktioniert die Tastatur des Laptops nicht mehr. Eine externe Tastatur habe ich schon über eine USB-Dockingstation (die hat früher unter 10.2 schon funktioniert) angeschlossen. hat aber auch nichts gebracht... keine Tastatur unter Suse..

Weis jemand einen Tipp?
Welches Paket ist zu löschen oder welches upzudaten?

Navigieren kann ich mit der Maus, das Root-Passwort für Yast und Smart kann ich auch über die Maus einfügen.. dann is aber schon ziemlich aus... was nu?

Vielen Dank im voraus,

thio
 

whois

Ultimate Guru
Hi

Wahrscheinlich ist mit dem xorg update was in die Hose gegangen.
Starte mit einer Live CD und stell die xorg.conf mal hier rein.

cu
 
OP
T

thio

Hacker
Hallo ich habe gerade fest gestellt dass die Tastatur unter dem Root-Benutzer funktioniert.

Es ist offensichtlich nur der reguläre Benutzer (= "test") betroffen...
Hab jetzt endlcih meine xorg.conf gefunden :) :

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "Module"
Load "extmod"
Load "type1"
Load "glx"
Load "freetype"
Load "dbe"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "dk"
Option "XkbModel" "dellusbmm"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Belkin F8E842-DL Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 305 230
HorizSync 31-60
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
Option "PreferredMode" "1024x768"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "ProSavage DDR-K"
BusID "1:0:0"
Driver "savage"
Identifier "Device[0]"
Screen 0
VendorName "S3"
EndSection



Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection
 

whois

Ultimate Guru
HI

Soweit ich das beurteilen kann sieht die xorg.conf sauber aus.
Ich sitze im Moment vor einem Gentoo PC.
Leg dir mal einen neuen User an und Probier es damit.

cu
 
OP
T

thio

Hacker
Hallo,

hab einen neuen User angelegt, der funktioniert problemlos.

Für mich ist es ok so - das Problem generell ist jedoch noch nicht gelöst. Ich markiere das Thema daher mit "work-around"

Gruß, thio.
 
Oben