I'm now trying a fresh install of F15 32 bit with the same results. Starting X or booting into runlevel 5 results in a black screen and an unresponsive machine.
leigh123linux, I really need your help! Here is my minimum info from my current install:
[mythtv@mythbox X11]$ rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf
abrt-addon-kerneloops-2.0.3-1.fc15.i686
akmod-nvidia-280.13-2.fc15.i686
kernel-2.6.38.6-26.rc1.fc15.i686
kernel-2.6.40-4.fc15.i686
kernel-devel-2.6.38.6-26.rc1.fc15.i686
kernel-devel-2.6.40-4.fc15.i686
kernel-headers-2.6.40-4.fc15.i686
kmod-nvidia-2.6.40-4.fc15.i686-280.13-2.fc15.i686
nvidia-settings-1.0-11.fc15.i686
nvidia-xconfig-1.0-9.fc15.i686
xorg-x11-drv-nvidia-280.13-1.fc15.i686
xorg-x11-drv-nvidia-libs-280.13-1.fc15.i686
2.6.40-4.fc15.i686
nvidia 10375368 0
i2c_core 21572 5 hdpvr,v4l2_common,videodev,nvidia,i2c_nforce2
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 280.11 (mockbuild@) Sun Jul 31 17:53:14 EDT 2011
# 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
If I run Xorg & from a command line, here is what I get before the machine freezes:
X.Org X Server 1.10.3
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: x86-10 2.6.32-131.2.1.el6.x86_64
Current Operating System: Linux mythbox 2.6.40-4.fc15.i686 #1 SMP Fri Jul 29 18:54:39 UTC 2011 i686
Kernel command line: ro root=/dev/mapper/vg_mythbox-vg_root rd_LVM_LV=vg_mythbox/vg_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us nouveau.modeset=0 rdblacklist=nouveau 3
Build Date: 11 July 2011 03:54:30PM
Build ID: xorg-x11-server 1.10.3-1.fc15
Current version of pixman: 0.20.2
Before reporting problems, check
http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 8 22:40:10 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
I've checked what is in /usr/share/X11/xorg.conf.d and I don't have anything in those configuration files attached to my system.
Help!