diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-11-21 00:49:28 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-11-21 00:49:28 +0000 |
commit | 3d3822c89386691bde65d3a74ef2321e7c85b7ca (patch) | |
tree | 893ee3135ba2eaeabc424abbad831e66fda70106 /lst/Cards+ | |
parent | 8aa9e81ffb26807d48323b5a3ec301d72c5cec9c (diff) | |
download | ldetect-lst-3d3822c89386691bde65d3a74ef2321e7c85b7ca.tar ldetect-lst-3d3822c89386691bde65d3a74ef2321e7c85b7ca.tar.gz ldetect-lst-3d3822c89386691bde65d3a74ef2321e7c85b7ca.tar.bz2 ldetect-lst-3d3822c89386691bde65d3a74ef2321e7c85b7ca.tar.xz ldetect-lst-3d3822c89386691bde65d3a74ef2321e7c85b7ca.zip |
only disable 3D on Rage 128 for x86-64, not i586 too
Diffstat (limited to 'lst/Cards+')
-rw-r--r-- | lst/Cards+ | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -128,8 +128,16 @@ NAME ATI Mach 64-based cards DRIVER mach64 DRI_GLX +# The first 128 definition is only used in pcitable, and the second only +# in pcitable.x86_64. This way, 3D is enabled for these cards on i586 but +# disabled on x86-64 (apparently it locks hard on x86-64). + NAME ATI Rage 128-based cards DRIVER r128 +DRI_GLX + +NAME ATI Rage 128-based cards (3D disabled on x86-64) +DRIVER r128 NAME ATI Mach 64-based cards (no 3D acceleration) DRIVER mach64 |