Template:FAQNext

From GIMX

Revision as of 13:52, 19 November 2017 by Godlike (talk | contribs)

Jump to: navigation, search

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.

Why can't we use a male to male usb cable?

A simple male to male cable is irrelevant due to the usb protocol. A PC is a usb host, it can't be a usb device. Usb to usb cables not designed to work with GIMX such as file transfer cables won't work.

Can we use a normal serial port? (usb adapter)

No. The serial port (RS232 port) that can be found on old PCs does not work at the right voltage levels. It works at -12V/+12V instead of 0V/+5V.

Why isn't there a bluetooth version for windows?

The windows bluetooth stack is weak. It does not provide the low-level access to bluetooth that is required to emulate a sixaxis.

Why can't we use any bluetooth address?

A ps3 doesn't allow communications from an unknown bluetooth address, it only allows communications from bluetooth addresses of paired devices.
Two bluetooth devices are paired means that each device knows the address of the other, and each device allows communications from the other device.
Unpaired devices usually can't communicate. The bluetooth pairing is usually performed over bluetooth, but that's not the case for a sixaxis.
The sixaxis pairing is performed over usb: plug the male to mini usb cable, and press the PS button.

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.

I'm having button glitches, what can I do?

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!

My mouse buttons are not working as expected? (windows)

Check nothing is misconfigured in the mouse configuration software (like the Setpoint application for Logitech mice). Try to close the mouse configuration software.

I feel getting some lag with the left and right mouse buttons, WTF? (Linux)

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 this blog post. Ubuntu 11.04 should not give this issue anymore.

What mouse is recommended to use with GIMX?

The most important parameter is the mouse DPI.
The higher the DPI, the better the precision. This is even more the case for a 1-1 translation.
A 5700+ DPI mouse like the G500 is recommended.
Using a mouse with lower than 2000 DPI will probably result in movement glitches.

Do I need to change the acceleration of the mouse?

There's no need to do that since GIMX gets raw events from the mouse.

When im playing with mouse im getting too big mouse moves with only slight movement?

First do a mouse calibration. If you are still not getting expected results then play with config sensitivity.For more information please check Axis translation parameters

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?

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 check Axis translation parameters

My vertical aim is faster than horizontal aim (or the other way)

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 check Axis translation parameters