diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 12:51:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 12:51:35 +0000 |
commit | 297151270a49e377daf1cf7eaa50ffa490f2a94e (patch) | |
tree | c92402ddda299e0fe7d768a09729831fed767776 | |
parent | bd2d5b0f5dc3643d16bb875a47c98e9de09ee44a (diff) | |
download | ldetect-lst-297151270a49e377daf1cf7eaa50ffa490f2a94e.tar ldetect-lst-297151270a49e377daf1cf7eaa50ffa490f2a94e.tar.gz ldetect-lst-297151270a49e377daf1cf7eaa50ffa490f2a94e.tar.bz2 ldetect-lst-297151270a49e377daf1cf7eaa50ffa490f2a94e.tar.xz ldetect-lst-297151270a49e377daf1cf7eaa50ffa490f2a94e.zip |
- Cards+ + pcitable:
- add "ATI Radeon 8500" with no DRI_GLX
- add "SiS 6326 no_accel" with Option "no_accel"
- add "NeoMagic 128XD" with special XaaNoScanline* options
- add "NeoMagic MagicMedia 256XL+" with Option "sw_cursor"
- add NEEDVIDEORAM for cards corresponding to /86c368|S3 Inc|Tseng.*ET6\d00/
(hoping it will work: since the regexp was broken, it was never done.
(it was applied on the module field of pcitable, instead of the description))
- remove CHIPSET except for cards which had needChipset
- add UTAH_GLX, UTAH_GLX_EXPERIMENTAL
(which card have them come from Xconfigurator.pm)
- add BAD_FB_RESTORE & BAD_FB_RESTORE_XF3
-rw-r--r-- | ldetect-lst.spec | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index a3bf0873..e5070cb7 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,6 +1,6 @@ %define name ldetect-lst -%define version 0.1.3 -%define release 9mdk +%define version 0.1.4 +%define release 1mdk Name: %{name} Version: %{version} @@ -62,6 +62,20 @@ fi %{_bindir}/* %changelog +* Wed Jul 17 2002 Pixel <pixel@mandrakesoft.com> 0.1.4-1mdk +- Cards+ + pcitable: + - add "ATI Radeon 8500" with no DRI_GLX + - add "SiS 6326 no_accel" with Option "no_accel" + - add "NeoMagic 128XD" with special XaaNoScanline* options + - add "NeoMagic MagicMedia 256XL+" with Option "sw_cursor" + - add NEEDVIDEORAM for cards corresponding to /86c368|S3 Inc|Tseng.*ET6\d00/ + (hoping it will work: since the regexp was broken, it was never done. + (it was applied on the module field of pcitable, instead of the description)) + - remove CHIPSET except for cards which had needChipset + - add UTAH_GLX, UTAH_GLX_EXPERIMENTAL + (which card have them come from Xconfigurator.pm) + - add BAD_FB_RESTORE & BAD_FB_RESTORE_XF3 + * Fri Jun 21 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.1.3-9mdk - Add nForce things from Damien. - s/de4x5/tulip/ thanks to juan |