I have very low GUI performance of certain apps running in WSL (specifically Google Chrome and IntelliJ IDEA). It feels like there’s no hardware acceleration. GUI windows are very unresponsive (key presses and scrolling have very noticeable lag), there’s no smoothness and interactions cause high CPU load. I have noticed […]
Daily Archives: August 2, 2023
12 posts
I’ll try to keep this as detailed and consiece as posible: I want to dual boot my HP Laptop with Ubuntu, it already has Windows 10 Pro, using MSInfo32 through Windows+R I identified that the pc runs on Legacy mode (Although when pressing ESC at the start of the computer […]
I have a bunch of video files created by MKVToolnix that have a Codec ID like: V_MS/VFW/FOURCC / HEVC. I tried to run this: ffmpeg -i test.mkv -c copy test.avi to turn it to avi and then this: ffmpeg -fflags +genpts -i test.avi -c:v copy -c:a copy test2.mkv to convert […]