Search results for query: nvidia

  1. cy@

    Where to find 'Real' programmers online?

    I have no reason to do any Fortran programming anymore, except that I have a copy of the Snoopy calendar program for IBM mainframe on my FreeBSD laptop. It worked for a while but recent versions of GCC Fortran and LLVM Fortran fail to understand such ancient code. Might I consider taking on a...
  2. baaz

    Porting X11Libre to FreeBSD.

    That option enables a very small set of code paths for compatibility with the newer NVIDIA driver ABIs, nothing substantial is added to the resulting packages, but the X server driver ABI is changed. You could disable it if you are running on a GPU model other than NVIDIA but you would need to...
  3. W

    MacBook 2010 trackpad not recognised

    File system corruption is frequent. NVidia 340 driver is not compatible with Xorg server anymore. Forcing to ignore it doesn’t work either. Kernel panics are also not infrequent at boot. Xorg eventually gave up and now doesn’t start even with the scfb generic driver. Finally - but this was...
  4. Rand0m

    Solved Screen flickering with NVIDIA

    Brilliant thanks a lot for this...
  5. lgrant

    Where to find 'Real' programmers online?

    ...might give it another look. Modern Fortran, Fortran 90, Fortran 2003, Fortran 2008, and later versions, has grown up to be a pretty sweet language. There is even a CUDA Fortran compiler, originally by PGI, but now part of the NVIDIA HPC SDK, that lets you do parallel processing on NIVIDA CUDA...
  6. A

    FreeBSD on legacy nvidia hybrid laptop

    Xorg is indeed working but when doing xrandr --listproviders It only show intel but not nvidia Also nvidia-smi works When trying to use vkcube it tries to run on nvidia gpu then vkcube crashes with segmentation fault
  7. T

    FreeBSD on legacy nvidia hybrid laptop

    ...should be functional. So if you're lucky enough and the compositor used supports EGLStream-based Wayland external platform, it may possibly work without graphics/nvidia-drm-*-kmod on Wayland. But such a compositor would be limited. Not sure what compositor actually support EGLStream.
  8. loveydovey

    FreeBSD on legacy nvidia hybrid laptop

    So no wayland with that card?
  9. T

    FreeBSD on legacy nvidia hybrid laptop

    Optimus (NVIDIA hybrid graphics) wants graphics/nvidia-drm-*-kmod (for 15.0, graphics/nvidia-drm-66-kmod by default) to work, but unfortunately, legacy versions of drivers doesn't support it. This is because legacy versions of drivers lacks codes required by graphics/nvidia-drm-*-kmod. FYI...
  10. Alain De Vos

    FreeBSD on legacy nvidia hybrid laptop

    x11/nvidia-driver-390
  11. S

    Conflicting packages after upgrade 14.3->15.0

    Yes, that fixed it. Unfortunately, the upgrade seemed to mess up nvidia, so I reverted to previous--(I make a boot environment before doing it). Then I went back and fixed FreeBSD.conf as you explained. Locked the nvidia packages and ran the update. The nvidia is a separate issue, so I'll...
  12. S

    Vulkan Driver Only Loaded on Some GPUs

    I'm running stock 15-RELEASE, and the amdgpu drivers with drm-kmod and all the vulkan packages. llama-cpp runs from pkg using the vulkan backend. It runs well. I have compiled stable-diffusion.cpp from source and using it to run a number of DiT models works well too. drm-latest-kmod fails to...
  13. fernandel

    Porting X11Libre to FreeBSD.

    I have a question about xserver settings and there is default: NVIDIA_ABI=on: Rebuild XLibre drivers if switched! Fixes for NVIDIA drivers. What is with amd users which using binary packages and they have something which they do not need it? Thank you.
  14. W

    MacBook 2010 trackpad not recognised

    ...I now have trackpad control, desktop environment and even wired network. Via usb to Ethernet adapter. To obtain trackpad control disabled ums_load and added wsp_load instead to /boot/loader.conf. So thanks. Now will attempt to install Nvidia driver for 320M downloaded from their website.
  15. J

    Excitement and opportunity for the future of FBSD

    ...all around. [[ just as an aside, I wonder here if someone with more time than I could do that to enable Falkon to run suitably on nvidia-390 which after the update early this year broke its usability... via the backend deltas, I think, as in which port or driver to re-code or apply a...
  16. GlitchyDot

    Vulkan Driver Only Loaded on Some GPUs

    ...modules loads into the multiple gpu with pcie lanes ? maybe your model only requires 2 models ? maybe some of them stay in RAM ? Did you tried to load model to fit into 1 gpu ? Its finicky with llm`s and freebsd... my one with ollama and nvidia crashes and does not matter if its 8b or 30b model.
  17. lgrant

    FreeBSD on IBM System z

    ...Engine blades to do the physics calculations. (In 2007, the Cell Broadband Engine, which was also used in the Sony PS3, was hot stuff, before NVIDIA CUDA made everyone forget about it.) https://www.gamedeveloper.com/game-platforms/ibm-integrates-cell-into-mainframes-for-virtual-worlds I...
  18. A

    FreeBSD on legacy nvidia hybrid laptop

    Hi I'm a newbie to FreeBSD and I have an old laptop with intel 4600hd and nvidia gtx 765M (should work with nvidia 470 driver) I tried to do some research but most methods uses nvidia-drm-kmod (which doesn't seem to be available for legacy drivers) or using nvidia-hybrid-graphics which is...
  19. R

    Solved Any recommendation on hardware serving two people as a desktop client

    ...a lot of Minecraft together on that setup... It did work well, and was very stable. Hardware-wise I just buy second-hand HP workstations and Nvidia Quadros from eBay - they are built to last and easy to work on. At the time, an xw6400 with two silent Quadro cards was easily sufficient for...
  20. tanis

    Solved Any recommendation on hardware serving two people as a desktop client

    Yeah in the late 90s and early 00s this had been my go to setup as well. Before Xinerama I just had an Xserver running for every screen and directed my applications using # Xorg 1st session 1st screen export DISPLAY=:0.0 # Xorg 1st session 2nd screen export DISPLAY=:0.1 Indeed good times. :)...
Back
Top