summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-20 03:31:26 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-20 03:31:26 +0000
commit31f1add4879da48efb7af21fc5c575692cc3709d (patch)
tree7a541b8f54f91ed8309da17752e205b40db2cf30 /xsetup.py
parent8307d33391423f13c1deed409b80d8e381582a93 (diff)
downloadanaconda-31f1add4879da48efb7af21fc5c575692cc3709d.tar.gz
anaconda-31f1add4879da48efb7af21fc5c575692cc3709d.tar.xz
anaconda-31f1add4879da48efb7af21fc5c575692cc3709d.zip
merge from taroon
fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/xsetup.py b/xsetup.py
index b4623c5f1..f5db25675 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -35,10 +35,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)
+ # always turn dri on FIXME: except on ia64
+ if iutil.getArch() == "ia64":
+ self.xhwstate.set_dri_enabled(0)
+ else:
+ self.xhwstate.set_dri_enabled(1)
#
# XXX - cleanup monitor name to not include 'DDC Probed Monitor'