Search results for query: nvidia

  1. T

    IPFW IPFW Primer Document Draft

    ...adoc, so not enough sure...) If so, it could be just overlooked because group reviewer docs alone is set as reviewers. It would be better adding active members directly. For example, ziaee@ added indivitual NVIDIA driver ports team including me with group reviewer x11 on D55611 and some others.
  2. T

    scrambled screen with nvidia driver

    Currently, kmods repo is still NOT functioning fine for NVIDIA things. Admins of kmods repo are willing to look into why (we [NVIDIA driver ports team] already finished doing what they requested to us), but they still cannot take enough time to dig into, as far as I've heared. So anyone...
  3. B

    scrambled screen with nvidia driver

    This still not found by "pkg search" with kmods_latest so I guess I will build this locally and see what happens!
  4. T

    scrambled screen with nvidia driver

    For me (working state on ThinkPad P52 with Quadro P1000, stable/15), % kldstat | grep nvidia 33 2 0xffffffff8495f000 1662f8 nvidia-modeset.ko 34 2 0xffffffff84c00000 606e418 nvidia.ko 38 1 0xffffffff84b0c000 14a20 nvidia-drm.ko % % sysrc kld_list kld_list: smbfs.ko filemon.ko...
  5. B

    scrambled screen with nvidia driver

    What do "kldstat | grep nvidia" and "sysrc kld_list" show?
  6. T

    scrambled screen with nvidia driver

    ...for ONLY ONE GPU. And for me, Quadro P1000 (notebook) in ThinkPad P52 is running fine with X11 (xorg, not xlibre) on stable/15 using x11/nvidia-kmod-580 x11/nvidia-driver-580 graphics/drm-612-kmod graphics/nvidia-drm-612-kmod-580 that NVIDIA driver version at 580.159.04. If not, I've not...
  7. drsnx60

    scrambled screen with nvidia driver

    Only one warning , no ERRORs in this Xorg.0.log [ 53.332] (WW) NVIDIA(0): Option "PrimaryGPU" is not used So maybe the option PrimaryGPU should be used in the configuration. Also why is screen connected to the third Displayport connector on the CARD...
  8. B

    scrambled screen with nvidia driver

    I don’t use nvidia-settings & nvidia-xconfig pkgs. $ pkg info | grep nvidia nvidia-driver-580-580.159.04 NVIDIA graphics driver userland nvidia-kmod-580-580.159.04.1500068 NVIDIA graphics driver kernel module My etc/X11/xorg.conf.d/10-nvidia.conf: Section "Device" Identifier "Card0"...
  9. L

    scrambled screen with nvidia driver

    I replaced nvidia-drm by nvidia-modeset on kld_list. I also removed nvidia-drm-66-kmod-580-580.159.04.1500068 completely. # sysrc kld_list kld_list: nvidia-modeset fusefs coretemp sem cpuctl ichsmb cuse libiconv cd9660_iconv msdosfs_iconv udf_iconv linux64 fdescfs linprocfs linsysfs # pkg...
  10. L

    scrambled screen with nvidia driver

    My apologies I added the wrong Xorg.0.log file This is the correct one
  11. B

    scrambled screen with nvidia driver

    remove nvidia-drm from kld_list, add nvidia-modeset to it. may be even delete nvidia-66-kmod-580 pkg completely while we debug and reboot. the issue is nvidia-drm.ko fights with the other two nvidia*.ko modules.
  12. drsnx60

    scrambled screen with nvidia driver

    HI, looking at the Xorg.0.log X does not find the NVIDIA hardware at all , but find the integrated Intel GPU. If you run the nvidia-xconfig tool that puts a xorg.conf in /etc/X11 , does it find the Nvidia hardware ? and list it in the...
  13. L

    scrambled screen with nvidia driver

    # kldstat | grep nvidia 23 1 0xffffffff84620000 14a88 nvidia-drm.ko 29 2 0xffffffff84800000 606e418 nvidia.ko 30 1 0xffffffff8a86f000 1662f8 nvidia-modeset.ko # sysrc kld_list kld_list: nvidia-drm fusefs coretemp sem cpuctl ichsmb cuse libiconv cd9660_iconv msdosfs_iconv...
  14. frarohi

    Can't get GUI

    I have an old MacbookPro that also has an Nvidia 8600GT and wirh the help of the forum I found the configuration required to make it work. As the nvidia-340 driver is quite old, it has a problem with the current xorg version. To make it work, it is necessary to add the ignore ABI option to...
  15. E

    scrambled screen with nvidia driver

    ...log file. With exactly this minimal configuration after a failed startup of X (in addition to bakul's request), please post: cat /var/log/Xorg.0.log | nc termbin.com 9999 and post the resulting link here. pkg query -x '[%R] %o %n %v' '^drm-(510-|515-|61-|66-)?kmod|(^nvidia-(d|k))' | column -t
  16. B

    scrambled screen with nvidia driver

    If you show us the output of kldstat | grep nvidia sysrc kld_list grep nvidia /boot/loader.conf pkg info | grep nvidia sysctl hw.nvidia may be we can debug this further...
  17. L

    scrambled screen with nvidia driver

    No success with this minimal configuration. The X Server will terminate immediately after startup
  18. drsnx60

    scrambled screen with nvidia driver

    ...the DRM driver cleanup the installation first . pkg remove the whole list of packages you listed above. reinstall nvidia-driver , nvidia-kmod, nvidia-settings nvidia-xconfig remove nvidia-modeset from /boot/loader.conf and have only " kld_list...
  19. B

    scrambled screen with nvidia driver

    I am running 15-stable on a machine with GT-1030 but just use nvidia-driver and nvidia-kmod packages (not built locally). 580.159.04. As per Nvidia your board NVIDIA Quadro P2000 is supported by the same driver on freebsd. If it helps in my nvidia.conf file I just have the Identifier and Driver...
  20. L

    scrambled screen with nvidia driver

    This is my card configuration for Xorg Section "Device" Identifier "Card0" Driver "nvidia" BusID "pci:1:0:0" Option "DPMS" EndSection which doesn't work
Back
Top