diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-08-21 21:05:31 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-08-21 21:05:31 +0000 |
commit | 1efbdb671cacb74ffc0dd6f6d59d954fef41299d (patch) | |
tree | a01b1c68a56250c90038db0406aaec0d996c452f /lst | |
parent | 61e94ceb6e31bf2ad7af4565afd5abdd66c51ea1 (diff) | |
download | ldetect-lst-1efbdb671cacb74ffc0dd6f6d59d954fef41299d.tar ldetect-lst-1efbdb671cacb74ffc0dd6f6d59d954fef41299d.tar.gz ldetect-lst-1efbdb671cacb74ffc0dd6f6d59d954fef41299d.tar.bz2 ldetect-lst-1efbdb671cacb74ffc0dd6f6d59d954fef41299d.tar.xz ldetect-lst-1efbdb671cacb74ffc0dd6f6d59d954fef41299d.zip |
use software cursor for openchrome as per pcpa
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -83,16 +83,20 @@ NEEDVIDEORAM # S3 UniChrome (via) +# Some cards do not have 3D support, or 3D support is not safe: see +# http://wiki.openchrome.org/tikiwiki/tiki-index.php?page=HardwareCaveats +# According to pcpa, hardware cursor causes display corruption on some +# models as of 2007/08/21 + NAME S3 UniChrome-based cards with 3D support DRIVER openchrome # 3D needs a DRM driver in kernel: DRI_GLX - -# Some cards do not have 3D support, or 3D support is not safe: see -# http://wiki.openchrome.org/tikiwiki/tiki-index.php?page=HardwareCaveats +LINE Option "SWcursor" NAME S3 UniChrome-based cards without 3D support DRIVER openchrome +LINE Option "SWcursor" # Tseng |