Page 1 of 1

GIMX + Linux autorun

Posted: Mon Feb 03, 2020 12:13 pm
by Talgon
Hello! Thanks for such a good project.
I have a G27 and a PS4.
Assembled the adapter. On windows 10, everything works fine.
There is also an old laptop.
I decided to build an assembly on Linux mint 19.
Gimx works great.
I have a problem's.
1) is it possible to configure gimx to run with a script when you turn on the laptop automatically?

There is no experience on Linux.
Thanks in advance for your advice.

Re: GIMX + Linux autorun

Posted: Mon Feb 03, 2020 7:10 pm
by GoDlike

Re: GIMX + Linux autorun

Posted: Tue Feb 04, 2020 1:11 am
by Talgon
Про скрипты там ничего нет. ((

Re: GIMX + Linux autorun

Posted: Tue Feb 04, 2020 1:13 am
by kaiba_seto2004
You can follow this guide:
It worked on Ubuntu and Raspbian stretch, Armbian too.

Re: GIMX + Linux autorun

Posted: Wed Feb 05, 2020 6:43 am
by Talgon
According to instructions
sudo nano /etc/systemd/system/gimx.service
created the gimx.service file
with the right content.

then sudo systemctl daemon-reload
then sudo systemctl enable gimx && sudo systemctl start gimx

And then I don’t understand .... I added this file to startup, but when I turn it on, gimx still does not start ....

What am I doing wrong?

Re: GIMX + Linux autorun

Posted: Wed Feb 05, 2020 8:00 am
by kaiba_seto2004
gimx service will start (not gimx UI), you won't see anything on desktop.
Just press PS binding button and you're ready to play.
you can check for gimx service by this command (in terminal):

Code: Select all

ps aux | grep gimx
or

Code: Select all

systemctl status gimx

Re: GIMX + Linux autorun

Posted: Wed Feb 05, 2020 9:43 am
by Talgon
strange, after rebooting, the Mint shell continues to load anyway

Re: GIMX + Linux autorun

Posted: Wed Feb 05, 2020 10:30 am
by Talgon
Re: GIMX + Linux autorun
Post by kaiba_seto2004 » Wed Feb 05, 2020 2:00 pm

gimx service will start (not gimx UI), you won't see anything on desktop.
Just press PS binding button and you're ready to play.


all OK! works! thanks