Skip to content

Commit

Permalink
dell/xps/15-9520: use alder-lake gpu profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic-O-Mhuiris authored and mergify[bot] committed Oct 20, 2024
1 parent be33295 commit 8f38d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/gpu/intel/alder-lake/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
imports = [ ../. ];

hardware.intelgpu.vaapiDriver = "intel-media-driver";
}
1 change: 1 addition & 0 deletions dell/xps/15-9550/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/alder-lake
../../../common/pc/laptop
# To just use Intel integrated graphics with Intel's open source driver
# ../../../common/gpu/nvidia/disable.nix
Expand Down

3 comments on commit 8f38d8a

@kuflierl
Copy link

Choose a reason for hiding this comment

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

what? 9520 and 9550 are not the same???

@Mic92
Copy link
Member

@Mic92 Mic92 commented on 8f38d8a Oct 20, 2024

Choose a reason for hiding this comment

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

I think I messed up the model number here.

@Mic92
Copy link
Member

@Mic92 Mic92 commented on 8f38d8a Oct 21, 2024

Choose a reason for hiding this comment

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

it's fixed in master.

Please sign in to comment.