|
|
#97 | |
|
Registered User
Join Date: Feb 2005
Posts: 3
|
Hi All
Tried the fix but still get a hanging linux box (embarrasing when clients are around and I am trying to advocate linux). Interupted grub Removed the rhgb parameter logged in as root changed init level to 3 ran 'modprobe nvidia' ran 'cp -a /dev/nvidia /etc/udev/devices' (also configured xorg.conf appropriately) rebooted and it just hung Am running a lab of the same machines and recently installed FC# on all of them ... need to get this to work :\ Only thing that could be an issue I can think of is that the pc's are all nforce chipsets (On board GeGorce 2). Other thanthat they are amd XP 1700 with 512 MB ram. Any help would be greatly appreciated. |
|
|
|
|
|
|
#98 | |
|
Gerlach van Beinum
Join Date: Feb 2005
Location: The Hague, Holland
Posts: 2
|
Hello,
I followed the solution and the graphic environment comes up OK (many thanks for that!). There is only one problem: I don't see the Mouse Cursor. I can see that it moves, because of the highlighting of the icons, but there is no Cursor on any background. Does that sound familiar for anyone?? |
|
|
|
|
|
|
#99 |
|
Registered User
Join Date: Jun 2004
Posts: 57
|
Hi, I'm trying to install nvidia 6629 drivers to my FC3 x86-64bit & I get this:
ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the package 'gcc' installed. If gcc is installed on your system, then please check that `cc` is in your PATH. I'm a noob so I dont know what tool is needed here!
__________________
BFG Geforce 6800 Ultra 256 MB @ 425/1104 Mhz Athlon 64 3200 @ 2004 Mhz Abit KV8-MAX3 2x Corsair CMX512-3200C2PL 3x SATA WD74GB Raptor on raid 0 Antec 550w TP Windows XP pro SP2 |
|
|
|
|
|
#100 | |
|
Gerlach van Beinum
Join Date: Feb 2005
Location: The Hague, Holland
Posts: 2
|
probably you did not install a software development package. Reinstall, and if you don't know what a Software Development Package is, do the complete install.
regards, gerlach |
|
|
|
|
|
|
#101 |
|
Registered User
Join Date: Apr 2004
Posts: 4
|
You guys have been a GREAT help so far!! Thanks.
New Nvidia drivers work fine now forr my FX5200, but ONLY if I am logged into X as root. If I log in with my regular (non-root) user account I still get the permission error message. EDITED: Nevermind... Ran through the 'cp -a /dev/nvidia /etc/udev/devices' and 'chown root.root /etc/udev/devices/nvidia*' again.. Don't know what I did different?? But it works as root or standard user now... Thanks Last edited by tachyon13; 02-28-05 at 08:01 PM. Reason: typo |
|
|
|
|
|
#102 | |
|
Registered User
Join Date: Jan 2003
Location: Hellas
Posts: 11
|
Hello All,
Have any of you any idea how to install Fedora on a nforce4 raid disks (using the hardware raid). Thanks |
|
|
|
|
|
|
#103 |
|
Registered User
Join Date: Mar 2005
Posts: 1
|
When I run:
Code:
modprobe nvidia Code:
FATAL: Module nvidia_1_0_7167 not found Thnx |
|
|
|
|
|
#104 |
|
Registered User
Join Date: Dec 2004
Posts: 11
|
bump
|
|
|
|
|
|
#105 |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
Have you recently upgraded the kernel?
I'd suggest you download the latest driver (71.74) and reinstall it.
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
#106 | |
|
Registered User
Join Date: May 2005
Location: /hom/bazilio; Lugansk, Ukraine
Posts: 1
|
Quote:
I had a similar trouble with an old VIA motherboard and GeForce 2 MX200 AGP video card, but I fixed it by playing with BIOS settings. |
|
|
|
|
|
|
#107 |
|
Registered User
Join Date: May 2005
Location: Italy
Posts: 13
|
As a Fedora c3 user j can tell you this...
install pkg as Gnu Make, lbdc, C compiler or other required for your distro' install kernel source pkg for kernel in use (see on terminal "uname -r") exit from X with Ctrl-Alt-F1 and login as root login:xxx pass:xxx #init 3 move to dir where you are downloaded drivers Nvidia-Linux-x86-1.0-7174-pkg1.run and write : #sh Nvidia-Linux-x86-1.0-7174-pkg1.run --extract-only #cd Nvidia-Linux-x86-1.0-7174-pkg1/usr/src/nv #make install at this time drivers are compiled correctly and installed (if you run only " #sh Nvidia-Linux-x86-1.0-7174-pkg1.run" on Fedora c3 the 3D direct rendering is disabled) More console commands are required as: #modprobe nvidia (make sure to recive an uotput message as "loading NVIDIA-kernel module ecc..." or similar) #cd /dev #cp -a /dev/nvidia* /etc/udev/devices (you are prompted for overwriting ? = y) #chown root.root /etc/udev/devices/nvidia* note: on some distṛ /devices is changed to /device (ceck for error messages on execute command above). #init 5 you are now on X again; edit /etc/X11/xorg.conf and modify (XF86conf-4 for MDK) Section "Module" Load "dri" in #Load "dri" (because Nvidia offer this module) Load "GLcore" in #Load "GLcore" (if present) Section "device" Driver "xxx" in Driver "nvidia" VendorName "NVIDIA" BoardName "NVIDIA FX5200" Option "NvAGP" "3" ------------------------------------------- Otion avalaibles for NvAGP are 0/1/2/3 where 0=disabled - 1=try NvAGP - 2=try kernel Agpgart - 3=try if 1 or 2 ------------------------------------------- edit file permissions on /etc/udev/permissins.d/50-udev-permisions and on section "#dri device" add nvidia*:root:root:0666 -------------------------------------->>>>>>>restart a pc If you see a Nividia logo on start-up the drivers are correctly set-up. Some commands: -------------------------- rpm -qa | grep kernel tell you kernel version and kernel source if installed my ex: kernel-utils-2.4-13.1.49_FC3 kernel-2.6.11-1.14_FC3 kernel-smp-2.6.9-1.667 kernel-2.6.9-1.667 kernel-smp-2.6.11-1.14_FC3 less /proc/driver/nvidia/agp/status Status: Enabled Driver: AGPGART AGP Rate: 8x Fast Writes: Disabled SBA: Enabled glxinfo | grep -i "direct rendering" direct rendering: Yes lsmod for kernel modules list loaded (you can find it? "nvidia 3927964 12" or similar) nvidia-settings for information and conf for your Nvidia card.
__________________
You can't fall, you are just proned !!! |
|
|
|
|
|
#108 | |
|
Registered User
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA Drivers Receive Windows 8 Certification | News | Latest Tech And Game Headlines | 0 | 06-01-12 05:30 AM |
| nVidia Linux drivers with Linux on Mac, help? | Thetargos | NVIDIA Linux | 0 | 05-13-12 12:52 PM |
| Radeon 9700 not all that? | sancheuz | Other Desktop Graphics Cards | 200 | 10-12-02 09:31 PM |
| nvidia drivers in a motherboard with AGP 1.0 (motherboard MVP3+) | knocker | NVIDIA Linux | 1 | 08-19-02 01:57 AM |
| NVIDIA 2960 Drivers & RH 7.3 W/2.4.18-5 | XASCompuGuy | NVIDIA Linux | 6 | 08-02-02 11:53 AM |