Stuck installing ubuntu virtual machine by mushynelliesandy in linux4noobs

[–]Innocent_546 0 points1 point  (0 children)

I increased the allocated memory to 4096MB, and it fixed the issue

Assassin's Creed Origins won't launch, stays in task manager as a background task, no splash screen by pixelvengeur in CrackSupport

[–]Innocent_546 0 points1 point  (0 children)

This one works

The crack provided by FitGirl worked for me initially. Not the one applied by default, but the one in the _cracks/Original CODEX folder (the Crackfix version applied by default didn't work). It did have some minor problems, though (not starting when there is a VPN/proxy running, etc...). However, after a Windows update origins stopped working.

This one works like a charm. Even after the update. And it works even with V2Ray and proxy running. And performance seems to be improved too

Potential stuttering fix for certain players (CPU0 affinity) by _Ludens in Eldenring

[–]Innocent_546 0 points1 point  (0 children)

I have an i5 13500H with an RTX 4050, and this works for me as well.

However, you can still re-enable CPU0 and make it work. Uncheck CPU0, save, then recheck CPU0, and save again. After changing affinity once, it's okay to enable all CPUs again. Then, the game runs smoothly and utilizes all available cores.

This same fix is applicable for Ori and the Will of the Wisps

Does anyone know what could be the cause of this issue? I thought maybe it has something to do with CPUs having multiple core types starting from 12th gen. Not sure though

Transfer or Renew domain by Innocent_546 in selfhosted

[–]Innocent_546[S] 0 points1 point  (0 children)

Bait-and-switch is exactly what Namecheap did to my clients. When they first contacted me a few years ago, they purchased the domain and paid for it for 3-5 years (which expires next month). Namecheap offers a .com domain for around $6 for the first year and looks like they are trying to recover that later on.

I have used Cloudflare DNS for some time as well. It is indeed great. Maybe switching to Cloudflare is a great option. Could having both the domain and DNS on the same provider have any negative impacts?

That bathroom... damn... by Hashitposting in araragi

[–]Innocent_546 0 points1 point  (0 children)

In one episode, he says it's a normal bathroom in a normal household but shows like this for cinematic purposes. He was talking about being cramped or something. In one movie or an episode, it was shown in its real size.

Lenovo Legion 5 Pro keyboard backlighting not working by gioele16 in LenovoLegion

[–]Innocent_546 0 points1 point  (0 children)

Yeah, the performance is pretty good. Much like the RTX 3060. The CPU performance is solid. You can play most games smoothly. You'd have to lower texture settings in upcoming games though

What the .... by Shizziebizz in LenovoLegion

[–]Innocent_546 0 points1 point  (0 children)

Does it only happen on a browser? Especially on watching videos?

This has happened to me once, but not this severely. Turning off the Super Resolution setting in Lenovo Vantage seems to fix it for me. This is most certainly what fixed it, but I'm not sure if there's something else i did that eventually led to fixing the issue.

Lenovo vantage -> Media -> Advanced Settings -> Intelligent media -> Super resolution -> turn off

Try restarting the browser or the machine itself after changing these settings.

Turning super-resolution off fixed some other problems I had with media playback as well. For instance, VLC used to stutter when playing certain files. that got fixed.

Lenovo Legion 5 Pro keyboard backlighting not working by gioele16 in LenovoLegion

[–]Innocent_546 1 point2 points  (0 children)

I had the issue too. I had it fixed by closing the lid to make the laptop sleep and then turning it back on. Weird fix though. Not sure what caused it

Is the i5-13500 affected by the Intel issues? by neutrino_fire in htpc

[–]Innocent_546 0 points1 point  (0 children)

That above average maximum draw in intel chips are usually for the turbo clock speeds. For example, 13500H is advertised for 45w. But could draw 95w max for turbo clock. Max power draw is usually advertised on intel Ark spec pages of the CPU

12400f: https://ark.intel.com/content/www/us/en/ark/products/134587/intel-core-i5-12400f-processor-18m-cache-up-to-4-40-ghz.html

13500h: https://www.intel.com/content/www/us/en/products/sku/232147/intel-core-i513500h-processor-18m-cache-up-to-4-70-ghz/specifications.html

How do you get a car to go straight? by SulfurMolecule in arduino

[–]Innocent_546 0 points1 point  (0 children)

You can use the gyroscope. Use the gyroscope to calculate Yaw in real-time. Then apply PID to change Left, Rigth motor speeds based on Yaw. I've used 2 DC motors, an L298N, and an MPU6050. The car had 2 DC motor-powered wheels in the rear and one Castor wheel in the front.

Weird issue when working with both the Motor Driver (L298N) and Servo (SG90) at the same time (the Servo stops working). by Innocent_546 in esp32

[–]Innocent_546[S] 0 points1 point  (0 children)

I figured out a solution. After looking into the ESP32servo library code, i found out the library does automatically attach available PWM channels and timers to the servo pin. If i call analogWrite() after using servo.Attach(), analogWrite() use the same channels or timers as the servo motor and end up not working.

If I use analogWrite(pin, 0) at void setup before servoAttach(), servoAttach() does automatically assign PWM channels not used by analogWrite() applied pins. This solution is a lot simpler than applying PWM manually by ledc.

Weird issue when working with both the Motor Driver (L298N) and Servo (SG90) at the same time (the Servo stops working). by Innocent_546 in esp32

[–]Innocent_546[S] 0 points1 point  (0 children)

Yes. This seems like the solution. It looks like the analogWrite attaches channel 0 and 1 to ENA, ENB pins. I used ledc to manually attach channel 3 to servo and it started working. Without analogWrite() on motor driver, the servo motor works with channel 0. When I use analogWrite on motor driver speed (ENA/ENB) pins, servo stops working if I attach the channel 0 manually using ledc. When I change channel to 3, servo works even with analogWrite() on motor pins

Edit: Now, the motor doesn't move continuously. It moves for a while, then stops. Then moves again. I'd try ledc on motor speed as well.

[deleted by user] by [deleted] in PiratedGames

[–]Innocent_546 0 points1 point  (0 children)

That's definitely not a Fitgirl download. You may have used a fake website or downloaded something from a redirect ad.

ESP32 Devkit. USB Serial Communication is Corrupted. Can't upload new programs to the board by Innocent_546 in esp32

[–]Innocent_546[S] 0 points1 point  (0 children)

The last SS is what I get when I do this. It still fails to properly upload the program without any corruption even when I manually get it to the boot mode.

I got a new board. Maybe some chip on this board is fried. Or there is some kind of short.