All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: X86_64 Xorg Xfree86 issues
@ 2005-08-04  8:55 Ian Pratt
  2005-08-04 15:51 ` David F Barrera
  2005-08-05 19:08 ` David F Barrera
  0 siblings, 2 replies; 12+ messages in thread
From: Ian Pratt @ 2005-08-04  8:55 UTC (permalink / raw)
  To: David_Wolinsky, xen-devel

 > I am unable to load up Xfree86 or Xorg on a Xen64 machine.  I 
> have an I915 (descendant of I810) and I get these messages - 
> No V_BIOS found, VBE initialization failed...  Any suggestions 
> on how to get this fixed?  I have /dev/agpgart for I8xx 
> enabled as well as the DRM.

Please can you run 'dmidecode'.

Thanks,
Ian

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: X86_64 Xorg Xfree86 issues
@ 2005-08-04 16:23 David_Wolinsky
  0 siblings, 0 replies; 12+ messages in thread
From: David_Wolinsky @ 2005-08-04 16:23 UTC (permalink / raw)
  To: m+Ian.Pratt, xen-devel

I have that patch on my Xen.  I believe the HG patch set is 6006.

David

-----Original Message-----
From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] 
Sent: Thursday, August 04, 2005 10:28 AM
To: Wolinsky, David; xen-devel@lists.xensource.com
Cc: ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk
Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues


David, what version are you running. There's a patch in the tree that is
supposed to fix this:

# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 0474ffc52ba79c5803a3cbe33380c555f71372dd
# Parent  dd1c092a7ee2f54f5f96ba7f090b0c6bbdfdb0fa
fix x86_64 domain0 /dev/mem issue
x86_64 miss the define of ARCH_HAS_DEV_MEM, that causes
/drivers/char/mem.c to not show low 1M memory correctly.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>

diff -r dd1c092a7ee2 -r 0474ffc52ba7
linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h	Thu Jul
28 21:32:13 2005
+++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h	Fri Jul
29 10:22:03 2005
@@ -369,4 +369,6 @@
 
 #endif /* __KERNEL__ */
 
-#endif
+#define ARCH_HAS_DEV_MEM
+
+#endif

 

> -----Original Message-----
> From: David_Wolinsky@Dell.com [mailto:David_Wolinsky@Dell.com]
> Sent: 04 August 2005 14:30
> To: Ian Pratt; xen-devel@lists.xensource.com
> Cc: ian.pratt@cl.cam.ac.uk
> Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues
> 
> "No SMBIOS nor DMI entry point found, sorry." 
> 
> David
> 
> -----Original Message-----
> From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk]
> Sent: Thursday, August 04, 2005 3:55 AM
> To: Wolinsky, David; xen-devel@lists.xensource.com
> Cc: ian.pratt@cl.cam.ac.uk
> Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues
> 
>  > I am unable to load up Xfree86 or Xorg on a Xen64 machine.  I
> > have an I915 (descendant of I810) and I get these messages
> - No V_BIOS
> 
> > found, VBE initialization failed...  Any suggestions on how to get 
> > this fixed?  I have /dev/agpgart for I8xx enabled as well
> as the DRM.
> 
> Please can you run 'dmidecode'.
> 
> Thanks,
> Ian
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: X86_64 Xorg Xfree86 issues
@ 2005-08-04 15:28 Ian Pratt
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Pratt @ 2005-08-04 15:28 UTC (permalink / raw)
  To: David_Wolinsky, xen-devel


David, what version are you running. There's a patch in the tree that is
supposed to fix this:

# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 0474ffc52ba79c5803a3cbe33380c555f71372dd
# Parent  dd1c092a7ee2f54f5f96ba7f090b0c6bbdfdb0fa
fix x86_64 domain0 /dev/mem issue
x86_64 miss the define of ARCH_HAS_DEV_MEM, that causes
/drivers/char/mem.c to not show low 1M memory correctly.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>

diff -r dd1c092a7ee2 -r 0474ffc52ba7
linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h	Thu Jul
28 21:32:13 2005
+++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h	Fri Jul
29 10:22:03 2005
@@ -369,4 +369,6 @@
 
 #endif /* __KERNEL__ */
 
-#endif
+#define ARCH_HAS_DEV_MEM
+
+#endif

 

