From: Alexander G. <ag...@su...> - 2011-01-13 01:53:04
|
On 13.01.2011, at 02:49, Darren wrote: > Hello, > I just compiled a copy of the latest in cvs(Debian Testing). Was not able to get the KVM implementation compiled, but after some modification was able to get the mol kernel model compiled. One thing I noticed that is not working is xvideo. Is xvideo currently broken in cvs? I always get cannot connect to X at 0.0 (which any other program is able to connect fine), and No video modes at all was found - exiting. Sounds like you're using su to run mol without allowing access to your X session. Try: $ xhost + and see if that helps :). Btw, which modifications did you need to do for the mol kernel module? The kvm compilation issues are probably outdated header files. Alex |