Display Scaling with NixOS as QEMU/KVM guest

0

My goal is to switch to NixOS from Arch. For now, i have successfully installed NixOS in virt-manager, but am struggling with dynamic Display Scaling. I‘m aware of the xorg.xf86videoqxl-Package and have configured it like:

services.xserver.videoDrivers = [ "qxl" ];

But when i do so, xorg just shows the startpage of the displaymanager but doesn‘t react in any way. See my Github for the faulty configuration.nix.

Can somebody help me out here?

Tim Hilt

Posted 2019-10-21T10:59:51.173

Reputation: 187

No answers