diff options
author | Jacek Antonelli | 2009-04-30 13:04:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-30 13:07:16 -0500 |
commit | ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch) | |
tree | 8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/newview/linux_tools/client-readme-joystick.txt | |
parent | Second Life viewer sources 1.22.11 (diff) | |
download | meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2 meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz |
Second Life viewer sources 1.23.0-RC
Diffstat (limited to 'linden/indra/newview/linux_tools/client-readme-joystick.txt')
-rw-r--r-- | linden/indra/newview/linux_tools/client-readme-joystick.txt | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/linden/indra/newview/linux_tools/client-readme-joystick.txt b/linden/indra/newview/linux_tools/client-readme-joystick.txt new file mode 100644 index 0000000..997a8b0 --- /dev/null +++ b/linden/indra/newview/linux_tools/client-readme-joystick.txt | |||
@@ -0,0 +1,78 @@ | |||
1 | Second Life - Joystick & SpaceNavigator Support README | ||
2 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
3 | |||
4 | WHAT IS IT? | ||
5 | -=-=-=-=-=- | ||
6 | |||
7 | This feature allows the use of a joystick or other supported multi-axis | ||
8 | device for controlling your avatar and camera. | ||
9 | |||
10 | REQUIREMENTS | ||
11 | -=-=-=-=-=-= | ||
12 | |||
13 | * A joystick or other generic multi-axis input device supported by your chosen | ||
14 | version of Linux | ||
15 | |||
16 | - OR - | ||
17 | |||
18 | * A SpaceNavigator device (additional configuration may be required, see below) | ||
19 | |||
20 | Success has been reported on the following systems so far: | ||
21 | * Ubuntu 7.04 (Feisty) with a generic USB joystick | ||
22 | * Ubuntu 7.04 (Feisty) with a USB 3DConnexion SpaceNavigator | ||
23 | * Ubuntu 6.06 (Dapper) with a generic USB joystick | ||
24 | * Ubuntu 6.06 (Dapper) with a USB 3DConnexion SpaceNavigator | ||
25 | |||
26 | CONFIGURATION | ||
27 | -=-=-=-=-=-=- | ||
28 | |||
29 | SPACE NAVIGATOR: *Important* - do not install the Linux SpaceNavigator | ||
30 | drivers from the disk included with the device - these are problematic. | ||
31 | Some distributions of Linux (such as Ubuntu, Gentoo and Mandriva) will | ||
32 | need some system configuration to make the SpaceNavigator usable by | ||
33 | applications such as the Second Life Viewer, as follows: | ||
34 | |||
35 | * Mandriva Linux Configuration: | ||
36 | You need to add two new files to your system. This only needs to be | ||
37 | done once. These files are available at the 'SpaceNavigator support with | ||
38 | udev and Linux input framework' section of | ||
39 | <http://www.aaue.dk/~janoc/index.php?n=Personal.Downloads> | ||
40 | |||
41 | * Ubuntu or Gentoo Linux Configuration: | ||
42 | For a quick start, you can simply paste the following line into a terminal | ||
43 | before plugging in your SpaceNavigator - this only needs to be done once: | ||
44 | sudo bash -c 'echo KERNEL==\"event[0-9]*\", SYSFS{idVendor}==\"046d\", SYSFS{idProduct}==\"c626\", SYMLINK+=\"input/spacenavigator\", GROUP=\"plugdev\", MODE=\"664\" >> /etc/udev/rules.d/91-spacenavigator.rules' | ||
45 | |||
46 | For more comprehensive Linux SpaceNavigator configuration information please | ||
47 | see the section 'Installing SpaceNavigator without the official driver' here: | ||
48 | <http://www.aaue.dk/~janoc/index.php?n=Personal.3DConnexionSpaceNavigatorSupport> | ||
49 | |||
50 | JOYSTICKS: These should be automatically detected and configured on all | ||
51 | modern distributions of Linux. | ||
52 | |||
53 | ALL: Your joystick or SpaceNavigator should be plugged-in before you start the | ||
54 | Second Life Viewer, so that it may be detected. If you have multiple input | ||
55 | devices attached, only the first detected SpaceNavigator or joystick device | ||
56 | will be available. | ||
57 | |||
58 | Once your system recognises your joystick or SpaceNavigator correctly, you | ||
59 | can go into the Second Life Viewer's Preferences dialog, click the 'Input & | ||
60 | Camera' tab, and click the 'Joystick Setup' button. From here you may enable | ||
61 | and disable joystick support and change some configuration settings such as | ||
62 | sensitivity. SpaceNavigator users are recommended to click the | ||
63 | 'SpaceNavigator Defaults' button. | ||
64 | |||
65 | KNOWN PROBLEMS | ||
66 | -=-=-=-=-=-=-= | ||
67 | |||
68 | * If your chosen version of Linux treats your joystick/SpaceNavigator as | ||
69 | if it were a mouse when you plug it in (i.e. it is automatically used to control | ||
70 | your desktop cursor), then the SL Viewer may detect this device *but* will be | ||
71 | unable to use it properly. | ||
72 | |||
73 | FURTHER PROBLEMS? | ||
74 | -=-=-=-=-=-=-=-=- | ||
75 | |||
76 | Please report further issues to the public Second Life issue-tracker | ||
77 | at <http://jira.secondlife.com/> (please note, however, that this is not | ||
78 | a support forum). | ||