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

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

|
|
|
F17 Nvidia guide
Please note if you require help -- provide this basic information!
Code:
rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf
lspci |grep VGA
__________________________________________________ _____________________________________
F16 and F17 Howto for the rpmfusion nvidia drivers
Click here for supported Nvidia cards list
This is a Four-Step Process. If you don't follow all three steps, your install will fail!
1. Update the kernel and reboot
Code:
su
yum update kernel\* selinux-policy\*
reboot
2. Install the nvidia driver.
For GeForce 6, 7, 8, 9, 200, 300, 400 & 500 series cards
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
__________________________________________________ __________________________________________________ __________
Extra step for PAE kernel only
Code:
su
yum install kernel-PAE-devel
__________________________________________________ __________________________________________________ ___________
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686
If you use a PAE kernel
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE
For GeForce FX cards
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686
If you use a PAE kernel
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-173xx-PAE
For GeForce 4 and below
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs.i686
If you use a PAE kernel
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-96xx-PAE xorg-x11-drv-nvidia-96xx-libs.i686
3. Make sure nouveau is removed from initramfs
Code:
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
4. Reboot
Quote:
|
Originally Posted by Deprecated September 17, 2012
Please note if you require help -- provide this basic information!
Code:
rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf
lspci |grep VGA
__________________________________________________ _____________________________________
F16 and F17 Howto for the rpmfusion nvidia drivers
Click here for supported Nvidia cards list
This is a Four-Step Process. If you don't follow all three steps, your install will fail!
1. Update the kernel and reboot
Code:
su
yum update kernel\* selinux-policy\*
reboot
2. Install the nvidia driver.
For GeForce 6, 7, 8, 9, 200, 300, 400 & 500 series cards
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
__________________________________________________ __________________________________________________ __________
Extra step for PAE kernel only
Code:
su
yum install kernel-PAE-devel
__________________________________________________ __________________________________________________ ___________
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686
If you use a PAE kernel
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE
For GeForce FX cards
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686
If you use a PAE kernel
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-173xx-PAE
3. Make sure nouveau is removed from initramfs
Code:
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
4. Reboot
Deprecated September 17, 2012
|
|

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

|
|
|
Re: F17 Nvidia guide
Admin note:
Please note that this is an extension of Leigh's normal Nvidia installation guides. For the sake of a shorter thread, and simplicity, I have moved the F16~F17 guide to a thread of their own.
That being said, please know that this is all still Leigh's fine handiwork, and not my own. I simply opened the thread.
|

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

|
|
|
Re: F17 Nvidia guide
Admin note-2:
Removal:
step
1.
Code:
su
yum erase *\nvidia\*
reboot
|

7th June 2012, 10:39 AM
|
 |
Registered User
|
|
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355

|
|
|
Re: F17 Nvidia guide
Noted, and thanks.
__________________
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!
|

8th June 2012, 10:23 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 26

|
|
|
Re: F17 Nvidia guide
One issue for efi users....
--------------------------------------
Installing : 1:xorg-x11-drv-nvidia-295.53-1.fc17.x86_64
error opening /boot/grub/grub.cfg for read: No such file or directory
--------------------------------------
Because on a efi system that file will not exist...
The file is
/boot/efi/EFI/redhat/grub.conf
And that is grub1 config (uefi defaults to grub1..)
What changes are made to grub during the install?
anyone know what changes I should do ?
|

9th June 2012, 02:16 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126

|
|
|
Re: F17 Nvidia guide
I don't know how much, if any, help this might provide, but you can see what the install/uninstall scripts are doing associated with the xorg-x11-drv-nvidia rpm package. I ran it on my F16 /w kmod-nvidia installed and there is no attempt to check for a /boot/efi/EFI/redhat/grub.conf flle in the postinstall scriptlet.
Code:
rpm -q --scripts xorg-x11-drv-nvidia
Ahh...right. If the xorg-x11-drv-nvidia-295.53-1.fc17.x86_64.rpm package isn't installed (due to that error), then use:
Code:
rpm -qp --scripts xorg-x11-drv-nvidia-295.53-1.fc17.x86_64.rpm
|

