Page MenuHomeFreeBSD

nvidia comments: Wordsmith
ClosedPublic

Authored by ziaee on Mon, Feb 23, 3:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 4:36 PM
Unknown Object (File)
Sun, Mar 15, 4:21 AM
Unknown Object (File)
Wed, Mar 11, 1:16 PM
Unknown Object (File)
Wed, Mar 11, 10:17 AM
Unknown Object (File)
Wed, Mar 11, 8:12 AM
Unknown Object (File)
Wed, Mar 11, 8:06 AM
Unknown Object (File)
Wed, Mar 11, 7:36 AM
Unknown Object (File)
Wed, Mar 11, 7:05 AM
Subscribers
None

Details

Summary
These days, Nvidia graphics is more platforms than just cards, more
renderers than just OpenGL, and more display protocols than just X.
It's also written in uppercase. This increases consistency, clarity,
and eliminates jarring line wrapping at reference column width 80.

PR:                     293473 (graphics/nvidia-texture-tools)
PR:                     293474 (sysutils/nvclock)
PR:                     293475 (sysutils/py-nvitop)
Reviewed by:            ashafer, kbowling, junchoon_dec.sakura.ne.jp
Differential Revision:  https://reviews.freebsd.org/D55452

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Mon, Feb 23, 3:38 AM
ziaee created this revision.

Move linuxulator port back to parenthetical quotes, matching other linuxulator ports.

Overall I am fine with it, provided suggestions about the master driver and kmod

x11/nvidia-driver/Makefile
24

I would probably just call this Nvidia graphics driver userland

x11/nvidia-kmod/Makefile
24

Likewise something like Nvidia driver kernel module

Use "Nvidia" capitalization on the other three nvidia ports. I'm happy to do them the other way if that's what we want, I have no attachment to either style, just that they should all be the same.

ziaee added inline comments.
graphics/egl-x11/Makefile
7

When I went on their github, I discovered that the point of this port is XWayland

x11/nvidia-xconfig/Makefile
6

We might want to say something like this to make it really clear.

The capitalization we normally use is NVIDIA, at least these days. I believe all of our official docs follow that but there's plenty of people who don't and it's not that big of a deal. I would recommend "NVIDIA".

switch nvidia to uppercase, thanks @ashafer!

This revision is now accepted and ready to land.Mon, Feb 23, 5:34 PM

Wanted to know how ashafer thinks before accepting. Now it LGTM.

I still need the non-x11@ maintainers a few days to accept this. Hopefully they wont make me file bugs to point to this.

ziaee removed reviewers: 0mp, yuri, sunpoet.
ziaee marked 2 inline comments as done and an inline comment as not done.

Looks good; I also like how some previously overly long comments had been reworded for clarity and brevity.

Thanks Tomoaki!
Thanks Danfe!

  • add egl-wayland/egl-wayland2 and work on egl/x11 to match/add xcb/xlib
This revision now requires review to proceed.Wed, Mar 11, 12:44 AM

Also note that pkg search was made case sensitive in pkg 2.5.0.

graphics/egl-wayland2/Makefile
7

Note that dma-buf appears to be lowercase

https://docs.kernel.org/driver-api/dma-buf.html

This revision is now accepted and ready to land.Wed, Mar 11, 2:17 AM
This revision was automatically updated to reflect the committed changes.