Difference between revisions of "Template:FAQNext"

From GIMX
Jump to: navigation, search
Line 1: Line 1:
 +
{{#vardefine:ostype|{{{ostype|}}}}}
 +
{{#vardefine:platform|{{{platform|}}}}}
 +
{{#vardefine:device|{{{device|}}}}}
 +
{{#vardefine:connectionType|{{{onnectiontype|}}}}}
 +
 +
Options:
 +
*{{#var:connectionType}}
 +
*{{#var:device}}
 +
*{{#var:platform}}
 +
*{{#var:ostype}}
 +
 
==FAQ==
 
==FAQ==
 
===General troubleshooting===
 
===General troubleshooting===
Line 55: Line 66:
 
No, not yet. There probably will be a solution some day, but I have no idea about the date.
 
No, not yet. There probably will be a solution some day, but I have no idea about the date.
  
====<span id="9"></span>I'm having button glitches, what can I do?==== <!--T:15-->
 
This is a very common issue that you will run into if you miss there is a second config for aiming down the sight. You have to define the same button controls in both configs 1&2!
 
  
====<span id="10"></span>My mouse buttons are not working as expected? (windows)==== <!--T:16-->
 
Check nothing is misconfigured in the mouse configuration software (like the Setpoint application for Logitech mice). Try to close the mouse configuration software.
 
 
====<span id="11"></span>I feel getting some lag with the left and right mouse buttons, WTF?  (Linux)==== <!--T:17-->
 
This is a known problem not related to the GIMX code. Ubuntu versions lower than or equal to 10.10 may give this issue. To know the work-around, read [http://blog.gimx.fr/?p=74 this blog post]. Ubuntu 11.04 should not give this issue anymore.
 
 
====<span id="15"></span>What mouse is recommended to use with GIMX?==== <!--T:19-->
 
The most important parameter is the mouse DPI.<br />
 
The higher the DPI, the better the precision. This is even more the case for a 1-1 translation.<br />
 
A 5700+ DPI mouse like the G500 is recommended.<br />
 
Using a mouse with lower than 2000 DPI will probably result in movement glitches.
 
 
====<span id="20"></span>Do I need to change the acceleration of the mouse?==== <!--T:20-->
 
There's no need to do that since GIMX gets raw events from the mouse.
 
 
====<span id="21"></span>When im playing with mouse im getting too big mouse moves with only slight movement?==== <!--T:21-->
 
[[Mouse_Calibration|First do a mouse calibration]]. If you are still not getting expected results then play with config sensitivity.For more information please [[Axis_translation_parameters|check Axis translation parameters]]
 
 
====<span id="22"></span>My mouse movement is not linear e.g aim is proper when im moving it slightly but it's weird when I move it faster?==== <!--T:22-->
 
You need to play with acceleration parameter. You should set it to value when it will "cancel" game engine acceleration for pad input. For more information please [[Axis_translation_parameters|check Axis translation parameters]]
 
 
====<span id="23">My vertical aim is faster than horizontal aim (or the other way)====<!--T:23-->
 
You need to play with x/y ratio. The x/y ratio allows to change the vertical sensitivity independently from the horizontal sensitivity i.e. it determines how much faster your vertical (Y axis) aim is in relation to your horizontal (X axis) aim. For more information please [[Axis_translation_parameters|check Axis translation parameters]]
 
  
 
{{#ifeq:{{{connectionType|}}}|USB|===USB specific FAQ===
 
{{#ifeq:{{{connectionType|}}}|USB|===USB specific FAQ===
Line 93: Line 79:
 
{{Template:FAQNext/X360}}|}}
 
{{Template:FAQNext/X360}}|}}
 
{{#ifeq:{{{platform|}}}|xboxone|===XONE specific FAQ===
 
{{#ifeq:{{{platform|}}}|xboxone|===XONE specific FAQ===
 +
{{Template:FAQNext/XONE}}|}}
 +
 +
{{#ifeq:{{{device|}}}|Mouse|===Mouse specific FAQ===
 
{{Template:FAQNext/XONE}}|}}
 
{{Template:FAQNext/XONE}}|}}

Revision as of 10:34, 3 December 2017



Options:

FAQ

General troubleshooting

Installation fails, some library dependencies are not satisfiable, what can I do? (Linux)

Make sure your Ubuntu or Raspbian version is supported (check the requirements).
Make sure you added 'universe' to the repositories.
Make sure you have an internet connection when you install the package.
Make sure Ubuntu / Raspbian is up-to-date (for Ubuntu or Raspbian, run "sudo apt-get update && sudo apt-get upgrade" in a terminal).

I'm having lag issues and/or movement glitches, what can I do? I want best performances, what should I check?

If you are using a TV, make sure to enable the gaming mode (not all the TVs have such a mode, read the user manual).
If you have lag even with a genuine sixaxis/dualshock 3, the lag is probably not due to GIMX.
Increase your mouse frequency as explained there: link.
Make sure your mouse frequency is between 250Hz and 500Hz, and at least twice the GIMX update frequency.
Make sure your mouse can track at least 2000 DPI, and make sure your mouse is running at the highest DPI setting.
Don't use the calibration GUI or the terminal output while playing.
Close any other application (Firefox...).
Avoid usb extension cables and hubs. Some of them are weak and result in poor performances.
Some bluetooth dongles are reported to generate lag issues. It is recommended to use a bluetooth dongle with a CSR Bluecore4-ROM chip.

I can't save my config file? I can't see the config file I saved?

Save your config files in the right directory: C:\Users\<username>\AppData\Roaming\gimx\config or /home/<username>/.gimx/config (Linux).
GIMX 1.12 and older: C:\Users\<username>\AppData\Roaming\emuclient\config or /home/<username>/.emuclient/config (Linux).
GIMX 0.51 and older: C:\Program Files\GIMX\config (Windows 32bits) or C:\Program Files (x86)\GIMX\config (Windows 64bits).
In Linux, the folder named ".gimx" is hidden. Press ctrl+h to display hidden folders!
Don't run anything as root user.

I can't edit my config file? Modifications are not saved?

File permissions are probably wrong.
Start a terminal: Click on the Ubuntu Dash, type "terminal" in the search bar, and click on the terminal icon.
Then type:

ls -l ~/.gimx

You'll see something like this:

total 8
drwxr-xr-x 2 root root 4096 2012-02-24 15:27 config
drwxr-xr-x 2 root root 4096 2012-02-24 15:27 macros

In the above example, file ownership is wrong.
To fix it, type:

sudo chown -R owner:usergroup ~/.gimx

Replace owner and usergroup with the appropriate values, which are usually your username for both.
If you are not sure just type:

ls -ld ~

You'll see something like this:

drwxr-xr-x 94 username group 4096 2012-02-24 16:24 /home/username

Do the same for the ~/.gimx-launcher directory.

Is it possible to use a virtual machine?

Yes and no. It's not officially supported and I don't give support for that. Running the software may work, but for compatibility and performance reasons, you should not use GIMX in a virtual machine.

Is there a mac os solution?

No, not yet. There probably will be a solution some day, but I have no idea about the date.