Gerd Knorr wrote: >the X-Server wants IOPL access for some obscure >reason, it shouldn't need that when running on top of a framebuffer >device. Anyone has an idea on that? I looked into this a while ago. What I found was that you have to add UML to the exclude ifdef in CheckGenericGA() from xfree86/common/xf86Bus.c, and also around all the iopl() and ioperm() exclude ifdefs in xfree86/os_support/linux/linux_video.c. I think it doesn't hurt to add Option "PciOsConfig" to the ServerFlags section in the conf file. I also remember making the attached guest kernel patch at one point (apologies for hand editing it). It would be nice if someone would code up an Option "NoHwIO" or something to X that takes care of this, instead of the ifdef hell. :) Hope that helps, Steve Schmidtke