|
|
#13 | |
|
Registered User
Join Date: Aug 2002
Location: mallorca
Posts: 65
|
Quote:
if you don't have a fresh install, have changed your kernel, have compiled your kernel, use src.rpm. do this: 1: rpm -qa | grep NV if any source is installed, remove it 2: rpm -e NVIDIA_kernel NVIDIA_GLX when you have all removed 3: install both files (if you have a fresh install, if updated or changed kernel,go pass 3a) rpm -ihv GLX RPM NVIDIA_GLX-1.0-2960.i386.rpm NVIDIA_kernel-1.0-2960.mdk82up.i586.rpm 3a: for a custom kernel, or upgraded kernel, do this: rpmbuild --rebuild NVIDIA_kernel-1.0-2960.src.rpm and then, install it from (/usr/src/RPMS/RPMS/ix86 ) find it with find /usr/src -iname "NVIDIA_kernel*" install as 3, but use your compiled NVIDIA_kernel from /usr/src.... 4: check your /etc/config.modules or /etc/modules.conf ( I don't remember which file uses Mandrake) and check for line containing: ( add if necesary) alias char-major-195 NVdriver 5: try manually if NVIDIA is installed /sbin/depmod -a; "this verifies modules" /sbin/modprobe NVdriver ; "this try to load module" cat /proc/modules | grep NV if nothing, is not installed (go to 2, and repeat looking for errors..) 6: edit your /etc/X11/XF86Config-4 and change in Section "device" Driver "nv" to Driver "nvidia" To have 3D acceleration, you need to add this line in Section "module" Load "glx" and remove Load "GLcore" and remove Load "dri" Check my config, as an example: Search IMPORTANT, for changes I did XF86Config-4 Save changes, and reboot your Xserver. Good Luck Last edited by utiel; 09-18-02 at 07:34 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Russian Masterpieces Put on Display Using NVIDIA GPU Technology | News | Latest Tech And Game Headlines | 0 | 06-25-12 04:10 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |
| Problems with Mandrake and NVidia drivers..... | xMonoxide187x | NVIDIA Linux | 2 | 08-22-02 01:55 PM |
| Suse 8.0 Dual display on Quadro 4 700XGL | TheCowStir | NVIDIA Linux | 3 | 08-10-02 12:16 PM |