[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about /etc/X11/XF86Config-4
- From: Alexandru Fomin <yo3fxy at spymac dot com>
- Date: Tue, 22 Feb 2005 15:06:41 +0200
Daniel Baumann wrote:
Hello
I have a question about this example of the XF86Config-4, which
I found on this webside:
http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html#configure
Could anybody tell me, what the points do mean? What do I have
to write there instead of these points?
that you can have some other lines with load statements
or comments, but you should have those modules loaded
if you want your 3D to work ..
I think you can have a Module section in your XF86Config-4 file,
containing only the lines from Flavio's example, with the "..." lines
removed; I always have some other load statements like the ones for
font handling for example. If you want a live example, here it is the
Module section I use:
Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
## fglrx is not compatible with the xtrap extension
## Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Hoping this helped,
Alex.