| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.2 2007/07/05 21:01:18 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.3 2007/07/16 13:39:36 cardoe Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # Original Author: Doug Goldstein <cardoe@gentoo.org> |
6 | # Original Author: Doug Goldstein <cardoe@gentoo.org> |
| 7 | # Purpose: Provide useful messages for nvidia-drivers based on currently |
7 | # Purpose: Provide useful messages for nvidia-drivers based on currently |
| 8 | # installed Nvidia card |
8 | # installed Nvidia card |
| … | |
… | |
| 77 | ewarn |
77 | ewarn |
| 78 | ewarn "Failure to perform the steps above could result in a non-working" |
78 | ewarn "Failure to perform the steps above could result in a non-working" |
| 79 | ewarn "X setup." |
79 | ewarn "X setup." |
| 80 | ewarn |
80 | ewarn |
| 81 | ewarn "For more information please read:" |
81 | ewarn "For more information please read:" |
| 82 | ewarn "http://us.download.nvidia.com/XFree86/Linux-x86_64/100.14.11/README/appendix-a.html" |
82 | ewarn "http://www.nvidia.com/object/IO_32667.html" |
| 83 | ebeep 5 |
83 | ebeep 5 |
| 84 | fi |
84 | fi |
| 85 | } |
85 | } |
| 86 | |
86 | |
| 87 | |
87 | |