petergunn
|
2008-01-29
, 04:14
|
Posts: 47 |
Thanked: 10 times |
Joined on Dec 2007
|
#21
|
|
2008-01-29
, 04:33
|
Posts: 24 |
Thanked: 1 time |
Joined on Oct 2007
|
#22
|
|
2008-01-29
, 04:36
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#23
|
|
2008-01-29
, 09:36
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#24
|
The Following User Says Thank You to For This Useful Post: | ||
|
2008-01-30
, 15:21
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2008
|
#25
|
|
2008-01-30
, 20:54
|
Posts: 220 |
Thanked: 19 times |
Joined on Jun 2006
|
#26
|
|
2008-02-06
, 04:49
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#27
|
|
2008-02-27
, 22:26
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#28
|
Thanks for the tip, most of it worked... but now i have one error that says undefined reference to XOpenDisplay. Do i need another package for that?
Edit: Looks like it compiled somehow, maybe a typo or something. I had to manually move the output file to /usr/X11R6/bin to get it to work. too bad it doesn't work (well) with quake 2...
|
2008-02-27
, 22:54
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#29
|
Window "" "Mouse" "" any key/272 "XButton/1" "Mouse" "" any key/273 "XButton/3" "Mouse" "" any key/274 "XButton/2" "Mouse" "" any rel/8/1 "XKey/Up" "Mouse" "" any rel/8/-1 "XKey/Down"
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2008-02-29
, 00:57
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#30
|
#!/bin/sh killall evrouter mouse_poll rm /tmp/.evrouter\:0.0 for devfile in /dev/input/event*; do sudo /bin/chmod a+r $devfile done mouse_poll `evrouter /dev/input/event* |head -6 | grep Mouse| cut -d: -f2`& while [ "x`grep Mouse /proc/bus/input/devices`" != x ]; do sleep 10 done killall evrouter mouse_poll
user ALL = NOPASSWD: /bin/chmod a+r /dev/input/event*
[Icon Theme] #Inherits=xcursor-transparent
The Following 6 Users Say Thank You to Benson For This Useful Post: | ||