 |
 |
 |
 |
| 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. |

31st May 2012, 01:01 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 13

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
Hi Secipolla,
I have added GRUB_GFXPAYLOAD_LINUX with my desired resolution, thank you. (I loose the egg)
---
You miss one letter in the grub path. :P
/boot/gru b2/grub.cfg
Cheers
|

1st June 2012, 07:03 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: Trivandrum
Posts: 8

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
hi !
i am facing problems with the graphics of one computer in my lab.. I am not sure about the driver type and the method used for installing the driver.. sorry.. the video card is nvidia quadro fx 540 and the OS is fedora 16.. The gnome starts smoothly and the graphical effects are looking good.. but when i try to start a video file in full screen it doesn't work... The player works perfect in small window sizes, but when i increase the window size or switches to full screen, there is no video, but i can hear the audio alone.. A similar problem is happening with a visualisation package, paraview also..
is there any solution for this problem?
Code:
[toolpostr@entropy ~]$ rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf
abrt-addon-kerneloops-2.0.7-2.fc16.i686
akmod-nvidia-295.53-1.fc16.1.i686
kernel-3.3.4-3.fc16.i686
kernel-3.3.5-2.fc16.i686
kernel-3.3.7-1.fc16.i686
kernel-devel-3.3.4-3.fc16.i686
kernel-devel-3.3.5-2.fc16.i686
kernel-devel-3.3.7-1.fc16.i686
kernel-headers-3.3.7-1.fc16.i686
kmod-nvidia-3.3.4-3.fc16.i686-295.49-1.fc16.1.i686
kmod-nvidia-3.3.5-2.fc16.i686-295.53-1.fc16.1.i686
kmod-nvidia-3.3.7-1.fc16.i686-295.53-1.fc16.1.i686
libreport-plugin-kerneloops-2.0.8-4.fc16.i686
nvidia-settings-1.0-17.fc16.i686
nvidia-xconfig-1.0-15.fc16.i686
xorg-x11-drv-nvidia-295.53-1.fc16.i686
xorg-x11-drv-nvidia-libs-295.53-1.fc16.i686
3.3.7-1.fc16.i686
nvidia 10979580 44
i2c_core 28151 1 nvidia
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.40 (mockbuild@) Thu Apr 12 13:28:25 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 "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
[toolpost@entropy ~]$ lspci |grep -i VGA
01:00.0 VGA compatible controller: nVidia Corporation NV43GL [Quadro FX 540] (rev a2)
Thanks in advance..
|

1st June 2012, 05:40 PM
|
|
Registered User
|
|
Join Date: Mar 2011
Age: 22
Posts: 85

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
We are waiting when Mr Leigh123linux will provide us with the F17 Nvidia guide!!!
|

2nd June 2012, 02:07 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Australia
Posts: 227

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
The proprietary driver has the problem that gnome-shell animations can get a bit choppy due when compared with nouveau since it does some extra calculations or something.
I have found that adding the following line to your xorg.conf makes the gnome-shell transitions more smoother:
Option "UseCompositeWrapper" "true"
__________________
QuantumKnot - originator of the "Verne" release name (possibly the last 'normal' release name) :)
|

2nd June 2012, 01:07 PM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 4

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
Quote:
Originally Posted by QuantumKnot
The proprietary driver has the problem that gnome-shell animations can get a bit choppy due when compared with nouveau since it does some extra calculations or something.
I have found that adding the following line to your xorg.conf makes the gnome-shell transitions more smoother:
Option "UseCompositeWrapper" "true"
|
thnx helped a little but still not perfect, maybe in f17 with gnome 3.4 it will be smoother
|

6th June 2012, 05:11 PM
|
 |
Registered User
|
|
Join Date: Jun 2012
Location: PNW
Posts: 103

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
Quote:
Originally Posted by lighthouse
We are waiting when Mr Leigh123linux will provide us with the F17 Nvidia guide!!!
|
I'm tempted to try the F16 instructions, but I'm a cautious penguin.
|

6th June 2012, 05:40 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,224

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
Guys, while the title's still the same, I've used the Guide to install nvidia drivers on F17 and they work perfectly. I think Yellowman can confirm that no changes are needed.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

6th June 2012, 06:38 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
Quote:
Originally Posted by bob
Guys, while the title's still the same, I've used the Guide to install nvidia drivers on F17 and they work perfectly. I think Yellowman can confirm that no changes are needed. 
|
The guide on post #1 is still valid for F17.
|

6th June 2012, 08:49 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
Re: F16,F15 & F14 Nvidia driver guides
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
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
|
|
|
Current GMT-time: 16:59 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|