Bug 436429

Summary: AIGLX error: dlsym for __driCreateNewScreen_20070105 failed
Product: [Fedora] Fedora Reporter: Axel Thimm <axel.thimm>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ajax, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-13 20:44:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Axel Thimm 2008-03-07 05:49:29 UTC
Description of problem:
The X server with the shipped intel driver reports

(EE) AIGLX error: dlsym for __driCreateNewScreen_20070105 failed
(/usr/lib64/dri/i965_dri.so: undefined symbol: __driCreateNewScreen_20070105)


Version-Release number of selected component (if applicable):
7.1-0.19.fc9

How reproducible:
always

Steps to Reproduce:
1.Install on 965 graphics
2.
3.
  
Actual results:


Expected results:


Additional info:
Maybe mesa needs a rebuild against current rawhide bits to pick up any new
symbol for __driCreateNewScreen_<date>?

Comment 1 Adam Jackson 2008-03-13 20:44:54 UTC
Your X server is too old.

New X servers look for __driCreateNewScreen_20080310, which is correctly
exported by the DRI drivers.

Comment 2 Axel Thimm 2008-03-14 05:21:28 UTC
Thanks for fixing!