[Bug 895691] New: Intel i915 video driver not loading
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c0 Summary: Intel i915 video driver not loading Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: i686 OS/Version: SUSE Other Status: NEW Severity: Major Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: maikwagner@yahoo.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 Hello everyone, I am having problems getting my Intel graphics driver to run. I am using openSUSE "Factory" and "zypper dup" reports that currently there are no available updates so I am assuming that everything is up to date. Device as reported by lspci is a: 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) I do not know what information you require so I post an output which I got from starting up "wine": mwagner@factory:~> wine .wine/drive_c/Program\ Files/Bethesda\ Softworks/Morrowind/Morrowind.exe fixme:ntoskrnl:KeInitializeSpinLock stub: 0x548024 libGL error: Version 4 or later of flush extension not found libGL error: failed to load driver: i915 Please let me know what further information you require. Reproducible: Always Steps to Reproduce: 1. Booting the computer 2. KDE is also very slow, I am using LXDE as a backup solution Actual Results: See output above -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c1 --- Comment #1 from Maik Wagner <maikwagner@yahoo.com> 2014-09-09 04:52:41 UTC --- Some further information: mwagner@factory:~> /sbin/lspci -nnk | grep "VGA\|'Kern'\|3D\|Display" -A2 00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02) Subsystem: ASUSTeK Computer Inc. Device [1043:827a] Kernel driver in use: i915 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |xorg-maintainer-bugs@forge. |ovo.novell.com |provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c2 --- Comment #2 from Stefan Dirsch <sndirsch@suse.com> 2014-09-09 08:10:31 UTC --- This might push you into the right direction. strace -f -e trace=open glxgears 2>&1|grep _dri.so -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c3 --- Comment #3 from Maik Wagner <maikwagner@yahoo.com> 2014-09-09 08:17:07 UTC --- Hello Stefan, yes it does. Error message says: No such file or directory, see below: mwagner@factory:~> strace -f -e trace=open glxgears 2>&1|grep _dri.so open("/usr/lib/dri/tls/i915_dri.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/dri/i915_dri.so", O_RDONLY|O_CLOEXEC) = 5 open("/usr/lib/dri/tls/i915_dri.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/dri/i915_dri.so", O_RDONLY|O_CLOEXEC) = 5 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c4 --- Comment #4 from Stefan Dirsch <sndirsch@suse.com> 2014-09-09 08:42:38 UTC --- No, it's available: open("/usr/lib/dri/i915_dri.so", O_RDONLY|O_CLOEXEC) = 5 I assume glxgears does start ?!? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c5 --- Comment #5 from Maik Wagner <maikwagner@yahoo.com> 2014-09-09 08:46:13 UTC --- (In reply to comment #4)
I assume glxgears does start ?!?
Yes, the cogwheels-animation shows up okay. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c6 --- Comment #6 from Stefan Dirsch <sndirsch@suse.com> 2014-09-09 09:21:35 UTC --- Ok. Just to be on the safe side. Please attach /var/log/Xorg.0.log and the output of 'glxinfo'. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c7 --- Comment #7 from Maik Wagner <maikwagner@yahoo.com> 2014-09-09 09:51:29 UTC --- Created an attachment (id=605511) --> (http://bugzilla.novell.com/attachment.cgi?id=605511) Output of glxinfo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c8 --- Comment #8 from Maik Wagner <maikwagner@yahoo.com> 2014-09-09 09:52:13 UTC --- Created an attachment (id=605513) --> (http://bugzilla.novell.com/attachment.cgi?id=605513) Xorg Log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c9 --- Comment #9 from Stefan Dirsch <sndirsch@suse.com> 2014-09-09 10:35:14 UTC --- Ok. Nothing obvious in X log file. But glxinfo output looks indeed broken:
glxinfo name of display: :0.0 libGL error: Version 4 or later of flush extension not found libGL error: failed to load driver: i915
Could be a regression, which came with Mesa 10.3-rc1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c10 --- Comment #10 from Maik Wagner <maikwagner@yahoo.com> 2014-09-10 06:46:41 UTC --- Hello Stefan, should we take this upstream? Who would be responsible for this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=895691 https://bugzilla.novell.com/show_bug.cgi?id=895691#c11 --- Comment #11 from Stefan Dirsch <sndirsch@suse.com> 2014-09-10 08:06:18 UTC --- Seems others noticed it as well. https://www.libreoffice.org/bugzilla/show_bug.cgi?format=multiple&id=81601 Happens on older Intel GPUs together with DRI3, which is meanwhile the default. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com