Skip to content
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

Intel GPU: Fastboot can be enabled on >7th GPU generation (so Skylake and beyond), for kernel 5.1-6.6 #1245

Open
ahydronous opened this issue Nov 14, 2024 · 2 comments

Comments

@ahydronous
Copy link

i915.fastboot=1
See: https://wiki.archlinux.org/title/Intel_graphics#Fastboot

Kernel 6.7 removed the option entirely, and from kernel 6.9 it is automatically enabled for all Intel GPUs.

@ahydronous ahydronous changed the title Intel GPU: Fastboot can be enabled on Skylake (8th) GPU generation and beyond, for kernel 5.1-6.6 Intel GPU: Fastboot can be enabled on >7th GPU generation (so Skylake and beyond), for kernel 5.1-6.6 Nov 14, 2024
@Mic92
Copy link
Member

Mic92 commented Dec 3, 2024

Ok. With dropping fastboot parameter. Do you want to take a stab at it?

@ahydronous
Copy link
Author

ahydronous commented Dec 5, 2024

Sure, that would be boot.kernelParams = lib.mkIf (lib.version.versionAtLeast config.boot.kernelPackages.kernel.version "5.11" && lib.version.versionOlder config.boot.kernelPackages.kernel.version "6.7") [ "i915.fastboot=1" ]; ?

Enabled for

  • Skylake
  • Gemini lake
  • Kaby lake
  • Coffee lake
  • Ice lake
  • Rocket lake
  • Tiger lake
  • Raptor lake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants