Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 635532[details]
Xorg.0.log
Description of problem:
I'm seeing lot of following (see ) libGL erorrs in Xorg.0.log or when starting app using libGL
Version-Release number of selected component (if applicable):
xorg-x11-drv-nouveau-1.0.1-2.el6.x86_64
xorg-x11-server-Xorg-1.13.0-7.el6.x86_64
libdrm-2.4.39-1.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1. export LIBGL_DEBUG=verbose
2. run firefox or pymol or whatever app using libGL
3.
Actual results:
libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so
libGL error: dlopen /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
or in log
# grep nouveau /var/log/Xorg.0.log
[ 30.937] Identifier "Builtin Default nouveau Device 0"
[ 30.937] Driver "nouveau"
[ 30.937] Identifier "Builtin Default nouveau Screen 0"
[ 30.937] Device "Builtin Default nouveau Device 0"
[ 30.937] Screen "Builtin Default nouveau Screen 0"
[ 30.938] (**) |-->Screen "Builtin Default nouveau Screen 0" (0)
[ 30.949] (**) | |-->Device "Builtin Default nouveau Device 0"
[ 30.949] (==) No monitor specified for screen "Builtin Default nouveau Screen 0".
[ 31.010] (II) LoadModule: "nouveau"
[ 31.010] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 31.033] (II) Module nouveau: vendor="X.Org Foundation"
[ 31.073] (II) [drm] nouveau interface version: 1.0.0
"Builtin Default nouveau Screen 0" for depth/fbbpp 24/32
[ 31.366] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
[ 31.366] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
[ 31.417] (EE) AIGLX error: dlopen of /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
Expected results:
Not sure about this, since I know 3D support was disabled for nouveau. Is this still true?
Additional info:
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86 [Quadro NVS 290] [10de:042f] (rev a1) (prog-if 00 [VGA controller])
Subsystem: NVIDIA Corporation Device [10de:0492]
Flags: bus master, fast devsel, latency 0, IRQ 52
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at f8000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at dc80 [size=128]
Expansion ROM at fbd00000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidiafb
Created attachment 635532 [details] Xorg.0.log Description of problem: I'm seeing lot of following (see ) libGL erorrs in Xorg.0.log or when starting app using libGL Version-Release number of selected component (if applicable): xorg-x11-drv-nouveau-1.0.1-2.el6.x86_64 xorg-x11-server-Xorg-1.13.0-7.el6.x86_64 libdrm-2.4.39-1.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. export LIBGL_DEBUG=verbose 2. run firefox or pymol or whatever app using libGL 3. Actual results: libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so libGL error: dlopen /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: nouveau_dri.so libGL error: driver pointer missing libGL error: failed to load driver: nouveau libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so or in log # grep nouveau /var/log/Xorg.0.log [ 30.937] Identifier "Builtin Default nouveau Device 0" [ 30.937] Driver "nouveau" [ 30.937] Identifier "Builtin Default nouveau Screen 0" [ 30.937] Device "Builtin Default nouveau Device 0" [ 30.937] Screen "Builtin Default nouveau Screen 0" [ 30.938] (**) |-->Screen "Builtin Default nouveau Screen 0" (0) [ 30.949] (**) | |-->Device "Builtin Default nouveau Device 0" [ 30.949] (==) No monitor specified for screen "Builtin Default nouveau Screen 0". [ 31.010] (II) LoadModule: "nouveau" [ 31.010] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 31.033] (II) Module nouveau: vendor="X.Org Foundation" [ 31.073] (II) [drm] nouveau interface version: 1.0.0 "Builtin Default nouveau Screen 0" for depth/fbbpp 24/32 [ 31.366] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 31.366] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 31.417] (EE) AIGLX error: dlopen of /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) Expected results: Not sure about this, since I know 3D support was disabled for nouveau. Is this still true? Additional info: 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86 [Quadro NVS 290] [10de:042f] (rev a1) (prog-if 00 [VGA controller]) Subsystem: NVIDIA Corporation Device [10de:0492] Flags: bus master, fast devsel, latency 0, IRQ 52 Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (64-bit, prefetchable) [size=256M] Memory at f8000000 (64-bit, non-prefetchable) [size=32M] I/O ports at dc80 [size=128] Expansion ROM at fbd00000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: nouveau Kernel modules: nouveau, nvidiafb