• 1 Post
  • 21 Comments
Joined 3 years ago
cake
Cake day: January 31st, 2022

help-circle





  • gyrfalcon@beehaw.orgtoLinux@lemmy.mlLooking for a "couch laptop"
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    1 year ago

    I bought a used HP Elitebook on eBay for a similar purpose. I can browse and do video calls on a bigger screen when the fancy strikes. Pretty much any used business laptop should work. I think I paid about $300 for mine and I paid extra for particular hardware I thought was neat but you don’t have to. Only thing to keep in mind is the battery will likely be pretty worn.










  • Not a game dev but I’ve done some programming and I love games so I’ll take a stab. There’s a few reasons I can think of:

    1. That’s how the engine they’re using works. Game engines take a long time to develop, and so if you’re using one off the shelf or from a previous project, it may be from a time when tying behavior to the frame rate was a low overhead tool for timing that would cause few if any issues. Given that Wolfenstein is a Bethesda title and they’ve made many games with similar engine level limitations, this seems most likely to me for this particular case.
    2. They never intended to release it that way, and just set it up that way early in development to start getting to the real gameplay work. Then the deadline came around and it wasn’t a high priority in terms of getting the game out the door.
    3. Probably doesn’t apply to Wolfenstein, but for indie games that have one or only a few developers, none of those people may have done much programming before, instead being more focused on other aspects of game design. So if you’re learning as you go, there’s a good chance some hacky things will make it in to the final product.



  • Interesting. It would still probably be helpful if you posted the output of lscpu, which should give some information about what processor you have.

    One other thing that could be important, but I’m not sure about, is that I know in the past Nvidia has been restrictive about allowing consumer cards to do what they consider enterprise level things, like GPU passthrough. It has been awhile since I was looking into it closely, though, so things may be different now.



  • 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!


  • I have an older HP laptop with a similar trackpoint style pointer. They are not as good as the real TrackPoints, because they lack the middle button in the buttons at the top of the track pad, so there’s no way to scroll while using that pointer. It doesn’t bother me because I am much more used to using a track pad anyway, but it’s definitely not interchangeable.