View previous topic :: View next topic |
Author |
Message |
_hephaistos_ Advocate
Joined: 07 Apr 2004 Posts: 2694 Location: salzburg, austria
|
Posted: Tue Apr 13, 2004 7:34 am Post subject: usb mouse reaktivierung kde |
|
|
hallo,
meine usb maus funktioniert eigentlich super, ABER:
wenn ich lange zeit NUR mit der maus arbeite, verfällt kde in den "ruhezustand" dh: schwarzer bildschirm.
das touchpad kanns aber zB wieder reaktivieren
gibts da irgendwo eine konfiguration in der XF86Config, welche ich vergessen haben könnte? oder wo stellt man so was ein?
danke! |
|
Back to top |
|
|
nillsen Apprentice
Joined: 13 Mar 2004 Posts: 150 Location: /world/eu/ger/sh/nms/
|
Posted: Tue Apr 13, 2004 11:48 am Post subject: |
|
|
Damit sollte es funktionieren, jedoch bitte nicht alles abtippen, sonst gibt es wahrscheinlich gleich einen neuen Thread . "ServerLayout" sollte für dich besonders interessant sein.
Code: | Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "on"
Option "Name" "Autodetection"
Option "Protocol" "PS/2"
Option "Vendor" "Sysp"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[0]"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZaxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[0]" "AlwaysCore"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
|
|
|
Back to top |
|
|
|
|
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
|
|