View previous topic :: View next topic |
Author |
Message |
DremK Tux's lil' helper
Joined: 08 Jun 2004 Posts: 83
|
Posted: Sat Mar 12, 2005 7:09 pm Post subject: I don't use a system which is limiting OUR FREDOM |
|
|
I'm impressed when I see the use of free software to reduce the users freedom.
#gentoo channel is the only one that forces tor users to need request voice, and isn't possible post a message and these forums. Simply because people were using Tor to abuse the forums.
Last edited by DremK on Thu Dec 01, 2005 11:14 pm; edited 1 time in total |
|
Back to top |
|
|
inode77 Veteran
Joined: 20 Jan 2004 Posts: 1303 Location: Heart of Europe
|
Posted: Sat Mar 12, 2005 7:18 pm Post subject: |
|
|
Code: | cat /proc/bus/input/devices |grep Name
N: Name="AT Translated Set 2 keyboard"
N: Name="PS/2 Generic Mouse" |
Don't know what you need it for? |
|
Back to top |
|
|
DremK Tux's lil' helper
Joined: 08 Jun 2004 Posts: 83
|
Posted: Sat Mar 12, 2005 7:25 pm Post subject: I don't use a system which is limiting OUR FREDOM |
|
|
I'm impressed when I see the use of free software to reduce the users freedom.
#gentoo channel is the only one that forces tor users to need request voice, and isn't possible post a message and these forums. Simply because people were using Tor to abuse the forums.
Last edited by DremK on Thu Dec 01, 2005 11:14 pm; edited 1 time in total |
|
Back to top |
|
|
inode77 Veteran
Joined: 20 Jan 2004 Posts: 1303 Location: Heart of Europe
|
Posted: Sat Mar 12, 2005 8:14 pm Post subject: |
|
|
Nope I use the trackpoint on my TP-40p.
Code: | # **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "de_CH"
Option "XkbVariant" "nodeadkeys"
EndSection
# **********************************************************************
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
# **********************************************************************
|
|
|
Back to top |
|
|
|