Search results for query: nvidia kmod

  1. Maturin

    What Do You Use FreeBSD For?

    Apart from the tinkering part, it is. But that's not FreeBSD. That's Unix. And all unix[like] including all Linux, are the same in that point. You only may get a different impression, when you pick some turn-key OS that autoinstalls a DE. On Unix the main UI is the terminal, the shell. Anything...
  2. T

    nvidia and GeForce 3060 on FreeBSD 14.4 - not a happy experience

    In my continuing adventures (see here and here) to get my workstation working at an acceptable level with FreeBSD 14.x, I took out the Sapphire Radeon R7 240 4G DDR3 graphics card, an put in a MSI GeForce RTX 3060 Ventus 2X 12G OC instead. It shows up like this in pciconf -lv output...
  3. T

    Trying to run KDE 6 Plasma with Wayland....

    This is basically because kmods repo builder still does NOT build NVIDIA things other than x11/nvidia-kmod alone and need to be patient until the admins address why. If usual kmod KBI is not changed and your x11/nvidia-kmod* and graphics/nvidia-drm-*-kmod* matches version in NVIDIA part and the...
  4. elgrande

    Trying to run KDE 6 Plasma with Wayland....

    Ty! Now it works (after building from ports). I was thinking the -kmods repo should take care about that problem - obviously I was wrong 😅.
  5. T

    Trying to run KDE 6 Plasma with Wayland....

    Is your iGPU is disabled via UEFI firmware (or via legacy BIOS), or nonexistent, right? If not, NVIDIA dGPU would be /dev/dri/card1, not /dev/dri/card0. If yes, are you sure you've built your x11/nvidia-kmod*, graphics/nvidia-drm-*-kmod* and corresponding graphics/drm-*-kmod via ports using...
  6. alarz

    Black screen on Xorg autoconfig

    I changed "nvidia-modeset" in /etc/rc.conf to "nvidia-drm", rebooted, ran startx, and caused a kernel panic. I pasted the crash dump here: https://pastebin.com/PBuqni49 Retried with "nvidia-drm-61-kmod-580" instead of 66, kernel panic again. Uninstalled nvidia-kmod-580 and...
  7. baaz

    Xfce XFCE features not working

    So with drm-612-kmod's i915kms + XLibre you get a startup freeze, While Wayland works with the same DRM configuration, but cluade-code causes Wayland to crash, SCFB + XLibre works, but there is no DPMS (Which is expected), And you just use the Intel iGPU, the NVIDIA card/drivers is not involved...
  8. elgrande

    Xfce XFCE features not working

    Yeah the scfb driver works but I have the problems with display power management and the wallpaper. This laptop is 10 years old but I never managed to get the Nvidia graphics to work under FreeBSD - there is no switch in UEFI setup to only use the discrete GPU unfortunately. I am fine with Intel...
  9. T

    Solved Failing to update 15.1 with legacy Nvidia through pkgbase

    The only difference within xorg flavor (default) and xlibre flavor of x11/nvidia-driver* is just which to depend upon x11-servers/xorg-server or x11-servers/xlibre-server. And even if it actually works, NVIDIA doesn't (yet?) state supports for XLibre, as far as I could hear until now. So if any...
  10. freezr

    Solved Failing to update 15.1 with legacy Nvidia through pkgbase

    Eventually I compiled the following packages from Ports, not sure what were the ones necessary thus I did all of them: nvidia-drm-66-kmod-580-580.173.02.1501000_1 NVIDIA DRM Kernel Module nvidia-kmod-580-580.173.02.1501000 NVIDIA graphics driver kernel module...
  11. fahrenheit

    Xfce XFCE features not working

    If you use uefi, it's not the vesa driver you need it's the scfb driver. In any case, my suggestion is to build drm-612-kmod (if on 15.1/16, drm-66-kmod if on 15.0 or drm-61-kmod if on 14) and whatever gpu-firmware kmod you need (for amd or intel) from ports (search the forum, you will find...
  12. fahrenheit

    Xfce XFCE features not working

    elgrande #1 happens for me when I don't have hardware accelaration (i.e. no radeon, amdgpu, i915kms or nvidia kmod and respective firmware, if needed, loaded). #2 might also be related.
  13. T

    Black screen on Xorg autoconfig

    Does x11/nvidia-driver-580 sanely installed? I assume NO as of your comment in #5 here. As of requirements from kmods builder admins, I, as one of the maintainers of NVIDIA GPU related ports, have stopped devpending on x11/nvidia-driver by each of graphics/nvidia-drm-*-kmod. But as...
  14. alarz

    Black screen on Xorg autoconfig

    I am using the '580' version of the driver because on my Linux system, it's the last available version for my GTX 1060. Maybe seeking out the 580 version specifically was a bad call? Idk for sure Here are the results of pkg which /usr/local/lib/xorg/modules/drivers/nvidia_drv.so...
  15. E

    Black screen on Xorg autoconfig

    Looks like Xorg can't find the Nvidia driver for Xorg: nvidia_drv.so. Are you using latest or quarterly packages? Please post the result of: pkg which /usr/local/lib/xorg/modules/drivers/nvidia_drv.so pkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' P.S. putting Driver...
  16. T

    I see X Twm only, not KDE

    Unfortunately, kmod pkg builders for releases NOT oldest supported minor version per major versions (i.e., 15.1 while oldest-supported is 15.0) doesn't build NVIDIA related kmod ports other than x11/nvidia-kmod. (Main pkg builders that builds ALL pkgs for oldest supportetd minor version per...
  17. S

    I see X Twm only, not KDE

    I have sometimes had issues with updating nvidia drivers. I also have a GT1030 and use the 580 drivers. Firstly if you have your system on ZFS you might be able to go to a former boot environment that works. Secondly, you can try first updating your ports tree, I use gitup for that. gitup...
  18. T

    FreeBSD packages normally bloated

    Another approach would be parent (master) - chile (slave) ports approach that were done from far before FLAVOR and/or subpackages are introduced. If the port is small enough without GUI parts and sane splitting is possible like we did for x11/nvidia-driver and x11/nvidia-kmod, make it as parent...
  19. alarz

    Black screen on Xorg autoconfig

    Hello, all, this is my first post. I have been using FreeBSD for a bit, but this is my first attempt running it on bare metal. Installs, boots, and runs mostly just fine, great in fact, but I just cannot get the X11 session to run properly. Hardware is an Alienware 15 R3 with an Intel i7-7700HQ...
  20. R

    sddm and KDE fail to start on Dell laptop

    Yes that is true, it may not be necessary to have a USB boot, it depends on each scenario. I had to do it but maybe I didn't go through all options. By the way after resolving that situation users will find that SDDM is no longer able to launch Wayland sessions. Users will be forced to use...
Back
Top