You are not logged in.
I'm running Xen hypervisor 4.4.1 and the kernel boots up fine. The console is extremely slow and sluggish when drawing multiple lines as well as scrolling applications in XFCE (chromium, word processors, file managers).
I have only one video card in the system, it is an intel integrated gpu on a haswell i7 4790S.
I tried accelmethod uxa in an xorg.conf file which is working fine but does not fix the problem. I don't assume it is an Xorg issue because the console itself is sluggish too.
Is it a kernel option im missing somewhere? the kernel log shows fb0 on bootso it is using framebuffer.
Thanks for any help or advice
Offline
Hey Naruni,
did you solved it? Have almost the same problem, with almost the same setup, playing videos through xbmc.
Already tried to install xbmc directly to the host and also in a xen guest.
When I boot up with the regular Arch boot menu option, everything is fine.
Also tried the same thing with Ubuntu 14.04, with the same results.
Thanks
Offline
Can you tell me how to install xen kernel archlinux? I have try to use yaourt. but output is can't find dev86 ,lib32-glibc?
before that i have installed the gcc and make
Offline
Hi,
you have to include mulitlib in pacman.conf and update pacman. After that, yaourt will install all missing dependencies.
Offline
yes ,you are right .I have try it .succesfull passed.
but now i have another question:
Offline
'/var/run/libvirt/libvirt-sock' faild
use qemu also can't go
output check libvirtd weather start
but i can use virsh command
[root@localhost Desktop]# xl list
Name ID Mem VCPUs State Time(s)
Domain-0 0 2048 4 r----- 515.0
excute the libvirtd -d
and then virsh list can running ,virt-manager also can use qemu connect
but still can't connect xen
Offline
can't connect to libvirt。
no connection driver available for xen:///
check:
load -A Xen host kernel
startd xen
Libvirt URI is: xen:///
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 968, in _open_thread
self._backend.open(self._do_creds_password)
File "/usr/share/virt-manager/virtinst/connection.py", line 158, in open
open_flags)
File "/usr/lib/python2.7/site-packages/libvirt.py", line 105, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: no connection driver available for xen:///
Offline