Difference between revisions of "FAQ"

From GIMX
Jump to: navigation, search
 

(2 intermediate revisions by the same user not shown)

Line 17: Line 17:
 
This can either be due to a bad USB cable, or the Dualshock 4 not being powered off before connecting it to the computer.<br />
 
This can either be due to a bad USB cable, or the Dualshock 4 not being powered off before connecting it to the computer.<br />
 
Also make sure you have [[Installation#Disable_power_saving_for_USB_devices|disabled power saving for the USB devices]].
 
Also make sure you have [[Installation#Disable_power_saving_for_USB_devices|disabled power saving for the USB devices]].
 +
 +
==<span id="23"></span>Controls work in a menu but not in game, just PS works (PS4)==
 +
 +
Please make sure you have right firmware - EMUPS4 instead of EMUG29PS4
 +
  
 
==<span id="22"></span>How can I test my serial adapter?== <!--T:21-->
 
==<span id="22"></span>How can I test my serial adapter?== <!--T:21-->
Line 133: Line 138:
 
==<span id="20"></span>Do I need to change the acceleration of the mouse?== <!--T:20-->
 
==<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.
 
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]]
  
 
</translate>
 
</translate>

Latest revision as of 11:20, 22 July 2018

Other languages:
English • ‎français

Contents

Is GIMX able to ...?

See the Features page.

My DIY USB adapter isn't working. What can I do?

  • Double check your wiring as explained here: link. A bad wiring results in failure at startup.
  • Check your USB cables, one might be bad. Only use shielded USB cables. A bad cable results in disconnection after a variable time.
  • Connect the USB to UART adapter directly to your computer. Using USB extenders is discouraged, especially on this side of the adapter.
  • Check the wires between the USB to UART adapter (e.g. CP2102) and the AVR USB board (e.g. Teensy 2.0). Make sure there is no bad contact. Loose contact (not soldered and not using jumper wires) is not acceptable and results in inconsistent behavior, such as failure at startup or disconnection after a variable time.
  • Test your USB to UART adapter as explained below.

Disconnection happens after 5-10 minutes (PS4)

This is probably due to a failure in the authentication process, which requires a Dualshock 4 to be wired all the time to the computer.
This can either be due to a bad USB cable, or the Dualshock 4 not being powered off before connecting it to the computer.
Also make sure you have disabled power saving for the USB devices.

Controls work in a menu but not in game, just PS works (PS4)

Please make sure you have right firmware - EMUPS4 instead of EMUG29PS4


How can I test my serial adapter?

Only connect the rx pin to the tx pin.
Download the Arduino IDE.
Start the Arduino IDE (don't forget to extract the archive...).
Select the right serial port in the "Tools>Serial Port" menu.
Click on "Tools>Serial Monitor".
Type something in the small text area at the top of the serial monitor, and click on the "Send" button.
If your adapter works correctly, you should see what you typed appearing in the main text area.
It is possible to test the serial adapter for different transmission speed (from 9600 to 115200 bauds).

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 get an error message when I click "Set Dongle Address", what can I do? (Linux+bluetooth)

Some bt dongles are not compatible. Try another one.

I get connection errors, what can I do? (Linux+bluetooth)

Make sure the sixaxis was already paired with your PS3 (the sixaxis should be able to turn on the ps3 remotely).
Make sure the sixaxis is not a fake one: link.
Make sure to turn your sixaxis off before starting emu: unplug the usb cable, and if it does not turn off by itself, press the PS3 button until it turns off.
If it still doesn't work, try another dongle.

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.

I can't see the COM port in gimx-launcher? (windows+usb adapter)

Check the COM port in the device manager.

WinCP2102.gif

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.

How can I set my old bdaddr back? (Linux+bluetooth)

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

sudo bdaddr -i hciX YY:YY:YY:YY:YY:YY

Replace X with the dongle index (0, 1, 2...), and YY:YY:YY:YY:YY:YY with the bdaddr to set. If you have multiple dongles and if you are not sure about the dongle index, type bdaddr -i hciX to see the current bdaddr of the dongle with index = X.

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