Bug 94175 - ilo driver fail to load for intel mobile gm45 Express chipset
Summary: ilo driver fail to load for intel mobile gm45 Express chipset
Status: RESOLVED WONTFIX
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: 11.1
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-16 13:29 UTC by jydcome
Modified: 2016-02-17 03:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.