Author: geekamole

  • Improved QuickInfo in Visual C++ 2017

    At some point “Auto Quick Info” got annoying. Now I have it set to pop up on middle-mouse click. Install X-Mouse Button Control In Visual Studio, go Options->Text Editor->C/C++->Advanced, IntelliSense, Auto Quick Info, disable. In XMBC, add a new profile for devenv.exe Add a SimulatedKeys rule for your mouse button (I used middle). Only send…

  • My “multiseat” (actually multiple X servers and one physical seat) configuration and zaphodkvm

    I know I’m not the first to run with multiple X servers for a single user, but since these configurations are so rare I thought it would be good to put my details out there. I also wrote a program I call zaphodkvm to handle my input devices. My motivation for this project was to…

  • rt2800usb fix for Ralink/MediaTek 3070 [Gentoo / Linux]

    I just received a $4.39 USB WiFi adapter from a Hong Kong eBay seller (auction titled “Mini 150M USB WiFi Wireless N LAN Network Adapter 802.11n/g/b”) that has a Ralink 3070 chipset. I tried the rt2800usb driver in gentoo-sources-3.7.9 and got “Invalid RF chipset 0x3070 detected” in dmesg when I plugged the adapter in. The…