9th June 2012, 09:58 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by interzoneuk
One issue for efi users....
--------------------------------------
Installing : 1:xorg-x11-drv-nvidia-295.53-1.fc17.x86_64
error opening /boot/grub/grub.cfg for read: No such file or directory
--------------------------------------
Because on a efi system that file will not exist...
The file is
/boot/efi/EFI/redhat/grub.conf
And that is grub1 config (uefi defaults to grub1..)
What changes are made to grub during the install?
anyone know what changes I should do ?
|
Please file a bug report against xorg-x11-drv-nvidia at rpmfusion.
https://bugzilla.rpmfusion.org/
here's a similar report
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2341
Last edited by Yellowman; 9th June 2012 at 10:07 AM.
|

9th June 2012, 12:42 PM
|
|
Registered User
|
|
Join Date: Dec 2008
Location: Brisbane, Australia
Posts: 29

|
|
|
F17 with nVidia GT630M
Hi,
I've just purchased a new laptop (Asus N53SM) with nVidia GT630M. Though Asus' advertising literature said nothing about this, it seems as though it is an Optimus setup, with an Intel chip controlling the display.
I am having trouble installing the nVidia drivers, and I suspect that is why. After installing akmod-nvidia and xorg-x11-drv-nvidia-libs.i686, at the next reboot Fedora 17 hangs at "[OK] Started Display Manager". It is a fresh [updated] installation.
Has anyone else had this issue? Is there a way around it? Or is this problem unrelated to the Optimus setup?
Code:
[root ~]# lspci |grep -i VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0de9 (rev a1)
Thanks!
|

9th June 2012, 12:53 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: F17 with nVidia GT630M
Quote:
Originally Posted by rthomas
Hi,
I've just purchased a new laptop (Asus N53SM) with nVidia GT630M. Though Asus' advertising literature said nothing about this, it seems as though it is an Optimus setup, with an Intel chip controlling the display.
I am having trouble installing the nVidia drivers, and I suspect that is why. After installing akmod-nvidia and xorg-x11-drv-nvidia-libs.i686, at the next reboot Fedora 17 hangs at "[OK] Started Display Manager". It is a fresh [updated] installation.
Has anyone else had this issue? Is there a way around it? Or is this problem unrelated to the Optimus setup?
Code:
[root ~]# lspci |grep -i VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0de9 (rev a1)
Thanks!
|
http://forums.if-not-true-then-false...php?topic=31.0
|

9th June 2012, 05:03 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: USA
Posts: 2

