<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Peter,<br>
<br>
thank you for your response.<br>
<br>
On my Ubuntu 9.04 desktop I get this:<br>
<br>
strings /usr/lib/libXext.so.6.4.0 | grep -i generic<br>
Generic Event Extension<br>
Generic Event Extension<br>
<br>
But when I run the same command on the X11 that I built, I don't get
the same output<br>
<br>
elku@chutney:~$ strings /opt/X11rdp/lib/libXext.so.6.4.0 | grep -i
generic<br>
elku@chutney:~$ <br>
<br>
Also, when I run xdpyinfo on my Ubuntu desktop, I get this<br>
<br>
elku@chutney:~$ xdpyinfo | grep -i generic<br>
&nbsp;&nbsp;&nbsp; Generic Event Extension<br>
<br>
but on the X11 that I built, I get nothing again.<br>
<br>
This is what makes me assume that GE is not being built on my X11.<br>
<br>
thanks<br>
Dhoti<br>
<br>
Peter Hutterer wrote:
<blockquote cite="mid:20110809222640.GA14394@barra.redhat.com"
 type="cite">
  <pre wrap="">On Tue, Aug 09, 2011 at 08:44:39AM -0700, Dhoti Walla wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm playing around with X source code so I can learn more about X.

I've downloaded the latest xorg server source and successfully built
it. However I find that Generic Event Extension is not being
included in the build.

How do I enable Generic Event Extension?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It's enabled by default since at least one built-in extension (XI) requires
it.

Cheers,
  Peter
  </pre>
</blockquote>
</body>
</html>