Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #91  
Old 26th October 2012, 08:58 AM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by captainralf View Post
Hi everyone,

first of all, thanks for re-posting this brilliant guide!
I followed it to the letter and have had some success...

I'm sitting looking at my laptop's screen at a very unhealthy angle, as I generally use an external monitor at home. When I open the gnome(3) display info, the monitor is detected as unknown and the external is not there and stops working when the login screen pops up. Everything is considerable slower as well with long lag times even though there are no CPU spikes. I tried editing the xorg.conf but then the boot sequence didn't finish - no error, it just stopped and for the next login the file was like below.

I'd really appreciate your advice on this... please let me know if you need any additional information..
I use Fedora 17 latest updates and used akmod to install the nvidia drivers for my FX1600M.

Thanks!


here the recommended output:

abrt-addon-kerneloops-2.0.16-1.fc17.i686
akmod-nvidia-173xx-173.14.35-2.fc17.i686
kernel-headers-3.6.2-4.fc17.i686
kernel-PAE-3.3.4-5.fc17.i686
kernel-PAE-3.6.2-4.fc17.i686
kernel-PAE-devel-3.6.2-4.fc17.i686
kmod-nvidia-173xx-3.6.2-4.fc17.i686.PAE-173.14.35-2.fc17.4.i686
libreport-plugin-kerneloops-2.0.16-1.fc17.i686
nvidia-settings-1.0-21.fc17.i686
nvidia-xconfig-1.0-19.fc17.i686
xorg-x11-drv-nvidia-173xx-173.14.35-1.fc17.i686
xorg-x11-drv-nvidia-173xx-libs-173.14.35-1.fc17.i686
3.6.2-4.fc17.i686.PAE
nvidia 7103834 36
i2c_core 28418 2 i2c_i801,nvidia
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.51 (mockbuild@) Thu Oct 11 11:40:37 CEST 2012


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

Section "Files"
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"
Identifier "LaptopInternal"
VendorName "SEC"
ModelName "Seiko"
HorizSync 54.8 - 54.8
VertRefresh 60.0 - 60.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




EDIT: I just realized I used the output of the edited file - it didn't really do much, except that my external monitor's resolution was correct until the boot sequence halted at an arbitrary point(different steps completed). I had to reboot a second time every time to be able to login. The second login seemed to be some sort of default that did not recognize the screens resolution. so, i used the original file again, fixing the double boot problem...

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
173xx and gnome3 = no go

Try XFCE or LXDE instead
Reply With Quote
  #92  
Old 26th October 2012, 10:19 AM
captainralf Offline
Registered User
 
Join Date: Mar 2011
Posts: 42
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by Yellowman View Post
173xx and gnome3 = no go

Try XFCE or LXDE instead
thanks for your quick reply!
I just installed lxde and it makes no difference. I created a new xorg.conf with nvidia-xconfig, but the monitor is still not recognized correctly, the external monitor stops getting a signal just before the login manager appears and the system is still very laggy.

I noticed when I start the nvidia x-server settings that I get an error in the 'X server display configuration':
Quote:
Unable to load X Server Display Configuration page:

The NVIDIA X driver on cap.lap:0.0 is not new
enough to support the nvidia-settings Display Configuration page.
Hope you can help!
Reply With Quote
  #93  
Old 26th October 2012, 10:26 AM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by captainralf View Post
thanks for your quick reply!
I just installed lxde and it makes no difference. I created a new xorg.conf with nvidia-xconfig, but the monitor is still not recognized correctly, the external monitor stops getting a signal just before the login manager appears and the system is still very laggy.

I noticed when I start the nvidia x-server settings that I get an error in the 'X server display configuration':


Hope you can help!
nvidia-settings is broken for 96xx and 173xx (the 304xx nvidia-settings is not compatible).


post
Code:
cat /etc/X11/xorg.conf
Reply With Quote
  #94  
Old 26th October 2012, 10:33 AM
captainralf Offline
Registered User
 
Join Date: Mar 2011
Posts: 42
linuxfirefox
Re: F17 Nvidia guide

gee.. what's not broken with the nvidia stuff

