WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] X86_64 Xorg Xfree86 issues

To: <m+Ian.Pratt@xxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] X86_64 Xorg Xfree86 issues
From: <David_Wolinsky@xxxxxxxx>
Date: Thu, 4 Aug 2005 11:23:08 -0500
Delivery-date: Thu, 04 Aug 2005 19:55:49 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWYk1If1C8PkK50TuOIaD/Qrd0jVQAPtVLAAAmer2AABBq+cAAA0gFw
Thread-topic: [Xen-devel] X86_64 Xorg Xfree86 issues
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@xxxxxxxxxxxx] 
Sent: Thursday, August 04, 2005 10:28 AM
To: Wolinsky, David; xen-devel@xxxxxxxxxxxxxxxxxxx
Cc: ian.pratt@xxxxxxxxxxxx; ian.pratt@xxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxx
# 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@xxxxxxxxx>

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@xxxxxxxx [mailto:David_Wolinsky@xxxxxxxx]
> Sent: 04 August 2005 14:30
> To: Ian Pratt; xen-devel@xxxxxxxxxxxxxxxxxxx
> Cc: ian.pratt@xxxxxxxxxxxx
> 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@xxxxxxxxxxxx]
> Sent: Thursday, August 04, 2005 3:55 AM
> To: Wolinsky, David; xen-devel@xxxxxxxxxxxxxxxxxxx
> Cc: ian.pratt@xxxxxxxxxxxx
> 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
> 

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

<Prev in Thread] Current Thread [Next in Thread>