folks, X (Xorg-x11) fails under dom0 (unstable-tree) on my environment. If it works for me, it''s very appreciated. <Symptom> - X fails with the message ...(snip) (II) VESA(0): initializing int10 (EE) VESA(0): Cannot map SYS BIOS (II) UnloadModule: "vesa" (II) UnloadModule: "int10" (snip)... - strace -F gdm log says ...(snip) 6293 write(0, "(II) VESA(0): initializing int10"..., 33) = 33 6293 open("/dev/mem", O_RDWR) = 5 6293 mmap2(0xf0000, 65536, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_FIXED, 5, 0xf0) = -1 EINVAL (Invalid argument) 6293 write(2, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 write(0, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 close(5) = 0 (snip)... - ignorebiostables was not a help <target hardware> - i915G (ICH6) m/b Though I was not sure what kind of logs can provde clues, on this mail, I attached the files below:- - Xorg.0.log.success : X success log under gentoo - Xorg.0.log.failed : full failed-X-log under dom0 - gdm.log.bz2 : full "strace -F gdm" under dom0 - lspci_on_dom0 : lspci -vv under dom0 Thanks very much for your help. Best regards, Daisaku
(to list admin: please ignore the same message which was sent from a different address, sorry). folks, X (Xorg-x11) fails under dom0 (unstable-tree) on my environment. If it works for me, it''s very appreciated. <Symptom> - X fails with the message ...(snip) (II) VESA(0): initializing int10 (EE) VESA(0): Cannot map SYS BIOS (II) UnloadModule: "vesa" (II) UnloadModule: "int10" (snip)... - strace -F gdm log says ...(snip) 6293 write(0, "(II) VESA(0): initializing int10"..., 33) = 33 6293 open("/dev/mem", O_RDWR) = 5 6293 mmap2(0xf0000, 65536, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_FIXED, 5, 0xf0) = -1 EINVAL (Invalid argument) 6293 write(2, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 write(0, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 close(5) = 0 (snip)... - ignorebiostables was not a help <target hardware> - i915G (ICH6) m/b Though I was not sure what kind of logs can provde clues, on this mail, I attached the files below:- - Xorg.0.log.success : X success log under gentoo - Xorg.0.log.failed : full failed-X-log under dom0 - gdm.log.bz2 : full "strace -F gdm" under dom0 - lspci_on_dom0 : lspci -vv under dom0 Thanks very much for your help. Best regards, Daisaku
(to list admin: sorry x 2! the last message had over 40KB attachment...) folks, X (Xorg-x11) fails under dom0 (unstable-tree) on my environment. If it works for me, it''s very appreciated. <Symptom> - X fails with the message ...(snip) (II) VESA(0): initializing int10 (EE) VESA(0): Cannot map SYS BIOS (II) UnloadModule: "vesa" (II) UnloadModule: "int10" (snip)... - strace -F gdm log says ...(snip) 6293 write(0, "(II) VESA(0): initializing int10"..., 33) = 33 6293 open("/dev/mem", O_RDWR) = 5 6293 mmap2(0xf0000, 65536, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_FIXED, 5, 0xf0) = -1 EINVAL (Invalid argument) 6293 write(2, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 write(0, "(EE) VESA(0): Cannot map SYS BIO"..., 34) = 34 6293 close(5) = 0 (snip)... - ignorebiostables was not a help <target hardware> - i915G (ICH6) m/b Though I was not sure what kind of logs can provde clues, on this mail, I attached the files below:- - Xorg.0.log.success : X success log under gentoo - Xorg.0.log.failed : full failed-X-log under dom0 - lspci_on_dom0 : lspci -vv under dom0 I can send full strace log also if it could help. Thanks very much for your help. Best regards, Daisaku
> X (Xorg-x11) fails under dom0 (unstable-tree) on my environment. > If it works for me, it''s very appreciated. > > <Symptom> > - X fails with the message > ...(snip) > (II) VESA(0): initializing int10 > (EE) VESA(0): Cannot map SYS BIOSThe VESA Xorg/xfree86 driver is not currently supported under Xen/Linux. Most chipset specific drivers should work fine, and typically work better anyhow. Support VESA drivers doesn''t work for two reasons: 1) it tries to map pages in the bottom megabyte of machine memory, and 2) it needs to make call backs to the BIOS. #1 is trivially implemented, and it might make sense for dom0 to have access to the bottom megabyte of machine memory for other reasons (e.g. ACPI). I don''t know enough about the mechanism used for protected mode BIOS calls to know how best to implement them, but I suspect we''d have to bounce them via Xen. Anyhow, can you try a chipset specific driver? Thanks, Ian ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi Ian, On Sun, 15 Aug 2004 20:52:30 +0100 Ian Pratt <Ian.Pratt@cl.cam.ac.uk> wrote: (snip)> Anyhow, can you try a chipset specific driver?I tried, but no luck still. ....(snip) (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G (II) Primary Device is: PCI 00:02:0 (--) Chipset 915G found (snip) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a (II) I810(0): initializing int10 (EE) I810(0): Cannot map SYS BIOS (EE) I810(0): VBE initialization failed. (II) UnloadModule: "i810" (snip)... To be honest, I''m not sure what''s going on behind the scene because in the "success case" under gentoo direct boot, it says (snip) (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 7872 kB (II) I810(0): VESA VBE OEM: Intel(r)Grantsdale-G Graphics Chip Accelerated VGA BIOS (snip).. Umm, VESA... No chance? Thanks very much for your help. Best regards, Daisaku ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> I tried, but no luck still. > > ....(snip) > (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, > i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G > (II) Primary Device is: PCI 00:02:0 > (--) Chipset 915G found > (snip) > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a > (II) I810(0): initializing int10 > (EE) I810(0): Cannot map SYS BIOS > (EE) I810(0): VBE initialization failed. > (II) UnloadModule: "i810" > (snip)...Hi Daisaku, I have a nasty feeling that I''ve recently broken this by rejecting mmap() requests to very low virtual addresses. Please pull the very latest unstable tree, build it, and when you start X please look on the kernel console (e.g., by using dmesg) to see whether you get a line of the form: WARNING: Preventing a mmap() request by XXX at XXX, len XXX If you do then this is a problem that I can fix. :-) -- Keir ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> Hi Daisaku, > > I have a nasty feeling that I''ve recently broken this by rejecting > mmap() requests to very low virtual addresses. > > Please pull the very latest unstable tree, build it, and when you > start X please look on the kernel console (e.g., by using dmesg) to > see whether you get a line of the form: > WARNING: Preventing a mmap() request by XXX at XXX, len XXX > > If you do then this is a problem that I can fix. :-) > > -- KeirDon''t bother with this -- I confirmed that this is the problem from the strace log that you sent previously. I''ll look into a fix. -- Keir ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
This is just a completely random thought and not really related to this thread at all... the X protocol can use shared memory in the case where the display is on the same pc as the application. What would be involved in making shared memory work with X in the case where an application running in a dom != 0 is using a display (X server) on dom0? James From: Keir Fraser Sent: Tue 17/08/2004 6:12 PM To: Keir Fraser Cc: Daisaku Watanabe; xen-devel@lists.sourceforge.net Subject: Re: [Xen-devel] X under dom0> Hi Daisaku, > > I have a nasty feeling that I''ve recently broken this by rejecting > mmap() requests to very low virtual addresses. > > Please pull the very latest unstable tree, build it, and when you > start X please look on the kernel console (e.g., by using dmesg) to > see whether you get a line of the form: > WARNING: Preventing a mmap() request by XXX at XXX, len XXX > > If you do then this is a problem that I can fix. :-) > > -- KeirDon''t bother with this -- I confirmed that this is the problem from the strace log that you sent previously. I''ll look into a fix. -- Keir ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi Keir, On Tue, 17 Aug 2004 09:12:40 +0100 Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote: (snip)> Don''t bother with this -- I confirmed that this is the problem from > the strace log that you sent previously. I''ll look into a fix.I know you''ve got already the point, but anyway the the message looks like:- WARNING: Preventing a mmap() request by X at 0x000f0000, len 00010000 gdm[5868]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 on my machine. Thanks very much for help, Keir. Best regards, Daisaku ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
(to list admin: sorry again, ignore the same message which was sent from different address) Hi Keir, On Tue, 17 Aug 2004 09:12:40 +0100 Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote: (snip)> Don''t bother with this -- I confirmed that this is the problem from > the strace log that you sent previously. I''ll look into a fix.I know you''ve got already the point, but anyway the the message looks like:- WARNING: Preventing a mmap() request by X at 0x000f0000, len 00010000 gdm[5868]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 on my machine. Thanks very much for help, Keir. Best regards, Daisaku ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> On Tue, 17 Aug 2004 09:12:40 +0100 > Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote: > (snip) > > Don''t bother with this -- I confirmed that this is the problem from > > the strace log that you sent previously. I''ll look into a fix. > > I know you''ve got already the point, > but anyway the the message looks like:- > WARNING: Preventing a mmap() request by X at 0x000f0000, len 00010000 > gdm[5868]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 > on my machine. > > Thanks very much for help, Keir.This bug should now be fixed. Also, I''ve turned off binary rewriting for segment fixups for the time being. I''ll turn that back on when I''ve got round the fs corruption issue when libraries are prelinked. -- Keir ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi On Tue, 17 Aug 2004 18:56:48 +0100 Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:> This bug should now be fixed.OK I''ve got a progress, but need little more help. The thing is, X requires MTRR support:- (please see the log below) I activated the MTRR support part at arch/xen/i386/Kconfig and recompile the dom0 kernel so CONFIG_MTRR=y should be built-in. (install/boot/config-2.6.7-xen0 does have the line CONFIG_MTRR=y). But /proc/mtrr does not appear after reboot. How can I activate MTRR support under ARCH=xen? Thanks very much for your patience. ===================== log ======================================== * Xorg.log.0 (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (WW) System lacks support for changing MTRRs * strace 7020 mmap2(NULL, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0x402dd000 7020 munmap(0x402dd000, 4096) = 0 7020 close(5) = 0 7020 write(0, "(WW) I810(0): Bad V_BIOS checksu"..., 34) = 34 7020 write(0, "(II) I810(0): Primary V_BIOS seg"..., 48) = 48 7020 open("/dev/mem", O_RDWR) = 5 7020 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x402dd000 7020 close(5) = 0 7020 open("/dev/cpu/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) 7020 open("/proc/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) 7020 write(0, "(WW) System lacks support for ch"..., 45) = 45 7020 munmap(0x402dd000, 4096) = 0 (snip)... Best regards, Daisaku Watanabe ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I''ll give it a bit of thought. I suspect that it will be easy to provide direct access to DOM0. -- Keir> Hi > > On Tue, 17 Aug 2004 18:56:48 +0100 > Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote: > > This bug should now be fixed. > > OK I''ve got a progress, but need little more help. > > The thing is, X requires MTRR support:- > (please see the log below) > > I activated the MTRR support part at arch/xen/i386/Kconfig > and recompile the dom0 kernel so CONFIG_MTRR=y should be > built-in. > (install/boot/config-2.6.7-xen0 does have the line CONFIG_MTRR=y). > But /proc/mtrr does not appear after reboot. > > How can I activate MTRR support under ARCH=xen? > > Thanks very much for your patience. > > ===================== log ========================================> * Xorg.log.0 > (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a > (II) I810(0): initializing int10 > (WW) I810(0): Bad V_BIOS checksum > (II) I810(0): Primary V_BIOS segment is: 0xc000 > (WW) System lacks support for changing MTRRs > > * strace > 7020 mmap2(NULL, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0x402dd000 > 7020 munmap(0x402dd000, 4096) = 0 > 7020 close(5) = 0 > 7020 write(0, "(WW) I810(0): Bad V_BIOS checksu"..., 34) = 34 > 7020 write(0, "(II) I810(0): Primary V_BIOS seg"..., 48) = 48 > 7020 open("/dev/mem", O_RDWR) = 5 > 7020 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x402dd000 > 7020 close(5) = 0 > 7020 open("/dev/cpu/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) > 7020 open("/proc/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) > 7020 write(0, "(WW) System lacks support for ch"..., 45) = 45 > 7020 munmap(0x402dd000, 4096) = 0 > (snip)... > > Best regards, > Daisaku Watanabe > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Yes, it looks easy. It''s just been disabled in the Makefiles. However --- does your X server work without MTRR support? Normally you get a warning, but the server still works okay... in which case this isn''t a priority. -- Keir> I''ll give it a bit of thought. I suspect that it will be easy to > provide direct access to DOM0. > > -- Keir > > > Hi > > > > On Tue, 17 Aug 2004 18:56:48 +0100 > > Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote: > > > This bug should now be fixed. > > > > OK I''ve got a progress, but need little more help. > > > > The thing is, X requires MTRR support:- > > (please see the log below) > > > > I activated the MTRR support part at arch/xen/i386/Kconfig > > and recompile the dom0 kernel so CONFIG_MTRR=y should be > > built-in. > > (install/boot/config-2.6.7-xen0 does have the line CONFIG_MTRR=y). > > But /proc/mtrr does not appear after reboot. > > > > How can I activate MTRR support under ARCH=xen? > > > > Thanks very much for your patience. > > > > ===================== log ========================================> > * Xorg.log.0 > > (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a > > (II) I810(0): initializing int10 > > (WW) I810(0): Bad V_BIOS checksum > > (II) I810(0): Primary V_BIOS segment is: 0xc000 > > (WW) System lacks support for changing MTRRs > > > > * strace > > 7020 mmap2(NULL, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0x402dd000 > > 7020 munmap(0x402dd000, 4096) = 0 > > 7020 close(5) = 0 > > 7020 write(0, "(WW) I810(0): Bad V_BIOS checksu"..., 34) = 34 > > 7020 write(0, "(II) I810(0): Primary V_BIOS seg"..., 48) = 48 > > 7020 open("/dev/mem", O_RDWR) = 5 > > 7020 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x402dd000 > > 7020 close(5) = 0 > > 7020 open("/dev/cpu/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) > > 7020 open("/proc/mtrr", O_WRONLY) = -1 ENOENT (No such file or directory) > > 7020 write(0, "(WW) System lacks support for ch"..., 45) = 45 > > 7020 munmap(0x402dd000, 4096) = 0 > > (snip)... > > > > Best regards, > > Daisaku Watanabe > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/xen-devel > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi Keir, On Wed, 18 Aug 2004 20:40:39 +0100 Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:> However --- does your X server work without MTRR support? Normally you > get a warning, but the server still works okay... in which case this > isn''t a priority.maybe you are right, X is not working on my -xen0 env, but it might not be caused by MTRR, as you pointed out, it''s warning (WW), not fatal. Currently X gives only black-out screen, and log (Xorg.0.log) stops just after (II) I810(0): Primary V_BIOS segment is: 0xc000 (WW) System lacks support for changing MTRRs It''s getting more difficult to track it down, but let me try to capture what''s going on little bit more. Thanks very much for your help. Oh, could you kindly instruct how can I enable MTRR support to make it built-in? Best regards, Daisaku ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel