helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 59 forks source link

Garbled screen on NVIDIA GeForce GT 620 #525

Open louies0623 opened 10 months ago

louies0623 commented 10 months ago

Describe the bug

https://github.com/helloSystem/ISO/issues/524#issue-1881201503

Same bug

Version (please complete the following information):

https://bsd-hardware.info/?id=pci:10de-1049-1043-8473

probonopd commented 10 months ago

Does it work on NomadBSD?

louies0623 commented 10 months ago

I am not using NomadBSD, but it is normal on ghost bsd.

probonopd commented 10 months ago

Please retry with the latest ISO build.

louies0623 commented 10 months ago

No, the bug is still there.

probonopd commented 9 months ago

Please compare which drivers and kernel modules are loaded. I don't have this hardware so I can only improve if you can tell me what to change.

Also, we are using initgfx from NomadBSD, so it is always a good idea to also test there.

Thanks!

louies0623 commented 9 months ago

Where can I see drivers and kernel modules are loaded?

louies0623 commented 9 months ago

I tried NomadBSD and it was very laggy, but the screen was normal. Supplement: There will be a short Grable screen.

probonopd commented 9 months ago

Please see https://hellosystem.github.io/docs/developer/graphics.html

cat /usr/local/etc/X11/xorg.conf.d/00-video-initgfx.conf shows which Xorg driver was selected by initgfx.

kldstat shows you the loaded kernel modules (please don't post all of them, just the GPU driver).

If you can submit a Hardware Probe from

from the same machine, that will already help. It contains this information.

louies0623 commented 9 months ago

hello system 2 0xffffffff83400000 db7e30 nvidia.ko 1 0xffffffff841b8000 e6dd0 nvidia-modeset.ko

nomadbsd ✓ 2 0xffffffff83400000 db7dc0 nvidia.ko 1 0xffffffff832a1000 e6d40 nvidia-modeset.ko 20230914_223155

Ghost bsd 1 0xffffffff84c00000 db7e30 nvidia.ko 1 0xffffffff84aef000 e6dd0 nvidia-modeset.ko

Nomadbsd is more stable than Live after installation.

louies0623 commented 9 months ago

20230927_120752 20230927_115901

probonopd commented 9 months ago

So what exactly do I need to change? I can only implement the change once you have confirmed on your machine that the suggested fix works.