mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
NVIDIA: Add info regarding kernel module types. Fixes issue #18.
This commit is contained in:
parent
fad8af7ff6
commit
ddd26ff4fc
@ -42,6 +42,12 @@
|
||||
<listitem>
|
||||
<para>July 30th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - NVIDIA: Add info regarding kernel module
|
||||
types. Fixes issue
|
||||
<ulink url="https://github.com/Zeckmathederg/glfs/issues/18">#18</ulink>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Added more instructions for NVIDIA on Wayland.</para>
|
||||
</listitem>
|
||||
|
@ -122,7 +122,14 @@
|
||||
</userinput></screen>
|
||||
|
||||
<para>
|
||||
And just follow the prompts.
|
||||
And just follow the prompts. It will first ask if you wish to install
|
||||
the NVIDIA Proprietary or MIT/GPL kernel modules. If you have the
|
||||
NVIDIA Grace Hopper or NVIDIA Blackwell cards, you must choose the
|
||||
MIT/GPL option. If you have a Turing, Ampere, Ada Lovelace,
|
||||
or Hopper card, it is recommended to now choose the MIT/GPL option.
|
||||
If you have a Maxwell, Pascal, or Volta card, choose NVIDIA Proprietary.
|
||||
If you are using both an older and newer card, but not the newest cards,
|
||||
go with NVIDIA Proprietary.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
@ -130,7 +137,12 @@
|
||||
If you are having trouble installing the driver, it might be because
|
||||
it has issues with the Ncurses library. Pass <parameter>--silent
|
||||
</parameter> to the above command for your architecture as it may
|
||||
solve the issue.
|
||||
solve the issue. Also pass <parameter>-M <kernel_type></parameter>
|
||||
where <parameter><kernel_type></parameter> can be
|
||||
<parameter>open</parameter> or <parameter>proprietary</parameter>.
|
||||
For the notice above, NVIDIA Proprietary is
|
||||
<parameter>proprietary</parameter> and MIT/GPL is
|
||||
<parameter>open</parameter>.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user