Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[laptop] usb & ps2maus zusammen [solved]
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
siliconburner
Guru
Guru


Joined: 02 May 2003
Posts: 300

PostPosted: Sun Dec 07, 2003 3:26 pm    Post subject: [laptop] usb & ps2maus zusammen [solved] Reply with quote

geht es dass ich gleichzeitig usb&ps-2 maus installe?
ps2 und scrollpad gleichzeitig gfunzt ohne prob, aber ich möchte 'ne usb mouse mit dem scrollpaad zusammen verwenden.
_________________
living in /dev/null


Last edited by siliconburner on Tue Dec 16, 2003 7:25 am; edited 1 time in total
Back to top
View user's profile Send private message
mflatischler
n00b
n00b


Joined: 13 Jul 2003
Posts: 25
Location: 48°12'29" N 16°22'19" E Vienna, Austria

PostPosted: Sun Dec 07, 2003 3:43 pm    Post subject: Reply with quote

Sollte kein Problem sein, du musst das jediglich dementsprechend in deinem xf86config eintragen.
_________________
Roger and over
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Sun Dec 07, 2003 3:49 pm    Post subject: Reply with quote

Es gibt dazu einen englischen Thread:
https://forums.gentoo.org/viewtopic.php?t=482

Anscheinend reicht es, wenn du beide Mäuse im Configfile (den entsprechenden Abschnitt hat jemand im englischen Thread reingepostet) einträgst. Wenn du
Code:
/dev/input/mice
als Device für die USB Maus einträgst und
Code:
InputDevice "Mouse1" "SendCoreEvents"
soll es angeblich auch funktionieren, wenn du den Xserver schon gestartet hast (laut dem Thread halt). Probier das mal und lass uns wissen, obs geht.
Back to top
View user's profile Send private message
siliconburner
Guru
Guru


Joined: 02 May 2003
Posts: 300

PostPosted: Mon Dec 15, 2003 9:47 pm    Post subject: Reply with quote

erfolg :D
nach nmehrereh kerneln und abschauen &lsmod bei knoppix funzt es nun
hier der auszug aus der xfconfig
Section "ServerLayout"
Identifier "handeingestellt"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "Corepointer"
InputDevice "mouse" "Corepointer"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
EndSection


Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
_________________
living in /dev/null
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