Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mein KDE macht sich selbstständig oO
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Makido
Tux's lil' helper
Tux's lil' helper


Joined: 01 Mar 2003
Posts: 98
Location: Berlin / Germany

PostPosted: Sun Apr 30, 2006 1:12 pm    Post subject: Mein KDE macht sich selbstständig oO Reply with quote

Hi,

hat vielleicht auch jemand das Problem mit KDE wie ich jetzt mal erläutere:

- Im Konsolenfenster wird einfach mal Text markiert
- In Programmen macht meine Maus aufeinmal einen Linksklick
- Konsolenfenster lassen sich nicht mehr verschieben geschweige denn anklicken, sondern zwischen ihnen nur mit dem Mausrad verschieben
- KDE verschiebt seine leiste mal von unten nach oben oder Poppt mit irgendeinem Menü auf wenn ich gerade am Arbeiten bin
- Hängt ein Konsolenfenster muss ich erst auf tty1 wechseln und dann wieder zurück um arbeiten zu können


Ihr könnt euch vielleicht nicht vorstellen wie nervig das ist! Und KDE neu machen will ich deswegen nicht unbedingt.
Da unter Win* alles funktioniert denke ich es liegt am Maustreiber unter Linux?
Vorher ging ja alles, geändert habe ich nichts und nun spinnt das alles...

Gruß,

Maik :?
_________________
Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun Apr 30, 2006 1:42 pm    Post subject: Reply with quote

Rootkit?
Code:
app-forensics/chkrootkit

emerge mal das und lass das laufen...

emerge --info, hast du schonmal kde neu gebaut? emerge -e kde?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Sun Apr 30, 2006 3:41 pm    Post subject: Reply with quote

Hört sich ganz nach nem Problem mit dem Maustreiber an. Was für ne Maus hast du denn, wie sieht die entsprechende section in xorg.conf aus?
_________________
KDE
Back to top
View user's profile Send private message
Makido
Tux's lil' helper
Tux's lil' helper


Joined: 01 Mar 2003
Posts: 98
Location: Berlin / Germany

PostPosted: Thu May 11, 2006 2:37 am    Post subject: Reply with quote

Ich hab eine Optische USB-Maus über PS2-Adapter am Rechner hängen. (Neolec Optische-Maus)

Code:

# PS/2 Mouse not detected
# Serial Mouse not detected
#No Synaptics touchpad found
        Identifier     "X.Org Configured"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "AlwaysCore"
EndSection


Code:

Section "InputDeviceSection "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/misc/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "SendCoreEvents" "true"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "5"
EndSection


Alleine das Einfügen hier von dem Text war nen Kampf!
Mal macht die Maus spontan Linksklicks, mal Rechtsklicks... mal lässt sich wieder kein Fenster anklicken, mal Springt der Mauszeiger einfach...
Komisch das die Maus auf der Konsole keine macken hat (device ist dasselbe wie bei USB Mouse).

Hab auch mal die PS2 Variante probiert... funktioniert, aber die fehler sind dieselben.
Dann hatte ich noch diverse Sachen wie /dev/input/mouse0 probiert... bei /dev/mouse ging sie nicht.

Bin echt am Verzweifeln, ich kann nicht mehr ordentlich arbeiten unter KDE!

Das "chkrootkit" hat bei mir nichts gefunden, wär auch verwunderlich wenn, denn ich bin in der hinsicht sehr Sicherheitsbewust.

Gruß,

Maik (und sorry wegen der späten Antwort)
_________________
Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm
Back to top
View user's profile Send private message
SvenFischer
Veteran
Veteran


Joined: 05 Feb 2003
Posts: 1033
Location: Berlin

PostPosted: Thu May 11, 2006 7:27 am    Post subject: Reply with quote

Das hört sich auch für mich nach einer Maustreiber/config Problem an.

Hast Du schon mal eine andere Maus ausprobiert?

Hmm, hier ist sicher der Syntax Wurm drinne:

Quote:


Section "InputDeviceSection "InputDevice"


bei mir steht:
Code:

Section "InputDevice"
        Identifier      "Keyboard1"
        Driver  "keyboard"
        Option  "AutoRepeat" "500 30"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "microsoft"
        Option  "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Buttons"               "7"
        Option          "Name"                  "MX700"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Vendor"                "LOGITECH"
        Option          "ZAxisMapping"          "4 5"
EndSection

_________________
Core2Duo, 4GB RAM, AMD/ATI 4850 and nice person in front!
Back to top
View user's profile Send private message
Makido
Tux's lil' helper
Tux's lil' helper


Joined: 01 Mar 2003
Posts: 98
Location: Berlin / Germany

PostPosted: Thu May 11, 2006 7:56 am    Post subject: Reply with quote

Hi,

danke für die schnelle Antwort.
Ich hab jetzt einfach mit "xorgconfig" ne neue Config erstellt und es funktioniert.
Es wird wahrscheinlich der fehler gewesen sein mit der Section!

Bin jedenfalls froh das ich jetzt wieder ordentlich arbeiten kann. :P

Gruß,

Maik
_________________
Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum