OK, I've managed to get the PowerVR driver compiled and loaded, created the appropriate /dev/ entry, and now when I try to run the Xsgx as supplied by the TI GFX SDK, I get the following: beagleboard:/usr/X11R6_SGX# bin/Xsgx PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [4890, /USER/src/omap3-sgx/services4/srvkm/bridged/bridged_pvr_brid] PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [4890, /USER/src/omap3-sgx/services4/srvkm/bridged/bridged_pvr_brid] sgxScreenInit: ERROR - can't enumerate pvr2d devices Could not find the driver. Make sure that the powervr driver has been loaded Backtrace (1 deep): 0: bin/Xsgx [0x48038] Fatal server error: Segmentation fault caught Aborted beagleboard:/usr/X11R6_SGX# lsmod Module Size Used by omaplfb 8488 0 pvrsrvkm 292280 1 omaplfb ipv6 247228 24 beagleboard:/usr/X11R6_SGX# ls -la /dev/pvrsrvkm crw-r--r-- 1 root root 249, 0 2009-03-17 11:41 /dev/pvrsrvkm beagleboard:/usr/X11R6_SGX# --------- No other X server is running. This is all begin done as root, so I don't think there are permission issues. strace'ing the server shows that it opens the driver file, then attempts a couple of IOCTLs that fail. So, what am I missing? Is there some firmware/slushware/??? file that needs to be be made available to initialize the hardware? -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html