Skip to content

Pass legacy cards to nouveau #28

Merged
merged 3 commits into from
Feb 22, 2018
Merged

Pass legacy cards to nouveau #28

merged 3 commits into from
Feb 22, 2018

Conversation

thomas
Copy link
Contributor

@thomas thomas commented Feb 22, 2018

Test setup:

  • install nvidiactl
  • make existing Nvidia card(s) 'legacy' *)
*)
lspci -n | grep " 0300: 10de:" | cut -d ' ' -f 3
cd /usr/share/nvidia/pciidhints
ln -s  give_me_nouveau  XYZ_from_above

@donald
Copy link
Collaborator

donald commented Feb 22, 2018

This is brilliant! Goodbye, legacy drivers. Tested on sigcont.

@donald donald merged commit 5a1d993 into master Feb 22, 2018
if [ -h "${leglvlhint}" ] ; then
set_generic_mxgfx_link
test -e /lib/modules/${kver}/kernel/drivers/gpu/drm/nouveau/nouveau.ko && \
echo >&2 "NOTE: legacy nvidia card found, loading nouveau .." && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indent command continuations one level more.

@donald donald deleted the pass-legacy-cards-to-nouveau branch March 14, 2018 09:36
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants