Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th March 2009, 04:11 AM
kiwilead Offline
Registered User
 
Join Date: Mar 2009
Posts: 9
nvidia qutro fx 1700 graphics card not installed properly

I am trying to install the right nvidia driver for my card but when i go to install it it comes up with a message like no pre compiled kernel and something to do with xen not supporting the kernel
i will attach my xorg.conf file note on the selection device there is no card type

this problem i think is effecting maya to freeze as soon as i create a cube and as i need maya for work it would be great if anyone out there could help out thanks

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Last edited by kiwilead; 17th March 2009 at 04:14 AM.
Reply With Quote
  #2  
Old 17th March 2009, 04:41 AM
WIld Wolverine's Avatar
WIld Wolverine Offline
Registered User
 
Join Date: Apr 2008
Location: Michigan
Posts: 35
Quote:
Originally Posted by kiwilead View Post
I am trying to install the right nvidia driver for my card but when i go to install it it comes up with a message like no pre compiled kernel and something to do with xen not supporting the kernel
i will attach my xorg.conf file note on the selection device there is no card type

this problem i think is effecting maya to freeze as soon as i create a cube and as i need maya for work it would be great if anyone out there could help out thanks

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
You need this driver: NVIDIA-Linux-x86-180.29.pkg1.run (32Bit) or NVIDIA-Linux-x86_64-180.29-pkg2.run (64Bit)

Sounds like you are using xen with the wrong kernel, which you don't need unles you are running virtualization.

When you get this message : " no precompiled kernel ", that means that there is no matching kernel source or headers to build a module against.

You need to install the matching kernel headers for the kernel that you are using, to be able to install the nvidia driver.

Open a terminal and " uname -rm " (no quotes) to see which kernel you have, then install the matching kernel headers.

You can try my method for installing the nvidia driver here :

http://forums.fedoraforum.org/showth...54#post1166954
__________________
Linux is the red pill, Windows the blue.

Last edited by WIld Wolverine; 17th March 2009 at 06:18 AM.
Reply With Quote
  #3  
Old 17th March 2009, 06:03 AM
kiwilead Offline
Registered User
 
Join Date: Mar 2009
Posts: 9
i did the uname -rm and this is what it came back with
2.6.27.19-170.2.35.fc10.x86_64 x86_64
Reply With Quote
  #4  
Old 17th March 2009, 06:10 AM
WIld Wolverine's Avatar
WIld Wolverine Offline
Registered User
 
Join Date: Apr 2008
Location: Michigan
Posts: 35
Quote:
Originally Posted by kiwilead View Post
i did the uname -rm and this is what it came back with
2.6.27.19-170.2.35.fc10.x86_64 x86_64
Ok then you will need the 64 bit driver instead: NVIDIA-Linux-x86_64-180.29-pkg2.run

From here: http://www.nvidia.com/object/linux_d...64_180.29.html

And you'll need to install the matching kernel headers.
__________________
Linux is the red pill, Windows the blue.
Reply With Quote
  #5  
Old 17th March 2009, 06:19 AM
kiwilead Offline
Registered User
 
Join Date: Mar 2009
Posts: 9
thats the driver i already have instaled
Reply With Quote
  #6  
Old 17th March 2009, 06:25 AM
WIld Wolverine's Avatar
WIld Wolverine Offline
Registered User
 
Join Date: Apr 2008
Location: Michigan
Posts: 35
Quote:
Originally Posted by kiwilead View Post
thats the driver i already have instaled
When you installed that driver, did it ask you if you would like your xorg.conf updated ?
If it did, you should have let it update the xorg.conf then reboot the computer.

If installed properly the Nvidia logo will display during startup.

Check to see if Nvidia x server setting application was installed.
You can use that to adjust the settings.
__________________
Linux is the red pill, Windows the blue.

Last edited by WIld Wolverine; 17th March 2009 at 06:36 AM.
Reply With Quote
  #7  
Old 17th March 2009, 06:33 AM
kiwilead Offline
Registered User
 
Join Date: Mar 2009
Posts: 9
the nvidia logo has never started when i instaled a driver
it did not ask me to update it either
Reply With Quote
  #8  
Old 17th March 2009, 06:38 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
just wondering WHY you are using the nvidia.run installer and not the akmod-nvidia from the repos ?
i use it ( see sig ) because it is version 11 , not the 7 that is in the repo
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #9  
Old 17th March 2009, 06:42 AM
WIld Wolverine's Avatar
WIld Wolverine Offline
Registered User
 
Join Date: Apr 2008
Location: Michigan
Posts: 35
Quote:
Originally Posted by kiwilead View Post
the nvidia logo has never started when i instaled a driver
it did not ask me to update it either
I was running F10 earlier (switched back to F8 because I like kde 3.5.9); I have an Nvidia 8500 GT and I used the Nvidia driver with Fedora 10 and it asked me that, and I let it modify my xserver settings, then when I would reboot, the Nvidia logo would flash and everything worked as it should.
__________________
Linux is the red pill, Windows the blue.

Last edited by WIld Wolverine; 17th March 2009 at 08:43 AM.
Reply With Quote
  #10  
Old 17th March 2009, 07:51 AM
WIld Wolverine's Avatar
WIld Wolverine Offline
Registered User
 
Join Date: Apr 2008
Location: Michigan
Posts: 35
Quote:
Originally Posted by kiwilead View Post
the nvidia logo has never started when i instaled a driver
it did not ask me to update it either
Try going into display settings, then go to hardware and make sure you have this selected :
nvidia - Vendor-supplied driver for nvidia cards .

If not, select:" nvidia - Vendor-supplied driver for nvidia cards" and reboot.
__________________
Linux is the red pill, Windows the blue.
Reply With Quote
  #11  
Old 18th March 2009, 12:25 PM
kiwilead Offline
Registered User
 
Join Date: Mar 2009
Posts: 9
this driver in the thread fixed my problem i dont know why or how but maya is running smoothly so im up and running
thank you so much for helping me out i was very impresed with the help and support

http://forums.fedoraforum.org/showthread.php?t=204142
Reply With Quote
Reply

Tags
1700, card, graphics, installed, nvidia, properly, qutro

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How-to set up any NVidia video card properly with the proprietary drivers daanbrg Guides & Solutions (No Questions) 3 8th January 2009 02:08 PM
Laptop Wireless Card and Desktop Nvidia Graphics Card Raskula Hardware & Laptops 4 30th November 2008 11:22 PM
Unable to properly detect my Nvidia card Thecowking Hardware & Laptops 14 18th January 2007 03:52 PM
Help! Nvidia card not running properly on my FC6! Caizq Hardware & Laptops 2 24th October 2006 04:09 PM
Sound card detected but not properly installed Raul654 Hardware & Laptops 2 31st January 2005 04:08 AM


Current GMT-time: 04:01 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat