<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-07-13 at 21:26 -0400, Writer, Tim wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">I'm not following you.</FONT></TT><BR>
    <BR>
    <BR>
</BLOCKQUOTE>
I was referring to a previous post:<BR>
<BR>
<BLOCKQUOTE>
    There is yet another potential issue. The drivers are part of the server which has been compiled in 64 bit. In xorg-server.h: 
    <BLOCKQUOTE>
<PRE>
/* Define to 1 if unsigned long is 64 bits. */
#define _XSERVER64 1
</PRE>
    </BLOCKQUOTE>
    This value influences the number of bytes on the wire for client/server communication. Each compilation unit must include xorg-server.h. By using -m32, long will be 32 bits but server code will assume otherwise. I can't really predict one way or the other, it's something I ran into.<BR>
</BLOCKQUOTE>
<BR>
I don't know if this is a problem or not. I wanted to bring it to your attention. 
</BODY>
</HTML>