[Bug 468995] New: intel video drivers: no 3D acceleration
https://bugzilla.novell.com/show_bug.cgi?id=468995 Summary: intel video drivers: no 3D acceleration Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: dgholstein@embarqmail.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com CC: mhopf@novell.com, dgholstein@embarqmail.com Found By: Community User No 3D acceleration with Intel video. First (and this appears to be more annoying than fatal to drm), I have on boot: [drm] Initialized drm 1.1.0 20060810 [drm] Initialized i915 1.6.0 20060119 on minor 0 [drm:i915_getparam] *ERROR* Unknown parameter 5 [drm:i915_getparam] *ERROR* Unknown parameter 5 The more serious issue is when running glxinfo (with debugging), I get the following fatal error: libGL: XF86DRIGetClientDriverName: 1.9.0 i965 (screen 0) libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: wrong ELF class: ELFCLASS32) libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so libGL error: __driCreateNewScreen_20050727 not defined in i965_dri.so! Your driver may be too old for this libGL. libGL error: unable to load driver: i965_dri.so I was thinking of trying to install my old libdrm and openmesa packages from OpenSuse 10.3, but don't want to go through a lot of effort for something that might be wiped out in my next update -- 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=468995 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468995#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |dgholstein@embarqmail.com --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2009-01-23 13:44:59 MST ---
[drm] Initialized drm 1.1.0 20060810 [drm] Initialized i915 1.6.0 20060119 on minor 0
That's fine.
[drm:i915_getparam] *ERROR* Unknown parameter 5 [drm:i915_getparam] *ERROR* Unknown parameter 5
This can be ignored. This way the intel driver tests if GEM is available in the kernel.
libGL: XF86DRIGetClientDriverName: 1.9.0 i965 (screen 0) libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: wrong ELF class: ELFCLASS32) libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so libGL error: __driCreateNewScreen_20050727 not defined in i965_dri.so! Your driver may be too old for this libGL. libGL error: unable to load driver: i965_dri.so
This sounds like the wrong libGL (messed up system). What's the output of ldd $(which glxinfo)|grep libGL.so.1 It should be libGL.so.1 => /usr/lib64/libGL.so.1 and this file should belong to package Mesa. Verify with 'rpm -V Mesa'. The output should *not* contain /usr/lib64/libGL.so.1. -- 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=468995 User dgholstein@embarqmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468995#c2 Danny Holstein <dgholstein@embarqmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|dgholstein@embarqmail.com | --- Comment #2 from Danny Holstein <dgholstein@embarqmail.com> 2009-01-23 15:53:44 MST --- Stefan; That was perceptive of you -- turns out I had the ATI fglrx driver installed prior (had a Radeon, now it's Intel). I moved that old stuff to Trash and what you asked for is now: danny@traveler:~> ldd $(which glxinfo)|grep libGL.so.1 libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007fcc2792c000) 'rpm -V Mesa' yields nothing. Now the glxinfo indicates: direct rendering: Yes But VariCAD says there is no accelerated rendering, as well, glxgears runs unchanged from before. What should I try now? ...Dan -- 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=468995 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468995#c3 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2009-01-23 16:25:53 MST --- Make sure you uninstall all the files from fglrx driver. If you used our RPMs that's rather easy. Simply all *fglrx* packages. Otherwise you're on your own, since the fglrx driver installation might have overwritten some system files and you would need to reinstall the according packages. I'm definitely not responsible for cleaning up your messed up system. In any case reboot your system and hope that it's working afterwards. INVALID. -- 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=468995 User dgholstein@embarqmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468995#c4 --- Comment #4 from Danny Holstein <dgholstein@embarqmail.com> 2009-01-23 17:58:02 MST --- Thanks. There was an uninstall script and I used that. I followed that with a forced RPM update on mesa, xorg stuff, "sax2 -r" and it appears everything is fine. I noticed Intel has updated their driver to fix many bugs (including OpenGL in compiz), any ideas on when the OpenSuse package will be available? ...Dan -- 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=468995 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=468995#c5 --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2009-01-23 22:35:02 MST --- Probably you mean 'Intel 2008Q4 graphics package'. http://intellinuxgraphics.org/2008Q4.html You can find 2D/3D driver and LIBDRM of this release in X11:XOrg:testing project of our buildservice. You need to compile the kernel part yourself. -- 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