Adam Carter writes: > I use an xorg.conf, and have the following; > > Section "Files" > ModulePath "/usr/lib64/xorg/modules" > ModulePath "/usr/lib64/opengl/xorg-x11/extensions/" > EndSection > > Your xorg cant find the dri and dri2 modules because its not looking in > the second directory.
I think the missing dri stuff is normal when suing the closed source drivers, as they have this built in. I think I had them, too, and I do not have a Files section. Has the fglrx kernel module been loaded at all, does lsmod | grep fglrx show it? If so, what are the dmesg messages when the module was loaded? I had these messages, whenI was using the ati-drivers: [fglrx] Maximum main memory to use for locked dma buffers: 3674 MBytes. [fglrx] vendor: 1002 device: 9610 count: 1 [fglrx] ioport: bar 1, base 0xee00, size: 0x100 pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 pci 0000:01:05.0: setting latency timer to 64 [fglrx] Kernel PAT support is enabled [fglrx] module loaded - fglrx 8.73.3 [May 4 2010] with 1 minors Wonko