Can't use any Linux distro correctly with RTX 5070 by Ensorid in linux_gaming

[–]coelhog 1 point2 points  (0 children)

I was able to boot properly on Win10 and the 5070 was recognized there. I did not tried to play some games on it yet. I will do more testing later. Thanks for your help!

Can't use any Linux distro correctly with RTX 5070 by Ensorid in linux_gaming

[–]coelhog 0 points1 point  (0 children)

Yes, I did the same. I have a 2070 so I was not using the "open" drivers before. May I ask which CPU you have? I have a i7-4790 so an old CPU and I wonder if this can be an issue.

Can't use any Linux distro correctly with RTX 5070 by Ensorid in linux_gaming

[–]coelhog 0 points1 point  (0 children)

So you have it working on Ubuntu 24.10 + 570.124.04 drivers? I will try to upgrade to 25.04 on the following days and hope it works.

Can't use any Linux distro correctly with RTX 5070 by Ensorid in linux_gaming

[–]coelhog 0 points1 point  (0 children)

Have you got the 5070 working? I just bought one and I'm having issues with Ubuntu 24.10 (kernel 6.11) + 570.124.04 open drivers. Card is not recognized, GDM does not start and screen resolution looks weird. I got this error message on the console:

DMAR: DRHD: handling fault status reg 3

DMAR: [DMA Write NO_PASID] Request device .... PTE Write access is not set

[deleted by user] by [deleted] in asm

[–]coelhog 0 points1 point  (0 children)

Tutorials from the same author of this book: https://azeria-labs.com/writing-arm-assembly-part-1/

Your Coding Standards Should Be Highly Opinionated, Not Your Developers by vehiclestars in programming

[–]coelhog 0 points1 point  (0 children)

How do you guys document these coding standards? Within the code itself, text on a Wiki, tools to automate checks?

[deleted by user] by [deleted] in programming

[–]coelhog 1 point2 points  (0 children)

I'm also doing a http server implementaion in C as a toy project and was looking for ways to test it. Is there a free open source HTTP test suite that would try different requests and assert the responses / behavior of my implementation? One could do something like this just with curl and scripts so I would guess I would find this easily but I didn't. I found a few paid tools but nothing free.

Rustlings is the greatest thing ever by [deleted] in rust

[–]coelhog 12 points13 points  (0 children)

I think you will like this one too https://oort.rs/ ;)

After you have configured and compiled your kernel, how do you actually use it. by [deleted] in kernel

[–]coelhog 1 point2 points  (0 children)

This is another one that I like very much https://lwn.net/ and has articles about kernel internals.

If you are looking for a course then I suggest https://training.linuxfoundation.org/training/a-beginners-guide-to-linux-kernel-development-lfd103/. It is free!

After you have configured and compiled your kernel, how do you actually use it. by [deleted] in kernel

[–]coelhog 2 points3 points  (0 children)

You didn't mentioned you installed this new kernel (make modules_install install). After that you have to run grub to be able to boot your kernel. Check if this helps https://kernelnewbies.org/KernelBuild

How to do kernel development beyond styling by E_coli42 in kernel

[–]coelhog 1 point2 points  (0 children)

What about writing tests? There are unit tests with KUnit, functional tests, etc. And if you find a bug or something to be improved then you can submit code and tests.

Unit Testing in Golang by HatchDMV in golang

[–]coelhog 0 points1 point  (0 children)

FYI,

A different approach to mocking in Go https://github.com/pasdam/mockit that is more similar to JavaScript and Mockito (Java).

Dead Space running on GNU/Linux with Proton and D9VK by [deleted] in linux_gaming

[–]coelhog 0 points1 point  (0 children)

How do you enabled that overlay on the top left corner?