Hacker News new | ask | show | jobs
by ParetoOptimal 1414 days ago
> I’m having a heck of a time getting the screen resolution and font sizes where I want them and I’m kind of lost.

    services.xserver.videoDrivers = [ "qxl" ];
    services.spice-vdagentd.enable = true;
1 comments

I just tried that and it resulted in a black screen. I suppose there is more to using that video driver than just that line in a nix configuration?
Hey! I was misinformed, try removing:

   services.xserver.videoDrivers = [ "qxl" ];
Then you're only left with the spice line. I think qxl requires other configuration.