Autostart GIMX RPi at boot with GUI

Need help? Ask here and someone will help
Post Reply
sayser
Posts: 42
Joined: Wed Feb 27, 2019 1:46 pm

Autostart GIMX RPi at boot with GUI

Post by sayser »

There is an instruction on how to make GIMX autorun without GUI:
Simply create a file /etc/systemd/system/gms.service (as root):

sudo nano /etc/systemd/system/gimx.service
With the following contents:

[Unit]
Description=GIMX
After=syslog.target network.target

[Service]
User=pi
Type=simple
# Replace /dev/ttyUSB0 with /dev/ttyAMA0 when using the on-board UART interface
ExecStart=/usr/bin/gimp -p /dev/ttyUSB0 -c LogitechDrivingForceGT_G29.xml --nograb
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target
Replace ttyUSB0 with your device (/dev/ttyacm



I need the opposite with GUI. Help me fix this
User avatar
GoDlike
Posts: 1318
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: Autostart GIMX RPi at boot with GUI

Post by GoDlike »

Just put gimx-launcher to autorun then
My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
sayser
Posts: 42
Joined: Wed Feb 27, 2019 1:46 pm

Re: Autostart GIMX RPi at boot with GUI

Post by sayser »

I'm a noob and I don't know how to prescribe it. Help if it's not difficult
User avatar
GoDlike
Posts: 1318
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: Autostart GIMX RPi at boot with GUI

Post by GoDlike »

My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
Post Reply