Search results for query: nvidia

  1. J

    tigervnc and xrdp refuses to work

    I believe this is only needed if you want some sort of hardware acceleration. I don't need that, and don't install those drivers, and it is working well for basic access. I didn't see anything in the xorg log that clued me in on a problem, but I might be missing something. I have found that...
  2. G

    tigervnc and xrdp refuses to work

    ...but now i have another issue i need now to edit to /etc/X11/xrdp/xorg.conf , for my device but i dont know what i need to do drm-kmod is for amd and intel not nvidia so i used (nvidia-drm-kmod) but now how to find my render device and should i keep DRMAllowlist as is or edit it for nvidia
  3. G

    tigervnc and xrdp refuses to work

    hello i am using freebsd on my computer (not headless device and using DE on it and installed display drivers - nvidia) and i wish to be able to connect to it its DE remotely not just ssh but both tigervnc and xrdp refuses to work uname -a FreeBSD freebsd 15.1-RELEASE-p3 FreeBSD...
  4. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    If you already have up-to-date ports tree (for the driver version) and /usr/src/sys/ 100% in sync with your running kernel. My assumption on previous comment was that the only remaining problem is that you cannot fetch NVIDIA driver distfile.
  5. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    thanks for all . if i download nvidia-xxxxx.tar.xz . can i rebuild the driver without any github,gitlab file ? thanks.
  6. sualbee

    5BSD - a verifiable FreeBSD derivate

    ...which is incomparable to more than 1 million lines of (I suppose) mostly blindly generated code. This sounds familiar... Aha! enabled-the-nvidia-gpu-passthrough-inside-a-linux-virtual-machine-via-qemu-accelerated-with-bhyve.102901/ EDIT: Sadly, I got it wrong. There is also an...
  7. C

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    distcache.FreeBSD.org is also available. http://distcache.freebsd.org/ports-distfiles/NVIDIA-FreeBSD-x86_64-595.99.02.tar.xz
  8. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    If the issue is about distfile of x11/nvidia-{kmod|driver} on latest branch, can't you download it here? Both uses exactly the same distfile to build. https://us.download.nvidia.com/XFree86/FreeBSD-x86_64/595.99.02/NVIDIA-FreeBSD-x86_64-595.99.02.tar.xz
  9. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    ...ports tree is also mirrored there. You don't have to get it from git.freebsd.org. https://github.com/freebsd/freebsd-ports https://gitlab.com/FreeBSD/freebsd-ports Although I suspect it's downloading the distfiles from the NVidia website that's problematic, not so much the ports tree itself.
  10. T

    Solved Intel i915 rc6 power saving enabled?

    If the variable is tunable and readonly, /etc/sysctl.conf or sysctl command cannot take effect. Readonly tunables (like hw.nvidiadrm.modeset for nvidia-drm.ko) needs to be set BEFORE the variable is actually needed (i.e., on loading nvidia-drm.ko for hw.nvidiadrm.modeset tunable), so needed to...
  11. C

    Is drm-612-kmod ready to be used on FreeBSD 15.1p2?

    ...old gpu RTX2080. My pkg repository for port is pointing to latest. I did port upgrade and freebsd-fetch install. The port provided me with nvidia-drm-66-kmod-595.91.07. It crashed my display manager sddm and dropped me to the console. I tried to start my window manager on console and...
  12. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    jesus 😁, please give me power , let me can access freebsd ports to fast build x11/nvidia-kmod ..... the ccp block me to build anything from ports. do you have some proxy ? or other way to go ? most time i have installed app from binary .....
  13. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    To be safe, if anyone want to unload kernel modules after load, don't rely on autoloading. Confirm relationship (depend on / depended upon) first, and carefully specify the order NOT to cause autoloads (all that needed are already loaded). This COULD allow unloading later. But some modules are...
  14. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    More precisely: nvidia-modeset.ko pulls in nvidia.ko as its dependency. nvidia.ko pulls in linux.ko as its dependency for Linux compatibility support. linux.ko pulls in mqueuefs.ko and linux_common.ko as its dependency. Build x11/nvidia-kmod locally via ports with LINUX option disabled...
  15. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    You're going to need to build x11/nvidia-kmod with LINUX turned off. You cannot unload them because technically they're "in use" (there's a module depending on them, namely nvidia; which is autoloaded by nvidia-modeset)
  16. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    thanks for your god voice ... but i cannot kldunload linux.ko and linux_common.ko .....what way i can go to turn off linux.ko and linx_common.ko autoload when system boot. thanks.
  17. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    Yes, it's due to the LINUX option of x11/nvidia-kmod. Note that the driver doesn't require linux to function, it works fine without it. It's merely there so the driver can be used with the Linux Compatibility layer. If you don't use the Linux compatibility you can turn the option off.
  18. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    thanks. you mean the nvidia-modeset autoload the linux.ko and linux_common.ko ?
  19. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    sysrc linux_enable="YES" The /etc/rc.d/linux rc script will load whatever is appropriate. Don't need to add anything to /boot/loader.conf. And the default nvidia-modeset kernel module will automagically pull in any dependent linux kernel modules if needed.
  20. toddg

    PF NAT isn't re-writing my jail network addresses as expected, causing ping to fail b/c no response

    ...rpc_statd_enable=YES rpc_lockd_enable=YES autofs_enable=YES devd_enable=YES devfs_system_ruleset="system" dbus_enable=YES kld_list="fusefs nvidia-drm" ifconfig_wlan0="WPA DHCP" LAPTOP: ifconfig re0: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500...
Back
Top