Index: xorg-server-1.6.3.901/hw/xfree86/dri/dri.c =================================================================== --- xorg-server-1.6.3.901.orig/hw/xfree86/dri/dri.c +++ xorg-server-1.6.3.901/hw/xfree86/dri/dri.c @@ -75,7 +75,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN #define PCI_BUS_NO_DOMAIN(bus) ((bus) & 0xffu) #if !defined(PANORAMIX) -extern Bool noPanoramiXExtension; +Bool noPanoramiXExtension = TRUE; #endif static int DRIEntPrivIndex = -1;