* Sean ([EMAIL PROTECTED]) wrote: > With XFree86 4.1.0 it's > > Option "AGPMode" "2" > > Sean > > On Tue, 17 Jul 2001 00:18:43 +0000 (UTC) > [EMAIL PROTECTED] (Sebastian Drews) wrote: > > > Dominique Deleris <[EMAIL PROTECTED]> wrote: > > > Does anyone of you know how to tell the X server to use AGP 2x > > > mode ? > > > > > > I have a Matrox G400 32Mb (AGP) card, and use a custom 2.4.4 > > > > [...] > > Section "Device" > > Identifier "Generic Graphics Device" > > Driver "mga" > > Option "AGPMode2x" > > EndSection > > [...]
The following works for me under XFree86 4.0.3 (unstable). I wonder if they changed anything between 4.0 and 4.1 or if Option "AGPMode2x" and Option "AGPMode" "2" are equivalent (don't wanna try the other one right now ;-) to check myself). Alex. ! V ------------------------------------------------------------ Section "Device" Identifier "Matrox G400" Driver "mga" Option "AGPMode2x" ChipSet "mgag400" BusID "PCI:1:0:0" EndSection