- About
- Downloads
- Blogs and news
- Community
- Support
- Documentation
- Hardware Specification - PRMs
- 2020-2021 INTEL(R) PROCESSORS BASED ON THE "TIGER LAKE" PLATFORM
- 2020 Intel(r) Processors with Hybrid Technology based on the Lakefield platform
- 2020 Discrete GPU formerly named "DG1"
- 2019 Intel(r) processors based on Ice Lake platform
- 2018-2019 Intel(r) processors based on Whiskey Lake platform
- 2017-2019 Intel(r) processors based on Amber Lake platform
- 2017-2019 Intel(r) processors based on Coffee Lake platform
- 2019-2020 Intel(r) processors based on Comet Lake platform
- 2016 Intel(r) processors based Kaby Lake platform
- 2016 Intel(R) Processors Based on Apollo Lake Platform (Broxton Graphics)
- 2015-2016 Intel Processors based on Skylake Platform
- 2014 Intel Processors based on the Bay Trail Platform
- 2014-2015 Intel Processors based on Cherry Trail / Braswell Platform
- 2014-2015 Intel Processors based on Broadwell Platform
- 2013 Intel Core Processor Family
- 2012 Intel Core Processor Family
- Code Documentation
- Source Code
- Build Guide
- 2011 Intel Core Processor Family
- 2010 Intel Core Processor Family
- Bugs and Debugging
- Intel® G45 Express Chipset
- Intel® 965 Express Chipset Family and Intel® G35 Express Chipset Graphics Controller PRM
- Intel® Integrated Graphics Device - OpRegion Specification
- Archived documentation
Fedora 23
18 posts / 0 new

Starter
01 Staff (not verified)
01 Staff (not verified)
Nov 06, 2015 - 09:01am
Hm. Well, here's the thing: the 01.org installer doesn't update the kernel
module on Fedora, since Fedora doesn't have the idea of a fixed kernel
version per stable release - so whatever the sourceof the kernel error
was, it can't have been a kernel module introduced by 01.org.
Must have been one of the userspace components, I'm just not sure which.
I made the mistake of installing 1.40. It hurt performance but at least it made my mouse cursor disappear. Is there an automated way to UNinstall this thing?
I should add, fedora 23 on dell xps-12, intell hd 4400
No automated uninstal because packagekit doesn't have a downgrade-capable backend (at least the yum one wasn't able to do it, pretty sure the dnf one doesn't either)
The only packages installed on Fedora (by this) are:
libva libva-utils libva-intel-driver
intel-gpu-tools
cairo
xorg-x11-drv-intel
libva & friends only affect video playback for some codecs, so it won't be those.
intel-gpu-tools is a set of development tools for low level GPU "stuff" so it won't be that.
cairo is a 2d vector library typically used by applications & gnome widgets, unlikely to be that.
That leaves xorg-x11-drv-intel - if you grab the f23 version from rpmfind or similar and install it
that should do the trick.
Made the indicated switch; hopefully that will fix things. Thanks for the reply!
Hi, maybe this is not the right place for my question but I´m stuck with an issue in Fedora 23 too: The latest Intel repository drivers are correctly installed for my system, glxgears runs normally but I can´t run any 3D software. Even a very simple game gives me this warning:
"Your system currently is not capable of hardware accelerated 3D. Therefore glaxium cannot run.
Usually the cause of this error is that there are no Free Software drivers for your graphics card, please contact your graphics card manufacturer and kindly ask them to provide Free Software support for your card."
I´m running KDE over Fedora 23 Work Station on HP Envy Notebook with Intel Core i7-4710MQ CPU. I´d appreciate any help on this.
When you say you have "the latest Intel repository drivers" can you specify how you know that? Can you outline exactly what you have installed on top of the initiall Fedora 23 (drivers and apps)? Also, can you check the exact model of your notebook to make sure you have only Intel graphics on your workstation and not any discrete graphics solutions?
Hm. Could you supply the contents of your Xorg.log (usually in /var/log somewhere) and the output of glxinfo?