-
luser
I use an NVIDIA GeForce GTX 650 with the nvidia-driver-470 over three screens. No issues.
-
ivy
what's the preferred EC curve for TLS keys nowadays? is secp384r1 still a reasonable choice?
-
Macer
luser: in my case the nvenc/dec would be the most important
-
Macer
for plex or jellyfin
-
ring0_starr
luser: >2 screens on Kepler based cards inherently doesn't work right at the hardware level. it forces the bus speed to maximum regardless of load and has unfixable screen tearing
-
ring0_starr
I hate it
-
ring0_starr
I use 2 screens max with a GTX 660 and that driver
-
luser
I don't have screen tearing.
-
luser
It works great.
-
ivy
# zgrep -R 'Ns.*=' /usr/share/man/man5
-
ivy
zgrep: the -R flag is not currently supported
-
ivy
what a useless script
-
ivy
we really should too many greps, i wonder if anyone would care if we just deleted most of them and left grep, egrep, fgrep and zgrep
-
ivy
i wrote a thing (it's an acme client, because there aren't already enough of those):
github.com/llfw/lfacme
-
svragv
Is it possible to run proxmox under bhyve?
-
svragv
it said something about not supporting nested virtualization
-
CrtxReavr
svragv, possible? Maybe. The real quesiton would be why?
-
svragv
CrtxReavr: So i can run proxmox on a server I have on freebsd.
-
svragv
I don't want to hear the philosophy behind running proxmox under bhyve i just want to know if it's possible
-
svragv
I mioght be able to sell proxmox vms to friends if it's possible
-
CrtxReavr
So you want to virtualize inside of virtualization?
-
svragv
yes
-
CrtxReavr
Are you going to run some cointainers inside that mess too?
-
svragv
Most likely.
-
ivy
svragv: bhyve doesn't support nested virtualisation and i don't believe that's a planned feature
-
CrtxReavr
ivy, wouldn't that only prevent bhyve in bhyve?
-
dstolfa
CrtxReavr: no
-
dstolfa
it would prevent anything trying to use virtualisation extensions inside bhyve
-
CrtxReavr
Not all virtualization requires those extensions though.
-
dstolfa
if you're talking about virtualisation as people do today, i.e. bhyve, kvm, the modern way to use xen, hyperv, etc then yes it does
-
dstolfa
xen has a mode which can do virtualisation without CPU extensions, but i'm not sure how well supported that is today
-
dstolfa
otherwise your only other option is emulation, which is different from virtualisation
-
dstolfa
(and much, much slower)
-
CrtxReavr
Well. . . I used way too much VMware, vbox, & Virtual Server, Et al. before CPUs had those extentions.
-
dstolfa
i'm not sure that any of those work today without vt-x/amd-v
-
dstolfa
but yeah, if you had purely software-based virtualisation approaches then you could technically do it
-
dstolfa
xen pv, for example, could be used i believe