LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-20-2005, 04:09 PM   #1
JShadow
LQ Newbie
 
Registered: Jan 2005
Posts: 8

Rep: Reputation: 0
nvidia Driver probs after upgrading card


I recently installed Fedora core 3.

I had a Geforce 2 MX, and got the latest nvidia driver to work fine after removing mesa.

I decided to upgrade my video card to get better FPS in counter-strike. I purchased a NVidia Geforce FX since I thought that would make the upgrade simple. Since the nvidia driver is supposed to be unified I figured I could just remove the old card and put the new one in and it would work. Things didn't turn out to be that simple.

X hangs at a black screen when I try startx. First I tried removing and then reinstalling the drivers, then I tried the various fixes listed in the forums here. No luck so far.

I tried the older driver, the old patched driver, downgrading the kernel to 2.6.9, uprading the kernel to 2.6.10, playing with the config files, and the bios settings and so far nothing really seems to effect it at all.

It seems to hang right after loading GLX.

The nv driver loads fine, so I know the card is ok.

Any help would be much appreciated.

xorg.conf:
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"

#	Identifier     "single head configuration"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
#	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "MAG 986PF"
	DisplaySize  370	270
	HorizSync    30.0 - 86.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "NVidia"
	BoardName   "NVIDIA GeForce FX (generic)"
	Option "DPMS"
	Option "IgnoreEDID" "1"
	Option "RenderAccel" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
log:
signalshack.com/Xorg.0.log
 
Old 01-20-2005, 04:31 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
You will want to install the kernel source for your current kernel version, and then download the NVidia driver. Running it as root will compile a new 'nvidia' driver for your kernel version.

Sometimes something will happen on my desktop and x windows won't start. Rerunning the driver install program fixes the problem.


Good Luck!
 
Old 01-20-2005, 04:35 PM   #3
JShadow
LQ Newbie
 
Registered: Jan 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Yeah I already tried running the NVidia installer and extracting it and then doing make install.
 
Old 01-22-2005, 05:27 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
The nvidia installer isn't a traditional tarball. You run the ./nvidia-installer script. You need the kernel-source installed first.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia driver probs Malacus Linux - Newbie 20 04-06-2005 05:36 PM
nvidia driver issues after upgrading kernel darklordzim Slackware 19 12-29-2004 07:24 AM
Nvidia driver probs on MSI G4... EliteTurk Linux - Newbie 12 06-26-2004 08:56 PM
NVidia driver Probs with Slackware 9.1 chewysplace Slackware 7 11-01-2003 11:05 AM
upgrading NVIDIA driver...troubles! lord_clarence Mandriva 10 10-29-2003 06:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration