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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-03-2005, 04:12 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Rep:
|
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
|
|
|
|
02-04-2005, 08:21 PM
|
#2
|
|
Member
Registered: Oct 2004
Posts: 215
Rep:
|
Please post your xorg.conf file.
Also, what version nvidia driver are you using?
|
|
|
|
02-04-2005, 10:45 PM
|
#4
|
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Original Poster
Rep:
|
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
|
|
|
|
02-04-2005, 10:52 PM
|
#5
|
|
Member
Registered: Oct 2004
Posts: 215
Rep:
|
# 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".
|
|
|
|
02-04-2005, 10:55 PM
|
#6
|
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Original Poster
Rep:
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:03 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|