Recently was given a T300RS Thustmaster Wheel, kept [alt] + [tab] ‘ing out of the game to configure the options. When re-joining my game I could not exit out of the menu screen.
After a little hunting on the internet I found you can flick to windowed mode, then fullscreen and this solves the issue.
Or if you prefer a shortcut:
[alt] + [enter]
Do this twice, and your game should flick to windowed mode then back to fullscreen.
One major hurdle I had when starting off was being able to use my NAS (Network Attached Storage) with my Linux VM’s (Virtual Machines).
Debian 11 is my flavour of choice, with cifs-utils being installed as a prerequisite.
Linux needs to mount the shares on bootup to achieve maximum uptime and autonomy. I achieved in editing the fstab file.
sudonano/etc/fstab
This allows me to edit the Linux system’s filesystem table. Scrolling down to the bottom, I added these lines, replacing everything in the brackets with my configuration.
To not have my share login info so easily accessible, I placed them in them in a file called ‘credentials’ located in the /home/[username] directory with permissions -rw------- and it is owned by my user.