JJones780

Results 30 comments of JJones780

The user wouldn't necessarily have to be able to write off the page but being able to position already drawn objects off the page might be useful: - as notes...

I've got a regular Vive headset and a Cosmos Elite.. trying to get the Cosmos going. I've recompiled my kernel etc and followed through on CertainLatch's driver with Cosmos modifications,...

I tried accessing the display via i2c and other methods but also ran into a nvidia bug. I don't have windows installed at all. I am happy to see I...

If this is for relieving eye-strain or taking notes in a dark setting without disrupting others there may be an option in your windowing system already: Mac: Cmd+Alt+Ctrl+8 Windows10: 1....

yes, that seems to work better. I'm still getting spdlog errors however. ie: "/usr/include/spdlog/common.h:168:111: error: ‘basic_runtime’ is not a member of ‘fmt’" spdlog version: -- CPM: adding package [email protected] (v1.13.0)...

spdlog had gotten out of sync with the fmt library it uses. This has been fixed in spdlog 1.14.0 I changed line 92 in **kdevcxx_with_ai/CMakeLists.txt** to v1.14.0: ``` CPMAddPackage( NAME...

It was then trying to compile against my local install of spdlog. I needed to modify: **`kdevcxx_with_ai/ai_processing/CMakeLists.txt `** added below line 13 ( i.e. to target_link_libraries): **`spdlog::spdlog `** now I'm...

I haven't tried it yet... but using unGTP-IL2.zip to expand the data/Graphics1.gtp ( and others?) should go a long ways toward solving this ( maybe with some 24 to 32...

On a whim I tried some settings from the `DCS World` protondb entry. In particular running: `protontricks 307960 d3dcompiler_47` and now I am able to hit "ok" ( or use...

@SunnyOd: protontricks is a wrapper on winetricks for easy use with proton. It is a separate program you need to install and run. See here: https://www.maketecheasier.com/troubleshoot-steam-games-work-linux/ Those who have it...