| 21 Oct 2025 |
Luke | amdgpu? | 20:22:01 |
Luke | I think? | 20:22:04 |
K900 | Do you have services.xserver.videoDrivers set to anything? | 20:22:29 |
Luke | Yeah:
xserver = {
enable = true;
xkb.layout = "us";
videoDrivers = [
"amdgpu"
"radeonsi"
];
displayManager.startx = {
enable = true;
};
desktopManager = {
xterm.enable = false;
};
windowManager.bspwm.enable = true;
};
| 20:23:02 |
K900 | Delete this | 20:23:13 |
K900 | Just entirely | 20:23:17 |
K900 | Then rebuild and reboot | 20:23:21 |
Luke | I am running bspwm with a userspace config | 20:23:49 |
Luke | Deleting this and rebuilding will remove my desktop environment? | 20:24:06 |
K900 | No, delete videoDrivers | 20:24:13 |
K900 | Keep everything else | 20:24:15 |
Luke | Ah gotcha | 20:24:19 |
Luke | Will do and report back | 20:24:27 |
Luke | K900: any concern about these excerpts?
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
rocmPackages.clr.icd
rocmPackages.clr
rocmPackages.rocminfo
rocmPackages.rocm-runtime
];
};
boot.initrd.availableKernelModules = [
"nvme"
"xhci_pci"
"ahci"
"usbhid"
"usb_storage"
"sd_mod"
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "radeonsi" ];
| 20:26:30 |
K900 | Remove boot.kernelModules = ["radeonsi"] | 20:26:59 |
K900 | It's unised | 20:27:01 |
K900 | * It's unused | 20:27:03 |
K900 | You may want to also remove rocm stuff because I don't think that even supports Vega anymore | 20:27:13 |
Luke | sounds good - I didn't think I needed it but it has been in my kernel modules for a long enough time that I have forgotten what it is for lmao | 20:27:50 |
Luke | Well, the names of my output targets have changed in xrandr but still at 95Hz | 20:33:22 |
Luke | Updated inxi:
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Vega 20 [Radeon VII]
driver: amdgpu v: kernel arch: GCN-5 pcie: speed: 8 GT/s lanes: 16 ports:
active: DP-3 empty: DP-1,DP-2,HDMI-A-1 bus-ID: 0c:00.0 chip-ID: 1002:66af
class-ID: 0300
Display: unspecified server: X.org v: 1.21.1.18 driver: X:
loaded: modesetting unloaded: fbdev dri: radeonsi gpu: amdgpu display-ID: :0
screens: 1
Screen-1: 0 s-res: 3840x2160 s-size: <missing: xdpyinfo>
Monitor-1: DP-3 model: LG (GoldStar) ULTRAGEAR+ serial: <filter> res: N/A
dpi: 140 size: 697x392mm (27.44x15.43") diag: 800mm (31.5") modes:
max: 3840x2160 min: 640x480
API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi x11:
drv: radeonsi inactive: wayland
API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.2.4 glx-v: 1.4
direct-render: yes renderer: AMD Radeon VII (radeonsi vega20 ACO DRM 3.61
6.12.51) device-ID: 1002:66af
Info: Tools: api: clinfo, eglinfo, glxinfo x11: xprop,xrandr
| 20:33:50 |
K900 | What does xrandr --list-outputs say? | 20:38:45 |
Luke | That isn't an option? | 20:40:17 |
Luke | But | 20:40:46 |
Luke | $ xrandr --listmonitors
Monitors: 1
0: +DP-3 3840/697x2160/392+0+0 DP-3
$ xrandr --listactivemonitors
Monitors: 1
0: +DP-3 3840/697x2160/392+0+0 DP-3
| 20:41:07 |
Luke | Also:
$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 4 associated providers: 0 name:modesetting
| 20:41:24 |
K900 | Can you try a Wayland compositor? | 20:41:58 |
K900 | Like Sway or something if you want minimal | 20:42:03 |
Luke | Sure, quickest setup? | 20:42:10 |
K900 | nix-shell -p sway and then sway from a TTY | 20:42:22 |