Search results for query: nvidia

  1. T

    HELP! EXPERTS NEEDED! Xorg and any DE or related thing Hard crashes not just FreeBSD, but makes my PC fail to P.O.S.T and I have to turn off my PSU.

    Do you have any of graphics/nvidia-drm-*-kmod installed? The part "*" varies depending on the FreeBSD version if you installed it via graphics/nvidia-drm-kmod. If yes, do you have hw.nvidiadrm.modeset=1 hw.nvidia.registry.EnableGpuFirmware=1 lines in your /boot/loader.conf? Basically...
  2. fahrenheit

    HELP! EXPERTS NEEDED! Xorg and any DE or related thing Hard crashes not just FreeBSD, but makes my PC fail to P.O.S.T and I have to turn off my PSU.

    Torokia, check the linux drm mailing list (or the source code) for the pci id of your specific card (likewise for nvidia forum). It may require some kernel argument on boot to address some issue. It may also require loading newer firmware or a newer version of the software stack (mesa, wtv).
  3. Torokia

    HELP! EXPERTS NEEDED! Xorg and any DE or related thing Hard crashes not just FreeBSD, but makes my PC fail to P.O.S.T and I have to turn off my PSU.

    Specs before I explain the problem: Nvidia RTX 5070, Intel Ultra Core 7 265F, 32GB DDR5 RAM, and a 2TB M.2 SSD. So basically whenever I booted FreeBSD after I install sddm, it had a random black screen with the TTY cursor frozen in time, I can't go into another TTY using Ctrl+Alt+F2-8. When I...
  4. BaronBS

    I'm back and I need some help ;-)

    Yes, something is definitely wrong with my setup. Mine it is very different: How do I look for what it is missing?
  5. BaronBS

    I'm back and I need some help ;-)

    Already solved this issue, thank you. The second issue is the Nvidia settings not showing my config options like I'm used to. IDK is it is different on FBSD. If you can share a screenshot of you NVIDIA settings app it would be very helpful.
  6. BaronBS

    I'm back and I need some help ;-)

    I founded the issue thanks to you. There was nothing helpful in /var/log/Xorg.0.log. But this reminded me that I ran nvidia-xconfig at some point. So I just renamed /etc/X11/xorg.conf to /etc/X11/xorg.conf.bkp and everything is working now. Now, the reason I ran it, it because the NVIDIA...
  7. Alain De Vos

    I'm back and I need some help ;-)

    out of ideas here. Have a look at /var/log/Xorg.0.log kldstat | grep -i drm 20 1 0xffffffff89aa9000 8a190 drm.ko kldstat | grep -i nvidia 5 1 0xffffffff83848000 1652f8 nvidia-modeset.ko 6 1 0xffffffff83a00000 6068378 nvidia.ko
  8. BaronBS

    I'm back and I need some help ;-)

    Already tried that, same outcome.
  9. Alain De Vos

    I'm back and I need some help ;-)

    kld_list="nvidia-modeset" is enough.
  10. Alain De Vos

    I'm back and I need some help ;-)

    pkg info | grep kmod | grep drm , drm-66-kmod-6.6.25.1500068_8 Direct Rendering Manager GPU drivers nvidia-drm-66-kmod-580.119.02.1500068_2 NVIDIA DRM Kernel Module nvidia-drm-kmod-580.119.02 NVIDIA DRM Kernel Module Note , 3 lines.
  11. Alain De Vos

    I'm back and I need some help ;-)

    Try to keep /boot/loader.conf as short a possible. pkg info | grep nvidia nvidia-driver-580.119.02_1 NVidia graphics card binary drivers for hardware OpenGL rendering nvidia-drm-66-kmod-580.119.02.1500068_2 NVIDIA DRM Kernel Module nvidia-drm-kmod-580.119.02 NVIDIA DRM Kernel Module...
  12. BaronBS

    I'm back and I need some help ;-)

    Hello forum, long time no see. Glad to be back. I got a T490 recently that have a nvidia MX250. Installation went fine beside a bug that I will cover in another post, because it is not related to this problem. After install the base OS I installed X, xfce, lightdm and the kernel modules for the...
  13. T

    Other FreeBSD 15.0 - Hyprland Setup

    ...are at 590.48.01. Beware! 590 series and later drop support for pre-Turing generations of GPU architectures. Note that, if you're building NVIDIA things via ports locally using latest branch, you can override version (need to disable checksum, too) to try latest Beta version of driver...
  14. Alain De Vos

    Other FreeBSD 15.0 - Hyprland Setup

    sorry i dont see your version psearch nvidia devel/py-py3nvml Python 3 Bindings for the NVIDIA Management Library devel/py-pynvml Python Bindings for the NVIDIA Management Library graphics/egl-x11 EGL X11/XCB platform library for NVIDIA driver...
  15. T

    Other FreeBSD 15.0 - Hyprland Setup

    ...(dma-buf based , which is more generic interface than already-existed graphics/egl-wayland, which is based on EGLStream that is almost NVIDIA specific.) Note that if you build x11/nvidia-driver-devel from ports locally, it should pull in graphics/egl-wayland2, too. Or if you additionally...
  16. Alain De Vos

    Other FreeBSD 15.0 - Hyprland Setup

    nvidia&wayland never worked for me.
  17. F

    Other FreeBSD 15.0 - Hyprland Setup

    Yes. So it is the 54 version with the issues.
  18. M

    Build a NAS using FreeBSD on a Raspberry Pi

    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were wondering if it’s possible to make a simple NAS...
Back
Top