summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-18 04:23:37 +0000
committerMike Fulbright <msf@redhat.com>2002-12-18 04:23:37 +0000
commitfe9710513dc491846d443ed214947859088d5d27 (patch)
treeab9e4f9d3a0a6bd96494c6afb7b955337538e0ff /xsetup.py
parentae4519c48556e939d0867dcef7751a06e15dd513 (diff)
downloadanaconda-fe9710513dc491846d443ed214947859088d5d27.tar.gz
anaconda-fe9710513dc491846d443ed214947859088d5d27.tar.xz
anaconda-fe9710513dc491846d443ed214947859088d5d27.zip
turn on dri
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsetup.py b/xsetup.py
index c4b0167d7..7c826005b 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -32,6 +32,11 @@ class XSetup:
# really all of this should be in rhpl probably
#
def write(self, fn, mouse, keyboard):
+ #
+ # always turn dri on
+ #
+ self.xhwstate.set_dri_enabled(1)
+
outfile = fn + "/XF86Config"
xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard,
standalone = 0)