Avatar

gyrfalcon

gyrfalcon@beehaw.org
Joined
11 posts • 8 comments
Direct message

A youtuber I like has made not one but two videos about Twike, one about a Twike he bought and one about when he visited their HQ

permalink
report
reply

People have mostly covered the important stuff, so something less important is: if you are liable to take them off with any regularity, you’re gonna lose them on top of your head! I keep mine on pretty much any time I’m awake and not doing something specifically anti glasses (think swimming), but I know especially people who are farsighted while watching TV or nearsighed while reading will do this.

permalink
report
reply

Also, in ear headphones and speakers exist if you are like me and can’t find a pair of on/around ear headphones that don’t make your ears sad when you wear your glasses.

permalink
report
parent
reply

Interesting, I think I’ve probably never noticed because I use night vision pretty much all the time when I’m flying my ship. I’ll look into reshade but I’m playing on Linux via proton and I’m not sure I want to hack more on an already working setup lol

permalink
report
parent
reply

Not sure I’m familiar. I picked the game up last summer and got Odyssey pretty soon after the base game and didn’t notice a difference then, so maybe?

permalink
report
parent
reply

I am back on Elite Dangerous after taking some time to focus on Deep Rock Galactic in the first half of the year. I now have a second flight stick and did a little community class on flight assist off flying. Plus there have been lots of updates coming out. Taking advantage of the new engineering changes to build a really good combat ship and then going to focus on getting to Elite in combat probably, which also helps me practice my faoff flying.

permalink
report
reply
Deleted by creator
permalink
report
reply

Based on the content of the linked post and the evolution of the thread here, the mod team has decided to lock this post. There is an important difference between standing up for people who are marginalized and harassment, which this thread has been more or less equating. Please deal with this topic in a more nuanced manner going forward.

permalink
report
reply

First, I would strongly recommend creating a bootable USB drive and booting to it instead of using a VM if you are looking to test hardware compatibility and drivers. If this isn’t something you are familiar with, just let me know and I can try to point you in the direction of some useful resources. The virtualization pass through can add an additional set of headaches that is not representative of what your experience will be after installation, and you can reuse the bootable drive later if you decide to go forward with installation. There is no risk to the data you currently have on the machine, unless you decide to do the installation process or otherwise deliberately muck about.

It is also possible a suitable driver is already in the kernel for this device, since it looks to be a fairly standard USB Wifi adapter, in which case you might learn that you don’t need to mess with driver installation at all. In my experience, I have only needed drivers for Nvidia hardware, and when I have been trying to do something unusual with AMD graphics hardware, but I also have never heard of the company for your particular adapter, so your mileage may vary. Regardless, if you are continuing with your VM testing, make sure all of your USB pass through is being handled correctly so you aren’t barking up the wrong tree.

As far as the drivers themselves, it looks like if you go a few directories down, there is some documentation, as in a Readme.txt that just contains a list of changes made to the software in various versions. I think if you dig down in the extracted zip file into WIFI-FE-2(Other Driver)/Linux Driver/DPA_MT7601U_LinuxSTA_3.0.0.3_20130313/ you’ll be in more or less the right place. From there I think on the command line you can just do make and things should get compiled by your system toolchain, and then when that hopefully finishes successfully you can do sudo make install to get everything where it needs to go. Those are fairly standard steps for installing from source on Linux, though they are typically preceded by a command to Automake or CMake to fully configure the build system. I don’t see any evidence of those tools being present, but that’s something to check out if the commands I mentioned throw up an error of some kind.

Anyway, good luck! I hope that Linux on the desktop impresses and you make the switch, but if not I hope you at least get the chance to learn more about your system. And don’t hesitate to respond here or in a DM if you have other questions!

permalink
report
reply