diff options
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/live.cfg | 2 | ||||
-rw-r--r-- | live/One/2006.0/patches/Cards+.legacy.patch | 20 |
2 files changed, 22 insertions, 0 deletions
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 |