Re: change resolution (new style) + question about qxl driver

2016-07-28 Thread David Craven
As an update to my previous post: Packages needed for spice and virt-viewer are waiting for review and I got the spice service to start nicely after login. I'll submit a patch after the packages have been merged. Since I got stuck on something else I was working on, I'll try and see if I can get

Re: change resolution (new style) + question about qxl driver

2016-07-23 Thread David Craven
Yep me too, beats me why it doesn't work. xrandr even displays a + beside the optimal resolution I think. I don't know why the * and the + aren't aligned. I asked on the spice mailing list what the requirements for this to work are but I didn't get a straight answer. I kind of lost interest in

Re: change resolution (new style) + question about qxl driver

2016-07-22 Thread David Craven
I've been working on spice support. Appart from writing synopsis and adding descriptions there a couple of issues I've run into. Qxl driver: It fills my Xorg.0.log with: > qxl_kms_surface_create: Bad bpp: 1 (1) Spice vdagent/vdagentd: * Copy pasting works * Adjusting guest display resolution

Re: change resolution (new style) + question about qxl driver

2016-07-20 Thread Alex Kost
tk0 (2016-07-20 12:42 +0300) wrote: [...] > Another question is about the qxl display driver. This is the > standard on my kvm image. There is this weird message from X: > > > 11.379] (II) Module glx: vendor="X.Org Foundation" > [11.379]compiled for 1.18.1, module

change resolution (new style) + question about qxl driver

2016-07-20 Thread tk0
Hi, This approach, > > (define (my-slim-service) > (mlet* %store-monad ((config (xorg-configuration-file > ;; #:drivers '("radeon" "vesa") > #:resolutions '((1366 768) (1024 768)) > )) > (startx (xorg-start-command > #:configuration-file config))) > (slim-service #:startx startx))) > does not