On Saturday 29 November 2003 12:43 am, Tom Vier wrote: > i'm try to get opengl and full accel going on my pci radeon > 7500. the kernel menuconfig doesn't let me select the radeon > module, so i have to modify .config manually. when i do, > radeon_cp.c has a lot of bad ptr casting to 32bit ints. :/ > > in an old msg, someone told me they used to modules in the > xfree86 source. are these xserver modules or kernel modules? > if they're in the xfree source, why aren't they in a binary > deb?
They're Linux kernel modules, included with the XFree86 source (under xc/programs/Xserver/hw/xfree86/os-support/linux/drm/). The DRI modules included with the stock Linux kernel are too old to be usable with up-to-date XFree86 versions, even if they do compile. -- Kelledin "If a server crashes in a server farm and no one pings it, does it still cost four figures to fix?"

