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.