|
|
|
AddScreen/ScreenInit failed for driver 0
Thanks Dan fo continuing this thread.
I have followed the instructions, as well as including the BusID and a CustomEDID, but now I am getting "AddScreen/ScreenInit failed for driver 0" in my Xorg logs without sadly any error markers (EE). Can anyone spot something that I've done wrong or overlooked?
Code:
[root@PC X11]# rpm -qa *\nvidia\* *\kernel\*|sort
abrt-addon-kerneloops-2.0.10-4.fc17.x86_64
akmod-nvidia-295.53-1.fc17.1.x86_64
kernel-3.3.4-5.fc17.x86_64
kernel-3.4.0-1.fc17.x86_64
kernel-devel-3.4.0-1.fc17.x86_64
kernel-headers-3.4.0-1.fc17.x86_64
kmod-nvidia-3.4.0-1.fc17.x86_64-295.53-1.fc17.3.x86_64
libreport-plugin-kerneloops-2.0.10-3.fc17.x86_64
nvidia-settings-1.0-18.fc17.x86_64
nvidia-xconfig-1.0-16.fc17.x86_64
xorg-x11-drv-nvidia-295.53-1.fc17.x86_64
xorg-x11-drv-nvidia-libs-295.53-1.fc17.i686
xorg-x11-drv-nvidia-libs-295.53-1.fc17.x86_64
Code:
[root@PC X11]# uname -r
3.4.0-1.fc17.x86_64
[root@mercury X11]# lsmod |grep -e nvidia -e nouveau
nvidia 12344969 0
i2c_core 38028 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
[root@PC X11]# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 0166 (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0fd1 (rev a1)
Code:
[root@PC X11]# cat /etc/xorg.conf
cat: /etc/xorg.conf: No such file or directory
[root@mercury X11]# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.53 (mockbuild@builder1.ovh.rpmfusion.lan) Tue May 22 21:15:15 CEST 2012
# RPM Fusion - nvidia-xorg.conf
#
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 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"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "CRT-0"
Option "CustomEDID" "CRT-0:/etc/X11/EDID.bin"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
# DefaultDepth 24
# Option "metamodes" "CRT-0: 1920x1080 +0+0"
# SubSection "Display"
# Modes "nvidia-auto-select"
# Depth 24
# EndSubSection
EndSection
Code:
[root@PC X11]# cat /var/log/Xorg.1.log
[ 1078.852]
X.Org X Server 1.12.0
Release Date: 2012-03-04
[ 1078.852] X Protocol Version 11, Revision 0
[ 1078.852] Build Operating System: x86-14 2.6.32-220.4.1.el6.x86_64
[ 1078.852] Current Operating System: Linux mercury 3.4.0-1.fc17.x86_64 #1 SMP Sun Jun 3 06:35:17 UTC 2012 x86_64
[ 1078.852] Kernel command line: BOOT_IMAGE=/vmlinuz-3.4.0-1.fc17.x86_64 root=/dev/mapper/vg_mercury-lv_root ro rd.md=0 rd.dm=0 SYSFONT=True KEYTABLE=us rd.lvm.lv=vg_mercury/lv_root rd.luks.uuid=luks-66cf4f8d-fe96-488e-9ea7-d6175b25a446 LANG=en_US.UTF-8 rhgb quiet nouveau.modeset=0 rd.driver.blacklist=nouveau
[ 1078.852] Build Date: 14 May 2012 04:10:41AM
[ 1078.852] Build ID: xorg-x11-server 1.12.0-5.fc17
[ 1078.852] Current version of pixman: 0.24.4
[ 1078.852] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1078.852] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1078.853] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Jun 9 10:35:03 2012
[ 1078.853] (==) Using config file: "/etc/X11/xorg.conf"
[ 1078.853] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1078.853] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1078.853] (==) ServerLayout "Default Layout"
[ 1078.853] (**) |-->Screen "Screen0" (0)
[ 1078.853] (**) | |-->Monitor "Monitor0"
[ 1078.854] (**) | |-->Device "Videocard0"
[ 1078.854] (**) |-->Input Device "Keyboard0"
[ 1078.854] (**) |-->Input Device "Mouse0"
[ 1078.854] (==) Automatically adding devices
[ 1078.854] (==) Automatically enabling devices
[ 1078.867] (II) LoadModule: "nvidia"
[ 1078.867] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 1078.868] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1078.868] compiled for 4.0.2, module version = 1.0.0
[ 1078.868] Module class: X.Org Video Driver
[ 1078.868] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
[ 1078.868] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1078.868] (--) using VT number 3
[cut to meet post character requirements]
[ 1079.317] (II) Loading sub module "fb"
[ 1079.317] (II) LoadModule: "fb"
[ 1079.318] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1079.318] (II) Module fb: vendor="X.Org Foundation"
[ 1079.318] compiled for 1.12.0, module version = 1.0.0
[ 1079.318] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1079.318] (II) Loading sub module "wfb"
[ 1079.318] (II) LoadModule: "wfb"
[ 1079.318] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 1079.319] (II) Module wfb: vendor="X.Org Foundation"
[ 1079.319] compiled for 1.12.0, module version = 1.0.0
[ 1079.319] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1079.319] (II) Loading sub module "ramdac"
[ 1079.319] (II) LoadModule: "ramdac"
[ 1079.319] (II) Module "ramdac" already built-in
[ 1079.319] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
[ 1079.319] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 1079.319] (==) NVIDIA(0): RGB weight 888
[ 1079.319] (==) NVIDIA(0): Default visual is TrueColor
[ 1079.319] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1079.319] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT-0"
[ 1079.319] (**) NVIDIA(0): Option "CustomEDID" "CRT-0:/etc/X11/LGD0349.bin"
[ 1079.319] (**) NVIDIA(0): Enabling 2D acceleration
[ 1079.319] (**) NVIDIA(0): ConnectedMonitor string: "CRT-0"
[ 1079.777] (II) NVIDIA(GPU-0): Display (LGD (CRT-0)) does not support NVIDIA 3D Vision
[ 1079.777] (II) NVIDIA(GPU-0): stereo.
[ 1079.780] (II) NVIDIA(0): NVIDIA GPU GeForce GT 650M (GK107) at PCI:1:0:0 (GPU-0)
[ 1079.780] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 1079.780] (--) NVIDIA(0): VideoBIOS: 80.07.14.00.11
[ 1079.780] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 1079.780] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 1079.783] (--) NVIDIA(0): Connected display device(s) on GeForce GT 650M at PCI:1:0:0
[ 1079.783] (--) NVIDIA(0): LGD (CRT-0)
[ 1079.783] (--) NVIDIA(0): LGD (CRT-0): 400.0 MHz maximum pixel clock
[ 1079.788] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1079.788] (**) NVIDIA(0): device LGD (CRT-0) (Using EDID frequencies has been
[ 1079.788] (**) NVIDIA(0): enabled on all display devices.)
[ 1079.790] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 1079.790] (==) NVIDIA(0):
[ 1079.790] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 1079.790] (==) NVIDIA(0): will be used as the requested mode.
[ 1079.790] (==) NVIDIA(0):
[ 1079.790] (II) NVIDIA(0): Validated modes:
[ 1079.790] (II) NVIDIA(0): "nvidia-auto-select"
[ 1079.790] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 1079.792] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[ 1079.792] (--) NVIDIA(0): option
[ 1079.792] (--) Depth 24 pixmap format is 32 bpp
[ 1079.793] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 1079.793] (II) NVIDIA: access.
[ 1079.798] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1079.798] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 1079.798] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 1079.798] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 1079.798] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 1079.798] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 1079.798] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1079.798] (II) NVIDIA(0): Config Options in the README.
[ 1079.801]
Fatal server error:
[ 1079.801] AddScreen/ScreenInit failed for driver 0
[ 1079.801]
[ 1079.801]
Please consult the Fedora Project support
at
for help.
[ 1079.801] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 1079.801]
[ 1079.992] Server terminated with error (1). Closing log file.
If anyone need any more info, let me know.
Thank you!
Last edited by gnunix; 9th June 2012 at 05:08 PM.
|