> -----Original Message-----
> From: David_Wolinsky@Dell.com [mailto:David_Wolinsky@Dell.com] 
> Sent: 04 August 2005 14:30
> To: Ian Pratt; xen-devel@lists.xensource.com
> Cc: ian.pratt@cl.cam.ac.uk
> Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues
> 
> "No SMBIOS nor DMI entry point found, sorry." 
> 
> David
> 
> -----Original Message-----
> From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk]
> Sent: Thursday, August 04, 2005 3:55 AM
> To: Wolinsky, David; xen-devel@lists.xensource.com
> Cc: ian.pratt@cl.cam.ac.uk
> Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues
> 
>  > I am unable to load up Xfree86 or Xorg on a Xen64 machine.  I 
> > have an I915 (descendant of I810) and I get these messages 
> - No V_BIOS
> 
> > found, VBE initialization failed...  Any suggestions on how to get 
> > this fixed?  I have /dev/agpgart for I8xx enabled as well 
> as the DRM.
> 
> Please can you run 'dmidecode'.
> 
> Thanks,
> Ian
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: X86_64 Xorg Xfree86 issues
@ 2005-08-04 15:15 Ian Pratt
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Pratt @ 2005-08-04 15:15 UTC (permalink / raw)
  To: Jerone Young, David_Wolinsky; +Cc: xen-devel

> At the moment Xorg does not work under Xen on X86-64. Havn't 
> had a chance to look into it...but even if you try the "vesa" 
> driver you cannot get X working. Basically the driver is not 
> able to get to the video card bios...may need a hypercall to do this.

Domain 0 should have the bottom 1MB of machine RAM mapped into its
address space, and it should be available via /dev/mem.

I think dmidecode uses read rather than mmap, which suggests ioremap may
not be working. See arch/xen/kernel/devmem.c

Ian

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: X86_64 Xorg Xfree86 issues
@ 2005-08-04 13:30 David_Wolinsky
  2005-08-04 15:01 ` Jerone Young
  2005-08-04 17:36 ` Tom Lendacky
  0 siblings, 2 replies; 12+ messages in thread
From: David_Wolinsky @ 2005-08-04 13:30 UTC (permalink / raw)
  To: m+Ian.Pratt, xen-devel

"No SMBIOS nor DMI entry point found, sorry." 

David

-----Original Message-----
From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] 
Sent: Thursday, August 04, 2005 3:55 AM
To: Wolinsky, David; xen-devel@lists.xensource.com
Cc: ian.pratt@cl.cam.ac.uk
Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues

 > I am unable to load up Xfree86 or Xorg on a Xen64 machine.  I 
> have an I915 (descendant of I810) and I get these messages - No V_BIOS

> found, VBE initialization failed...  Any suggestions on how to get 
> this fixed?  I have /dev/agpgart for I8xx enabled as well as the DRM.

Please can you run 'dmidecode'.

Thanks,
Ian

^ permalink raw reply	[flat|nested] 12+ messages in thread
* X86_64 Xorg Xfree86 issues
@ 2005-08-04  1:24 David_Wolinsky
  0 siblings, 0 replies; 12+ messages in thread
From: David_Wolinsky @ 2005-08-04  1:24 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 291 bytes --]

I am unable to load up Xfree86 or Xorg on a Xen64 machine.  I have an
I915 (descendant of I810) and I get these messages - No V_BIOS found,
VBE initialization failed...  Any suggestions on how to get this fixed?
I have /dev/agpgart for I8xx enabled as well as the DRM.

Thanks,
David

[-- Attachment #1.2: Type: text/html, Size: 763 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-08-05 19:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04  8:55 X86_64 Xorg Xfree86 issues Ian Pratt
2005-08-04 15:51 ` David F Barrera
2005-08-05 19:08 ` David F Barrera
  -- strict thread matches above, loose matches on Subject: below --
2005-08-04 16:23 David_Wolinsky
2005-08-04 15:28 Ian Pratt
2005-08-04 15:15 Ian Pratt
2005-08-04 13:30 David_Wolinsky
2005-08-04 15:01 ` Jerone Young
2005-08-04 17:36 ` Tom Lendacky
2005-08-04 20:05   ` Ryan Harper
2005-08-04 22:45     ` Reuben Kabel
2005-08-04  1:24 David_Wolinsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.