Select Page

Review: Thrustmaster T-Flight HOTAS X Joystick

Wait, How Old?

Yes, Thrustmster released the T-Flight HOTAS X Joystick way back in 2008, over 10 years ago. By technology’s standards, this thing is a relic! But can the HOTAS X stand up to the true test of time? Well… it seems it can. The fact that this thing is still readily available is a testament to how much staying power this hardware has.

First Impressions

The build quality of this joystick is impressive for its price range. For $50 (even less if you can find it on sale) you get a great entry level stick and throttle. At first, the sheer number of buttons overwhelmed me. As a casual gamer, I’m only used to about 4-6 buttons and a D-pad. However, once I counted the sort of “secret” buttons like R3 and L3, I had 11 buttons plus a D-pad. So the 12 buttons on the HOTAS X isn’t THAT much different. I suppose the brand new hand placement takes a bit of getting used to.

Default Configuration

Having the ability to manually configure the buttons however you want is awesome. There are a few default configurations that come built into the firmware which is convenient. That makes it super convenient for certain game titles. Unfortunately, there is no default configuration for X-Plane 11. Not a deal-breaker, but an X-Plane 11 default would have been nice. That would have made playing X-Plane 11 a breeze out-of-the-box. Regardless, I would likely be setting my own custom configuration anyway.

Ergonomics

From the moment I first put my hand on the stick, it felt great. I purchased the Thrustmaster HOTAS X joystick with the intention to log many hours in X-Plane 11. That said, I need my stick and throttle to be as comfortable as possible for when I settle in to those long flights. And the same level of comfort goes for the throttle as does the main flight stick. Both elements are a pleasure to operate and my fingers fall perfectly where they need to in order to reach all the buttons. Another great feature is that the HOTAS has the ability to be separated or joined. Depending on your desk size and comfort level, you can operate the throttle and joystick up to a shoulder’s length apart, or even farther. Please note this flight stick is designed for right-handed players.

Overall Experience

Full disclosure: I’ve only put 17 hours on this joystick and this has been my first experience with a HOTAS setup. However, in that 17 hours, I’ve had absolutely no problems with this stick and throttle. I love the fact that you can attach the throttle to the stick for small desktops and pull them apart for when you have more space. The throttle and stick even comes with its own Alan key built into the base so you can quickly and easily combine and separate the stick and throttle. I look forward to putting more hours on the Thrustmaster HOTAS X Joystick as it is a superbly built piece of hardware.

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...