View previous topic :: View next topic |
Author |
Message |
Makido Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3257658623e9c34dc4646a.png)
Joined: 01 Mar 2003 Posts: 98 Location: Berlin / Germany
|
Posted: Sun Apr 30, 2006 1:12 pm Post subject: Mein KDE macht sich selbstständig oO |
|
|
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 ![Confused :?](images/smiles/icon_confused.gif) _________________ Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
smg Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1227089703419756a3aa42e.png)
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Sun Apr 30, 2006 1:42 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Earthwings Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/49753421747790001d409d.png)
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Sun Apr 30, 2006 3:41 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Makido Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3257658623e9c34dc4646a.png)
Joined: 01 Mar 2003 Posts: 98 Location: Berlin / Germany
|
Posted: Thu May 11, 2006 2:37 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
SvenFischer Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/24764931745ac842b5d2ac.jpg)
Joined: 05 Feb 2003 Posts: 1033 Location: Berlin
|
Posted: Thu May 11, 2006 7:27 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Makido Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3257658623e9c34dc4646a.png)
Joined: 01 Mar 2003 Posts: 98 Location: Berlin / Germany
|
Posted: Thu May 11, 2006 7:56 am Post subject: |
|
|
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.
Gruß,
Maik _________________ Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|