LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-27-2009, 03:01 PM   #1
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Rep: Reputation: 0
X crashes after installing nvidia driver - fedora 11


Hi,

I m struggling with a nvidia problem about 16 hours. I think I tried all ways that I know.

Card : NVIDIA GeForce2 Integrated.

When loaded "nvidia" official drivers (splashes nvidia logo at start up), it crashes and as I see, refresh rate is 50 (You can check the screenshot)

After changing "nvidia" to "nv", everything works fine except GLX support

I tried many options in xorg.conf. But couldn't reach the satisfied results.(Windoze uses it as 1440x900, but I couldn't see more that 1280x960 in fedora 11).

I can see 3 different drivers loaded, (nouveau -Whatta-, nv and nvidia).

You can find the xorg.conf in attachment too.

Any help will be appreciated,

Thanks in advance,
Attached Thumbnails
Click image for larger version

Name:	Screenshot-1.jpg
Views:	19
Size:	106.3 KB
ID:	899  
Attached Files
File Type: txt xorg.conf.txt (2.7 KB, 17 views)
 
Old 06-28-2009, 08:06 AM   #2
Kiboney
Member
 
Registered: May 2009
Distribution: Fedora 11, Ubuntu, Slackware
Posts: 32

Rep: Reputation: 16
To start with, what is your monitor model?
Does it say that you are above 50? Vertical or horizontal?

Cheers
 
Old 06-28-2009, 08:38 AM   #3
fpmurphy
Member
 
Registered: Jan 2009
Location: /dev/ph
Distribution: Fedora, Ubuntu, Redhat, Centos
Posts: 299

Rep: Reputation: 62
On Fedora 11 the default nVidia driver is nouveau not nv.

If you have all three drivers loaded you have a major problem with your configuration as you should have only one of these drivers loaded.

Unless there is a very specific reason for using nVidia's driver, you probably not use it as it is problematic. Better to download the nvidia driver from rpmfusion. Here are some posts of mine which cover the issues in more detail.

http://blog.fpmurphy.com/2009/06/fed...w-support.html
http://blog.fpmurphy.com/2009/03/fed...hics-card.html
 
Old 06-28-2009, 11:20 AM   #4
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Original Poster
Rep: Reputation: 0
hi,

first, thanks a lot the replies to both.

Kiboney, monitor is Samsung SyncMaster 933NW. monitor's menu says it could support for 1440x900 at 60 Hz. It gaves this warning when I reached unintentionally 1600X1200 resolution. And also it's not totally listed in FEdora default monitor list. There is only a model like 931 but not the same.

And fpmurphy, I did that you mention in your post and now here is the result of "dmesg | grep nv"
Quote:
dmesg | grep nv
ftrace: converting mcount calls to 0f 1f 44 00 00
agpgart-nvidia 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
rtc0: alarms up to one year, y3k, 242 bytes nvram
nvidia: module license 'NVIDIA' taints kernel.
nvidia 0000:02:00.0: PCI INT A -> Link[LNKE] -> GSI 19 (level, high) -> IRQ 19
ata1: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc600c000) ACPI=0x3f01f (20:4294967295:0x13)
ata2: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc600c000) ACPI=0x701f (60:4294967295:0x13)
phy0 -> rt2500usb_init_eeprom: Error - Invalid RT chipset detected.
and "lsmod"
Quote:
Module Size Used by
vfat 8620 1
fat 41008 1 vfat
fuse 49748 2
bridge 41488 0
stp 1944 1 bridge
llc 4780 2 bridge,stp
bnep 10888 2
sco 9356 2
l2cap 18884 3 bnep
bluetooth 44776 5 bnep,sco,l2cap
sunrpc 152364 1
ip6t_REJECT 3160 2
nf_conntrack_ipv6 11368 2
ip6table_filter 3136 1
ip6_tables 10728 1 ip6table_filter
ipv6 232364 26 ip6t_REJECT,nf_conntrack_ipv6
dm_multipath 13512 0
uinput 6496 0
ppdev 6296 0
arc4 1584 2
ecb 2452 2
rt73usb 20396 0
crc_itu_t 1580 1 rt73usb
rt2500usb 16780 0
snd_intel8x0 27440 3
snd_ac97_codec 91752 1 snd_intel8x0
rt2x00usb 8796 2 rt73usb,rt2500usb
rt2x00lib 31964 3 rt73usb,rt2500usb,rt2x00usb
ac97_bus 1400 1 snd_ac97_codec
snd_pcm 62556 3 snd_intel8x0,snd_ac97_codec
snd_timer 17896 1 snd_pcm
mac80211 164608 2 rt2x00usb,rt2x00lib
snd 49044 9 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
parport_pc 22060 0
soundcore 5404 1 snd
tulip 42544 0
ns558 4068 0
i2c_amd756 4972 0
cfg80211 30656 2 rt2x00lib,mac80211
snd_page_alloc 7572 2 snd_intel8x0,snd_pcm
pcspkr 2156 0
parport 28548 2 ppdev,parport_pc
gameport 9712 2 ns558
ata_generic 4264 0
pata_acpi 3624 0
pata_amd 9788 5
nvidia 4698372 0
i2c_core 18016 2 i2c_amd756,nvidia
Seems still the same. And I got this error for glxinfo :
Quote:
glxinfo: error while loading shared libraries: /usr/lib/libGL.so.1: cannot restore segment prot after reloc: Permission denied
No more nouveau things. much clear, but any idea what is still missing ?