xorg.conf:
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.51 (mockbuild@) Thu Oct 11 11:40:37 CEST 2012

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

Section "Files"
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"
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
Reply With Quote
  #95  
Old 26th October 2012, 10:38 AM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by captainralf View Post
gee.. what's not broken with the nvidia stuff

xorg.conf:
Change it to

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.51 (mockbuild@) Thu Oct 11 11:40:37 CEST 2012

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
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"
Option      "AddARGBGLXVisuals" "true"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option         "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
restart X
Reply With Quote
  #96  
Old 26th October 2012, 12:08 PM
captainralf Offline
Registered User
 
Join Date: Mar 2011
Posts: 42
linuxfirefox
Re: F17 Nvidia guide

did that, but unfortunately didn't help...
As using my browser was so slow, I only tried rhythmbox which was painfully slow as well.
On the other hand, video playback is fine.

Also, my external monitor is not recognized at all.
here the xrand output:

Quote:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
1440x900 50.0*
1024x768 51.0
800x600 52.0 53.0
700x525 54.0
640x512 55.0
640x480 56.0 57.0
512x384 58.0
400x300 59.0
320x240 60.0
this is the internal monitor - resolution is correct...

---------- Post added at 11:08 AM ---------- Previous post was at 10:05 AM ----------

The problem with the external monitor was solved by adding:

Quote:
Option "Twinview" "Yes"
to the screen section.

The lag still persists. I am just writing this from gnome, it's not faster or slower in comparison with lxde...

Hope you have more good ideas!

I noticed that tooltips don't work at all and for example i can't use the tag options on the forum or add smileys... weird... It just takes veeery long.

Last edited by captainralf; 26th October 2012 at 03:01 PM.
Reply With Quote
  #97  
Old 21st November 2012, 08:25 AM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
linuxfirefox
Re: F17 Nvidia guide

I'm trying to install 310.19 in telint 3 but I can't figure out how to stop xserver. I issue systemctl stop gdm.service but get this error: "Failed to issue method call: Unit gdm.service not loaded.

I figured it out, never mind.
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |

Last edited by thomthom; 21st November 2012 at 08:31 AM.
Reply With Quote
  #98  
Old 25th November 2012, 07:52 AM
tux4me's Avatar
tux4me Offline
Registered User
 
Join Date: Nov 2008
Location: Denmark
Posts: 68
linuxfirefox
Re: F17 Nvidia guide

I had to put these sections back into xorg.conf, after recent update

Quote:
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Reply With Quote
  #99  
Old 30th November 2012, 09:12 AM
shreedhan Offline
Registered User
 
Join Date: Mar 2007
Location: Nepal
Posts: 86
windows_7chrome
Re: F17 Nvidia guide

I am trying to install nvidia driver in Fedora 17, but after I followed the post #1, I cannot get X server started anymore.
Here are the various outputs as required in post #1.

Code:
abrt-addon-kerneloops-2.0.16-1.fc17.i686
kernel-devel-3.6.2-4.fc17.i686
kernel-devel-3.6.7-4.fc17.i686
kernel-headers-3.6.7-4.fc17.i686
kernel-PAE-3.5.3-1.fc17.i686
kernel-PAE-3.6.2-4.fc17.i686
kernel-PAE-3.6.7-4.fc17.i686
kernel-PAE-devel-3.5.3-1.fc17.i686
kernel-PAE-devel-3.6.2-4.fc17.i686
kernel-PAE-devel-3.6.7-4.fc17.i686
kernel-PAE-modules-extra-3.5.3-1.fc17.i686
kernel-PAE-modules-extra-3.6.7-4.fc17.i686
libreport-plugin-kerneloops-2.0.13-2.fc17.i686

3.6.7-4.fc17.i686.PAE

nvidia              10257971  0 
i2c_core               28418  7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.37  (mockbuild@)  Tue Aug 14 06:34:11 CEST 2012

# RPM Fusion - nvidia-xorg.conf
# 

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "InputDevice"

    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
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 "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Last edited by shreedhan; 30th November 2012 at 09:28 AM.
Reply With Quote
  #100  