9th June 2012, 06:23 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: AddScreen/ScreenInit failed for driver 0
Quote:
Originally Posted by gnunix
Thanks Dan fo continuing this thread.
I have followed the instructions, as well as including the BusID and a CustomEDID, but now I am getting "AddScreen/ScreenInit failed for driver 0" in my Xorg logs without sadly any error markers (EE). Can anyone spot something that I've done wrong or overlooked?
Code:
[root@PC X11]# rpm -qa *\nvidia\* *\kernel\*|sort
abrt-addon-kerneloops-2.0.10-4.fc17.x86_64
akmod-nvidia-295.53-1.fc17.1.x86_64
kernel-3.3.4-5.fc17.x86_64
kernel-3.4.0-1.fc17.x86_64
kernel-devel-3.4.0-1.fc17.x86_64
kernel-headers-3.4.0-1.fc17.x86_64
kmod-nvidia-3.4.0-1.fc17.x86_64-295.53-1.fc17.3.x86_64
libreport-plugin-kerneloops-2.0.10-3.fc17.x86_64
nvidia-settings-1.0-18.fc17.x86_64
nvidia-xconfig-1.0-16.fc17.x86_64
xorg-x11-drv-nvidia-295.53-1.fc17.x86_64
xorg-x11-drv-nvidia-libs-295.53-1.fc17.i686
xorg-x11-drv-nvidia-libs-295.53-1.fc17.x86_64
Code:
[root@PC X11]# uname -r
3.4.0-1.fc17.x86_64
[root@mercury X11]# lsmod |grep -e nvidia -e nouveau
nvidia 12344969 0
i2c_core 38028 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
[root@PC X11]# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 0166 (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0fd1 (rev a1)
Code:
[root@PC X11]# cat /etc/xorg.conf
cat: /etc/xorg.conf: No such file or directory
[root@mercury X11]# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.53 (mockbuild@builder1.ovh.rpmfusion.lan) Tue May 22 21:15:15 CEST 2012
# RPM Fusion - nvidia-xorg.conf
#
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 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"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "CRT-0"
Option "CustomEDID" "CRT-0:/etc/X11/EDID.bin"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
# DefaultDepth 24
# Option "metamodes" "CRT-0: 1920x1080 +0+0"
# SubSection "Display"
# Modes "nvidia-auto-select"
# Depth 24
# EndSubSection
EndSection
Code:
[root@PC X11]# cat /var/log/Xorg.1.log
[ 1078.852]
X.Org X Server 1.12.0
Release Date: 2012-03-04
[ 1078.852] X Protocol Version 11, Revision 0
[ 1078.852] Build Operating System: x86-14 2.6.32-220.4.1.el6.x86_64
[ 1078.852] Current Operating System: Linux mercury 3.4.0-1.fc17.x86_64 #1 SMP Sun Jun 3 06:35:17 UTC 2012 x86_64
[ 1078.852] Kernel command line: BOOT_IMAGE=/vmlinuz-3.4.0-1.fc17.x86_64 root=/dev/mapper/vg_mercury-lv_root ro rd.md=0 rd.dm=0 SYSFONT=True KEYTABLE=us rd.lvm.lv=vg_mercury/lv_root rd.luks.uuid=luks-66cf4f8d-fe96-488e-9ea7-d6175b25a446 LANG=en_US.UTF-8 rhgb quiet nouveau.modeset=0 rd.driver.blacklist=nouveau
[ 1078.852] Build Date: 14 May 2012 04:10:41AM
[ 1078.852] Build ID: xorg-x11-server 1.12.0-5.fc17
[ 1078.852] Current version of pixman: 0.24.4
[ 1078.852] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1078.852] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1078.853] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Jun 9 10:35:03 2012
[ 1078.853] (==) Using config file: "/etc/X11/xorg.conf"
[ 1078.853] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1078.853] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1078.853] (==) ServerLayout "Default Layout"
[ 1078.853] (**) |-->Screen "Screen0" (0)
[ 1078.853] (**) | |-->Monitor "Monitor0"
[ 1078.854] (**) | |-->Device "Videocard0"
[ 1078.854] (**) |-->Input Device "Keyboard0"
[ 1078.854] (**) |-->Input Device "Mouse0"
[ 1078.854] (==) Automatically adding devices
[ 1078.854] (==) Automatically enabling devices
[ 1078.867] (II) LoadModule: "nvidia"
[ 1078.867] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 1078.868] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1078.868] compiled for 4.0.2, module version = 1.0.0
[ 1078.868] Module class: X.Org Video Driver
[ 1078.868] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
[ 1078.868] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1078.868] (--) using VT number 3
[cut to meet post character requirements]
[ 1079.317] (II) Loading sub module "fb"
[ 1079.317] (II) LoadModule: "fb"
[ 1079.318] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1079.318] (II) Module fb: vendor="X.Org Foundation"
[ 1079.318] compiled for 1.12.0, module version = 1.0.0
[ 1079.318] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1079.318] (II) Loading sub module "wfb"
[ 1079.318] (II) LoadModule: "wfb"
[ 1079.318] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 1079.319] (II) Module wfb: vendor="X.Org Foundation"
[ 1079.319] compiled for 1.12.0, module version = 1.0.0
[ 1079.319] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1079.319] (II) Loading sub module "ramdac"
[ 1079.319] (II) LoadModule: "ramdac"
[ 1079.319] (II) Module "ramdac" already built-in
[ 1079.319] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
[ 1079.319] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 1079.319] (==) NVIDIA(0): RGB weight 888
[ 1079.319] (==) NVIDIA(0): Default visual is TrueColor
[ 1079.319] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1079.319] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT-0"
[ 1079.319] (**) NVIDIA(0): Option "CustomEDID" "CRT-0:/etc/X11/LGD0349.bin"
[ 1079.319] (**) NVIDIA(0): Enabling 2D acceleration
[ 1079.319] (**) NVIDIA(0): ConnectedMonitor string: "CRT-0"
[ 1079.777] (II) NVIDIA(GPU-0): Display (LGD (CRT-0)) does not support NVIDIA 3D Vision
[ 1079.777] (II) NVIDIA(GPU-0): stereo.
[ 1079.780] (II) NVIDIA(0): NVIDIA GPU GeForce GT 650M (GK107) at PCI:1:0:0 (GPU-0)
[ 1079.780] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 1079.780] (--) NVIDIA(0): VideoBIOS: 80.07.14.00.11
[ 1079.780] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 1079.780] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 1079.783] (--) NVIDIA(0): Connected display device(s) on GeForce GT 650M at PCI:1:0:0
[ 1079.783] (--) NVIDIA(0): LGD (CRT-0)
[ 1079.783] (--) NVIDIA(0): LGD (CRT-0): 400.0 MHz maximum pixel clock
[ 1079.788] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1079.788] (**) NVIDIA(0): device LGD (CRT-0) (Using EDID frequencies has been
[ 1079.788] (**) NVIDIA(0): enabled on all display devices.)
[ 1079.790] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 1079.790] (==) NVIDIA(0):
[ 1079.790] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 1079.790] (==) NVIDIA(0): will be used as the requested mode.
[ 1079.790] (==) NVIDIA(0):
[ 1079.790] (II) NVIDIA(0): Validated modes:
[ 1079.790] (II) NVIDIA(0): "nvidia-auto-select"
[ 1079.790] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 1079.792] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[ 1079.792] (--) NVIDIA(0): option
[ 1079.792] (--) Depth 24 pixmap format is 32 bpp
[ 1079.793] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 1079.793] (II) NVIDIA: access.
[ 1079.798] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1079.798] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 1079.798] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 1079.798] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 1079.798] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 1079.798] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 1079.798] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1079.798] (II) NVIDIA(0): Config Options in the README.
[ 1079.801]
Fatal server error:
[ 1079.801] AddScreen/ScreenInit failed for driver 0
[ 1079.801]
[ 1079.801]
Please consult the Fedora Project support
at
for help.
[ 1079.801] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 1079.801]
[ 1079.992] Server terminated with error (1). Closing log file.
If anyone need any more info, let me know.
Thank you!
|
Post
Code:
grep BIOS /var/log/Xorg.*.log
|

