-
-
Notifications
You must be signed in to change notification settings - Fork 727
E14-intel: import intel comet lake #1268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
1a3067b
to
87656d7
Compare
]; | ||
|
||
hardware.intelgpu.vaapiDriver = "intel-media-driver"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not set this in the intel module? Maybe we should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I understood it, it by default pulls in intel-media-driver and intel-vaapi-driver but I don't think we need the later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have several intel generation profiles configuring intel-media-driver
. If this is the right one for intel comet lake, we should do the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed that
The E14 has a i5-10210U which is from comet lake. see https://www.intel.com/content/www/us/en/products/sku/195436/intel-core-i510210u-processor-6m-cache-up-to-4-20-ghz/specifications.html
It is new enough that we don't need or want intel-vaapi-driver.
87656d7
to
085c9ad
Compare
The E14 has a i5-10210U which is from comet lake.
see https://www.intel.com/content/www/us/en/products/sku/195436/intel-core-i510210u-processor-6m-cache-up-to-4-20-ghz/specifications.html
Description of changes
Things done
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake input