From a8987fbed626e9313b4d1c3321dafda8b9823246 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 7 Mar 2006 17:45:58 +0000 Subject: use nvidia legacy driver for GeForce3/4 (forget about acceleration for FX/6800 series) --- live/One/2006.0/config/live.cfg | 2 ++ live/One/2006.0/patches/Cards+.legacy.patch | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 live/One/2006.0/patches/Cards+.legacy.patch (limited to 'live') diff --git a/live/One/2006.0/config/live.cfg b/live/One/2006.0/config/live.cfg index ad67abae3..11214028d 100644 --- a/live/One/2006.0/config/live.cfg +++ b/live/One/2006.0/config/live.cfg @@ -22,6 +22,8 @@ my $l = { 'patches/halt.loopfs.patch', 'patches/netfs.loopfs.patch', 'patches/lp.script.start.patch', + # use nvidia legacy driver for GeForce3/4 (forget about acceleration for FX/6800 series) + if_($local_cfg{BUILD_CDCOM}, 'patches/Cards+.legacy.patch'), ], if_($local_cfg{BUILD_CDCOM}, additional_media => [ { diff --git a/live/One/2006.0/patches/Cards+.legacy.patch b/live/One/2006.0/patches/Cards+.legacy.patch new file mode 100644 index 000000000..12316bc47 --- /dev/null +++ b/live/One/2006.0/patches/Cards+.legacy.patch @@ -0,0 +1,20 @@ +--- usr/share/ldetect-lst/Cards+.legacy 2006-03-07 12:42:06.000000000 -0500 ++++ usr/share/ldetect-lst/Cards+ 2006-03-07 12:42:40.000000000 -0500 +@@ -1931,7 +1931,7 @@ + SEE NVIDIA Legacy + + NAME NVIDIA GeForce3 (generic) +-SEE NVIDIA GeForce ++SEE NVIDIA Legacy + + NAME NVIDIA GeForce3 (xbox) + DRIVER nvxbox +@@ -1939,7 +1939,7 @@ + LINE Option "HWCursor" "0" + + NAME NVIDIA GeForce4 (generic) +-SEE NVIDIA GeForce ++SEE NVIDIA Legacy + + NAME NVIDIA GeForce FX (generic) + SEE NVIDIA GeForce -- cgit v1.2.1