9th June 2012, 06:45 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Location: Calgary
Posts: 8

|
|
|
Re: F17 Nvidia guide
Are there any special instructions for F17 x386_64 systems?
TIA,
DN
|

9th June 2012, 06:50 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by doug5y
Are there any special instructions for F17 x386_64 systems?
TIA,
DN
|
It's a 64bit guide as well.
|

9th June 2012, 07:09 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: USA
Posts: 2

|
|
|
Re: F17 Nvidia guide
Thank you Yellowman for your quick response.
I chose the latest log:
Code:
[root@PC X11]# grep BIOS /var/log/Xorg.1.log
[ 1078.855] (--) PCI:*(0:0:2:0) 8086:0166:103c:181b rev 9, Mem @ 0xd3000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 1078.855] (--) PCI: (0:1:0:0) 10de:0fd1:103c:181b rev 161, Mem @ 0xd2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 1079.780] (--) NVIDIA(0): VideoBIOS: 80.07.14.00.11
|

9th June 2012, 08:36 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by gnunix
Thank you Yellowman for your quick response.
I chose the latest log:
Code:
[root@PC X11]# grep BIOS /var/log/Xorg.1.log
[ 1078.855] (--) PCI:*(0:0:2:0) 8086:0166:103c:181b rev 9, Mem @ 0xd3000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 1078.855] (--) PCI: (0:1:0:0) 10de:0fd1:103c:181b rev 161, Mem @ 0xd2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 1079.780] (--) NVIDIA(0): VideoBIOS: 80.07.14.00.11
|
The intel video bios is loaded, can you disable it in bios?, if not try bumblebee (see post #8).
|
| 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: 04:27 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|