summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-07-24 21:12:07 +0000
committerMike Fulbright <msf@redhat.com>2000-07-24 21:12:07 +0000
commit54e84d4572111902dbdb9fa9febb98adf8f15687 (patch)
treeea19cef65472310e4423dbb253041aee45955bef /xf86config.py
parente543476130f92cb7d5148360be82ddec5270da0d (diff)
downloadanaconda-54e84d4572111902dbdb9fa9febb98adf8f15687.tar.gz
anaconda-54e84d4572111902dbdb9fa9febb98adf8f15687.tar.xz
anaconda-54e84d4572111902dbdb9fa9febb98adf8f15687.zip
added GLcore, dri, glx, pex5 when we write out XF86Config-4 file
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py
index 8fa304782..4b0f4a921 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -443,8 +443,12 @@ Section "Files"
EndSection
Section "Module"
+ Load "GLcore"
Load "dbe"
+ Load "dri"
Load "extmod"%(nonSparcMods)s%(pex5Mod)s
+ Load "glx"
+ Load "pex5"
Load "record"
Load "xie"%(ia64Mods)s
EndSection