Old 6th January 2013, 05:22 AM
jonnycat's Avatar
jonnycat Offline
Registered User
 
Join Date: Jun 2012
Location: PNW
Posts: 103
linuxfirefox
Re: F17 Nvidia guide

Does anyone know when/if the 310.19 (64 bit) drivers will be available through RPMFusion repos? My card (8800GT) is compatible with the newer drivers, but I'm still stuck at 304.64 drivers.

Thanks!
Reply With Quote
  #101  
Old 16th January 2013, 06:08 AM
madopal's Avatar
madopal Offline
Registered User
 
Join Date: Nov 2004
Location: Chicago, IL, USA
Posts: 82
linuxchrome
Re: F17 Nvidia guide

Are we going to start a F18 thread? Repo with akmod-nvidia & 3.7.2 kernel appears to be having the problem shown in the archived thread on F18 & 3.7 kernel. I'd *like* to roll back to a 3.6 kernel, but not sure that I can in F18.
Reply With Quote
  #102  
Old 16th January 2013, 10:55 AM
Mr Wolf's Avatar
Mr Wolf Offline
Registered User
 
Join Date: Apr 2010
Posts: 65
linuxchrome
Re: F17 Nvidia guide

Quote:
Originally Posted by madopal View Post
Repo with akmod-nvidia & 3.7.2 kernel appears to be having the problem shown in the archived thread on F18 & 3.7 kernel.
Do you mean this thread? If so, for me everything works fine with akmod-nvidia and kernels from release 3.7.1-5 onwards.
(To be honest, I also had to make a small change to xorg.conf; but, if such file doesn't exist on your system, you shouldn't need to do this change).
__________________
Operating system: Fedora 18 "Spherical Cow" x86_64
Desktop environment: Gnome
Reply With Quote
  #103  
Old 16th January 2013, 03:26 PM
madopal's Avatar
madopal Offline
Registered User
 
Join Date: Nov 2004
Location: Chicago, IL, USA
Posts: 82
linuxchrome
Re: F17 Nvidia guide

Quote:
Originally Posted by Mr Wolf View Post
Do you mean this thread? If so, for me everything works fine with akmod-nvidia and kernels from release 3.7.1-5 onwards.
(To be honest, I also had to make a small change to xorg.conf; but, if such file doesn't exist on your system, you shouldn't need to do this change).
Yeah, that's the thread. I'm having the exact same problem. I've dropped to the console, and it seems the module won't work, even with modprobe. If I switch back to nouveau, all is good. I was assuming it was just a kernel/kmod issue. I even manually triggered akmods to make sure it actually built after upgrade but, no dice.

Weird thing is, I have another box at work running nvidia, and I just came in this morning to find it's just fine after upgrading last night. I'll have to figure out if it's the card or what.
Reply With Quote
  #104  
Old 18th January 2013, 08:41 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
linuxfirefox
Re: F17 Nvidia guide

Quote:
This is a Four-Step Process. If you don't follow all three steps, your install will fail!
Has anyone pointed out the discrepancy in one of the most clearly seen lines of text in the opening post? If I fail the fourth step, everything will still be fine?
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
Reply With Quote
  #105  
Old 19th January 2013, 03:31 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: F17 Nvidia guide

Well, the fourth step is a reboot so that the changes in the other steps take effect. Failing to reboot won't cause the install to fail, you just won't get the nviidia drivers loaded until you do so.

So failing to follow steps 1-3 will cause the install to fail, failing to do the fourth just means you can't use it until you do so.
Reply With Quote
Reply

Tags
f17, guide, nvidia

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
Nvidia guide leigh123linux F16 Development 31 31st October 2011 07:04 AM
F15 Nvidia Guide leigh123linux F15 Development 128 24th May 2011 02:40 PM
Nvidia guide for Rawhide. leigh123linux F16 Development 77 15th February 2011 10:08 PM
Nvidia guide for F13 Development. leigh123linux Fedora 13 Development Branch 138 18th May 2010 05:30 PM
Nvidia drivers (My Guide) Clunixchit Guides & Solutions (No Questions) 37 11th November 2006 02:06 AM


Current GMT-time: 18:26 (Sunday, 19-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