Skip to content

add Dell Pro 14 PA14250 #1534

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dmivankov
Copy link

Mainly finding a combination of versions and parameters for xe graphics driver

Description of changes
Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input

Mainly finding a combination of versions and parameters for xe graphics
driver
"xe.verbose_state_checks=true"
];

# 6.15.5 and 6.12.34 seems to work, newer versions in 25.05 fail to load graphics
Copy link
Member

@Mic92 Mic92 Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So kernel newer than 6.12.34 are broken? this makes it a bit hard to deploy this. Does _latest work? Otherwise people would need to compile kernel manually.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, latest works so far (6.15.7), I was hoping it'd soon get fixed in 6.12 series. But just tried 6.12.39 - still doesn't work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any downsides with just depending on linuxPackages_latest as the default?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know what's common & recommended in nixos-hardware, but currently that's what I'm using so won't mind a default

@@ -0,0 +1,39 @@
{ lib, ... }:

{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add this to the README.md and flake.nix

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

Successfully merging this pull request may close these issues.

2 participants