I am building the XServer following the steps here: <a href="http://www.x.org/wiki/CompileXserverManually">http://www.x.org/wiki/CompileXserverManually</a><br><br>After getting all the components built successfully (xserver, video driver, mouse driver and keyboard driver), I run the XServer (./Xorg :0). All I get is a blank screen and when I check the Xorg.0.log, I see this error - dlopen <path>/kbd_drv.so: undefined symbol: XkbdfltRepeatInterval and the module does not load. From the logs, it looks like the "mouse" and "intel" (video) modules load correctly. <br>
<br>Any idea why it cannot resolve that symbol?<br><br>-Bipin<br><br>