Cheers,
 
Old 06-28-2009, 01:07 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for a gforce 2 card or built in chip ( man that is VERY old if built in ) i have a gforce2 card - from 2001
you will need to use the 96.11.run form nvidia or the kmod-nvidia.96xx.rpm

the rpm from rpmforge if easer to install .
have you read the how to / help page for the nvidia driver from fedora ?
"F11, F10 & F9 Nvidia driver guides"
http://forums.fedoraforum.org/showthread.php?t=204752
 
Old 06-28-2009, 02:34 PM   #6
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Original Poster
Rep: Reputation: 0
Hi John VV,

I loaded nvidia drives in this way before. an got the splash screen of nvidia and then a refreshing problem. (you can see the gorgeous effects in screenshot )

When I changed driver value in xorg.conf from "nvidia" to "nv" it works fine except no splash screen and resolution (I got 1280x960). But I know that monitor supports 1440x900.

On display configuration panel, now I got 3 drivers for my card.
-nouveau : it is still there although I did mkinitrd and PAT parameter at boot.
- nv
- nvidia (Causes refreshing problem and sometimes crushes)

It becomes a real pain, huh ?

Cheers,
Attached Thumbnails
Click image for larger version

Name:	Screenshot-2.jpg
Views:	13
Size:	86.2 KB
ID:	905   Click image for larger version

Name:	Screenshot-3.png
Views:	18
Size:	171.2 KB
ID:	906  
 
Old 06-28-2009, 08:43 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what dose your xorg.conf look like
this is mine for 1024x786 -- the MAX for a gforce 2 -- and still have a fast system . ( 800x600 IS faster )
1280x960 is doable but there is a noticeable system slowdown .1600x1200 is VERY slow .

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon Feb 23 15:43:26 PST 2009


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

Section "Files"
    ModulePath      "/usr/lib/xorg/modules/extensions"
    ModulePath      "/usr/lib/xorg/modules/drivers"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
EndSection

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"
  # created by KGamma
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Gamma           1.15
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce2 MX/MX 400"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "UseEvents" "False"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "true"
    Option         "metamodes" "1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    Option         "NVAGP" "3"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
    #Option "RENDER" "Enable"
EndSection
the screen size is the red - my max is set to " 1024x768 +0+0 "

Last edited by John VV; 06-28-2009 at 08:46 PM.
 
Old 06-29-2009, 12:44 PM   #8
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Original Poster
Rep: Reputation: 0
Hi John VV;

After reloading "nvidia" drivers, (somehow) I could run "nvidia-settings" panel and set my resolution to 1440x900 and 60 Hz and I got very very clear screen. That should make me happy, right ? Of course not.

Refreshing problem is still going on (Please check the screenshot in attachment)

Here is the my last xorg.conf and screen shot. Only I turned it to "nv" in order to write this message

Thanks for your help !
Attached Thumbnails
Click image for larger version

Name:	Screenshot-7.jpg
Views:	27
Size:	146.8 KB
ID:	910  
Attached Files
File Type: txt xorg.conf.090628.txt (1.8 KB, 18 views)
 
Old 06-29-2009, 12:53 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you might want to read through the nvidia README for the 96.11 driver
http://www.nvidia.com/object/linux_d..._96.43.11.html
http://us.download.nvidia.com/XFree8...DME/README.txt

for options on setting up a gf 2 integrated chip
 
Old 06-29-2009, 03:35 PM   #10
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Original Poster
Rep: Reputation: 0
John VV,

I read the logs and then I found this clue in logs : cat /var/log/Xorg.0.log.old

Quote:
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Initialized GART.
(EE) NVIDIA(0): Error recovery failed.
(EE) NVIDIA(0): *** Aborting ***
and I found this in forums : people is discussing over 2 years this problem and seems no hope
 
Old 06-30-2009, 05:17 AM   #11
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Hmm is that an onboard display chip (on your motherboard?)

Why not just install a new Nvidia graphics card? It'll most likely solve all your problems, and more recent Linux drivers work like a charm with recent Nvidia products. It won't even be so expensive if you just want 2D performance to go well, and you go for an entry level card.
 
Old 06-30-2009, 05:59 AM   #12
tosszafer
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Original Poster
Rep: Reputation: 0
hi rylan76,

Yes, It's an onboard graphic card. And you say go and buy a new AGP card yes, that's the fastest/easiest solution. But first I want to try all software-based solution. I don't have no hurry

Last night I read something about BIOS upgrades that can solve this problem. But couldn't find time to check it.

I will post the results asap here.

Thanks,
 
Old 06-30-2009, 07:11 AM   #13
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Yikes you got a point there - you might have trouble finding a new AGP card. Second hand ones should still be around though...
 
  


Reply



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
Problem installing Nvidia driver in Fedora 10 zyodei Linux - Hardware 11 06-18-2009 12:52 AM
x crashes after installing nvidia driver san_quest007 Linux - Software 6 04-29-2006 11:01 AM
Installing nvidia driver in fedora core 3 Virp00 Linux - Software 4 03-03-2005 07:24 PM
Fedora won't start after installing Nvidia driver Hungry ghost Linux - Hardware 3 02-11-2005 10:55 AM
Fedora doesn't start after installing Nvidia driver Hungry ghost Fedora 3 02-11-2005 10:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:24 PM.

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