Hi,
I was following the instructions for running a KVM image and found out the
graphic environment does not work as documented.
I followed the instructions located at
https://clearlinux.org/
documentation/clear-linux/get-started/virtual-machine-install/kvm.html
and there the configuration is changed to use qxl driver, however the X log
file complains about the driver not present.
[ 170.356] (II) LoadModule: "qxl"
[ 170.356] (WW) Warning, couldn't open module qxl
[ 170.356] (II) UnloadModule: "qxl"
[ 170.356] (II) Unloading qxl
[ 170.356] (EE) Failed to load module "qxl" (module does not exist, 0)
in the X drivers directlry there is no qxl.so module, the only things
present are:
# ls /usr/lib64/xorg/modules/drivers/
amdgpu_drv.so fbdev_drv.so nouveau_drv.so vesa_drv.so
ati_drv.so modesetting_drv.so radeon_drv.so
I tried searching for the file using "swupd search qxl" but there is no
package (bundle?) containing the required .so file.
Is there something else needed to be done?
Thanks!