From 3fad8fcf1631ef6e0467cb7e1cdb3d49f521f8b4 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Tue, 31 Dec 2024 17:58:35 +0100 Subject: [PATCH] try to fix x11 on amd only --- .../drivebystation-nix/configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/systems/x86_64-linux/drivebystation-nix/configuration.nix b/systems/x86_64-linux/drivebystation-nix/configuration.nix index c540286..efc6a43 100644 --- a/systems/x86_64-linux/drivebystation-nix/configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/configuration.nix @@ -85,23 +85,6 @@ # EndSection # ''; - - - - deviceSection = '' - # Pick the 1070 - # BusID "PCI:01:0:0" - # Pick amdgpu - BusID "PCI:50:0:0" - ''; - serverLayoutSection = '' - Identifier "layout" - Screen 0 "amdgpu" - Screen "Screen-amdgpu[0]" - Inactive "nvidia" - Option "AllowNVIDIAGPUScreens" - ''; - desktopManager = { # Disable xterm xterm.enable = false;