Feature #4044
closedIntel Graphics Driver 2.21.x for OpenIndiana
100%
Description
The task was to migrate the upstream patches used for XNV S12_29 Xorg Intel video driver v2.21.5 to v2.21.14. This is for Illumos_based distributions migrating to the newer Xnv S12 builds using Xserver 1.14.x.
The migrated patches are provided in this ticket for oi-dev and upstream review.
Files
Updated by Ken Mays almost 9 years ago
Old setup xorg.conf:
------------------------
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
BusID "PCI:0:2:0"
EndSection
Proposed new setup xorg.conf:
-------------------------------------------
Section "Device"
Identifier "Intel HD Graphics"
Driver "intel"
Option "AccelMethod" "sna"
BusID "PCI:0:2:0"
EndSection
See: 2013Q2 Intel Graphics Stack Release
The Xorg Intel video driver 2.21.14 supports the newer 4th Generation Intel Core i5/i7 Processors with the Intel Iris Pro Graphics 5200 IGP component (i.e. Intel Haswell GT3e) covering processors:
Intel Core i7-4950HQ
Intel Core i7-4850HQ
Intel Core i7-4750HQ
Intel Core i7-4770R
Intel Core i5-4670R
Intel Core i5-4570R
Updated by Ken Mays almost 9 years ago
- File libraries.patch libraries.patch added
- File no-test.patch no-test.patch added
- File xorg-video-intel_Makefile added
- Due date set to 2013-08-23
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Updated patches based on the xorg-video-intel 2.21.15 release.
Compatible with Xnv s11u2_22 & Xnv s12_29 rev 1403 upstream patches.
Use this mainly on Oracle Solaris 11.x/12.x for 2D hardware acceleration testing with Intel GMA-based IGPs. The Xorg Intel video driver does not support Intel Atom processors with the PowerVR-based IGPs.
Updated by Ken Mays over 8 years ago
- File xorg-video-intel_Makefile xorg-video-intel_Makefile added
- Status changed from Closed to In Progress
Major Illumos kernel's Intel KMS DRM port work from BSD/Linux completed by Martin Bochnig (OpenSXCE, https://twitter.com/opensxce). Updated patches/Makefile for Xorg Intel 2.99.910 driver testing and review.
Enables: --enable-dri --enable-xvmc --enable-sna
Src: ftp://ftp.x.org/pub/individual/driver/xf86-video-intel-2.99.910.tar.gz