Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb mouse reaktivierung kde
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
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Tue Apr 13, 2004 7:34 am    Post subject: usb mouse reaktivierung kde Reply with quote

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
View user's profile Send private message
nillsen
Apprentice
Apprentice


Joined: 13 Mar 2004
Posts: 150
Location: /world/eu/ger/sh/nms/

PostPosted: Tue Apr 13, 2004 11:48 am    Post subject: Reply with quote

Damit sollte es funktionieren, jedoch bitte nicht alles abtippen, sonst gibt es wahrscheinlich gleich einen neuen Thread :D . "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
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