Bug 94175

Summary: ilo driver fail to load for intel mobile gm45 Express chipset
Product: Mesa Reporter: jydcome
Component: GLXAssignee: mesa-dev
Status: RESOLVED WONTFIX QA Contact: mesa-dev
Severity: normal    
Priority: medium    
Version: 11.1   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description jydcome 2016-02-16 13:29:50 UTC
Hi, my laptop thinkPad W500 has an Intel Mobile 4 Series Chipset Integrated Graphics(Intel®GM45 Express chipset), installed debian8 testing. 
   
  I recompiled Mesa11.1.1 from debian testing mesa source package enable ilo driver successfully, and my /etc/X11/xorg.conf.d/20-intel.conf is:

Section "Device"
   Identifier "Intel Graphics"
   Driver     "intel"
   BusID      "PCI:0:2:0"
   Option     "DRI"  "ilo"
EndSection

  Logon desktop i got errors from /var/log/Xorg.0.log:
[   172.515] (EE) AIGLX error: ilo does not export required DRI extension
[   172.515] (EE) AIGLX: reverting to software rendering

  I failed to run some 3D game with Wine + Gallium Nine (d3dadapter backend) got error "missing hardware logical context support".

  Does ilo driver not support mobile Intel®GM45 Express chipset video card right now, or I miss somthing compilling? 

Thanks.
Comment 1 Timothy Arceri 2016-02-16 20:43:20 UTC
No the oldest it supports is Sandy Bridge.
Comment 2 jydcome 2016-02-17 03:24:26 UTC
got it, thanks for reply.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.