Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 624156 Details for
Bug 713546
x11-drivers/nvidia-drivers-390.132-r2 USE=libglvnd - (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X log file that the GLX module has been loaded ...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Write Xorg configuration snippet adding missing path to ModulePath
nvidia-glx.patch (text/plain), 1.07 KB, created by
Le Philousophe
on 2020-03-22 09:23:30 UTC
(
hide
)
Description:
Write Xorg configuration snippet adding missing path to ModulePath
Filename:
MIME Type:
Creator:
Le Philousophe
Created:
2020-03-22 09:23:30 UTC
Size:
1.07 KB
patch
obsolete
>--- /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild 2020-03-17 18:31:12.426447691 +0100 >+++ nvidia-drivers-390.132-r2.ebuild 2020-03-22 09:48:09.399574792 +0100 >@@ -171,10 +171,14 @@ > > if ! [ -f nvidia_icd.json ]; then > cp nvidia_icd.json.template nvidia_icd.json || die > sed -i -e 's:__NV_VK_ICD__:libGLX_nvidia.so.0:g' nvidia_icd.json || die > fi >+ >+ echo 'Section "Files"' > nvidia-glx.conf >+ echo " ModulePath \"/usr/$(get_libdir)/extensions/nvidia,/usr/$(get_libdir)/xorg/modules\"" >> nvidia-glx.conf >+ echo 'EndSection' >> nvidia-glx.conf > } > > src_compile() { > # This is already the default on Linux, as there's no toplevel Makefile, but > # on FreeBSD there's one and triggers the kernel module build, as we install >@@ -313,10 +317,13 @@ > # Xorg nvidia.conf > if has_version '>=x11-base/xorg-server-1.16'; then > insinto /usr/share/X11/xorg.conf.d > newins {,50-}nvidia-drm-outputclass.conf > fi >+ if use libglvnd; then >+ newins {,10-}nvidia-glx.conf >+ fi > > insinto /usr/share/glvnd/egl_vendor.d > doins ${NV_X11}/10_nvidia.json > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 713546
:
622914
|
622916
| 624156