LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-03-2005, 04:12 PM   #1
bwa
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
FC3 nvidia logout crash


I have used FC2 and now FC3, and I install the Nvidia drivers from their website (Not the livna.org ones), and everything works well - the X server starts up, nice and fast, and openGL works great. However, when I logout of X, or reboot directly from X, then the system freezes up. All of the correct options are edited into xorg.conf, and it has worked before, all the way from RH8.0, and worked just fine with FC1, but with FC2 and FC3, this problems occurs. X works fine, both starting and exiting, when I use "nv" and not "nvidia". Any help would be appreciated. Oh, and btw, I got an error about "rivafb" when installing the NVidia drivers on FC3, but the kernel does not load them up, and the Nvidia driver works fine until I quit X or reboot, so I do not think rivafb has anything to do with this. big_wierd_al@hotmail.com

-Alan
 
Old 02-04-2005, 08:21 PM   #2
bushidozen
Member
 
Registered: Oct 2004
Posts: 215

Rep: Reputation: 30
Please post your xorg.conf file.
Also, what version nvidia driver are you using?
 
Old 02-04-2005, 08:41 PM   #3
Ace07
Member
 
Registered: Feb 2005
Distribution: Fedora Core 3 (2.6.10_1.741)
Posts: 72

Rep: Reputation: 15
http://www.nvnews.net/vbulletin/showthread.php?t=40622

There is a bug with the newest Nvidia driver and FC3. Check this link out.
 
Old 02-04-2005, 10:45 PM   #4
bwa
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Original Poster
Rep: Reputation: 0
xorg.conf

Using latest Nvidia drivers 1.0-6629. Absolutely no problems loading X, only problems when I exit it.

xorg.conf

# XFree86 4 configuration created by redhat-config-xfree86
#Section "extmod"
# Option "xfree86-dga" #don't load the dga extension, supposedly makes the mouse work in games like duke3d
#EndSection

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/X11R6/lib/modules/extensions"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection

Section "Module"

#Load "GLcore" # OpenGL support
#Load "dri" # Direct rendering infrastructure
# Load "record" # X event recorder
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
Load "v4l" # Video4Linux
Load "dbe" # Double-buffering
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"

# Modified by mouseconfig
#Option "BaudRate" "7000"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
#Speed below is for Logitech mice only, I set speed in .xsession (xset m 1 2 for cordless optical)
EndSection

Section "Monitor"

# was VertRefresh 50 - 120
Identifier "MEI2640"
VendorName "Panasonic"
ModelName "PanaSync S50"
HorizSync 40.0 - 67.0
VertRefresh 50.0 - 80.0
Option "dpms"
EndSection

Section "Device"

#Driver must be "nvidia" NOT "nv" for the 3D to work
Identifier "nVidia Corporation|NV11 DDR"
Driver "nvidia"
BoardName "GeForce 4 MX 440"
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"

#This agp options apparently makes this driver stable
# Option "NVAGP" "0"
#TwinView (nView below)
# Option "TwinView" "true"
# Option "SecondMoniterHorizSync" "30-90"
# Option "SecondMoniterVertRefresh" "50-160"
# Option "MetaModes" "800x600, 640x480; 1280x1024, 640x480"
# Option "ConnectedMoniter" "crt,tv"
# Option "TVOutFormat" "COMPOSITE"
# Option "TVStandard" "NTSC-M"
# Option "TwinViewOrientation" "Clone"
# Option "Xinerama" "on"
#Twinview (nVew) done
#Display the Nvidia logo on startup is below
Identifier "Screen0"
Device "nVidia Corporation|NV11 DDR"
Monitor "MEI2640"
DefaultDepth 24
Option "NoLogo" "1"
SubSection "Display"
Virtual 1240 1024
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Virtual 1240 1024
Depth 24
Modes "800x600"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 02-04-2005, 10:52 PM   #5
bushidozen
Member
 
Registered: Oct 2004
Posts: 215

Rep: Reputation: 30
# Option "SecondMoniterHorizSync" "30-90"
# Option "SecondMoniterVertRefresh" "50-160"
# Option "MetaModes" "800x600, 640x480; 1280x1024, 640x480"
# Option "ConnectedMoniter" "crt,tv"

Are you sure you are supposed to spell it "Moniter" in my xorg.conf file, I spell it "Monitor".
 
Old 02-04-2005, 10:55 PM   #6
bwa
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Thank you for pointing that out, that section never worked, that must be why However, that will not fix my current problem. I will change that though.

-Alan
 
  


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 in fedora 3 (FC3) crash xwindow fixed hououji2000 Linux - Newbie 1 09-05-2005 08:03 PM
Crash on logout ethics Linux - Newbie 3 06-01-2005 12:52 AM
KDM crash on logout dunka Slackware 2 10-17-2004 09:52 AM
Java applet crash Mozilla and logout !! tflorac Linux - Software 2 05-03-2004 06:42 AM
Mandrake 9.2 logout fills disk with crash files greatphotos Mandriva 3 01-20-2004 01:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:57 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