Okay So I have gone through and fixed the Xorg.conf file and broke it up into different .conf files for xorg.conf.d however I still get the Screen not found for Nvidia device. Screen detected but not configured correctly....
Recently though after trial and error getting the config files correct I noticed that when I went to reboot to try and retest the newer settings the Intel dsm mux problem happens:
Quote:
Loading LInux 3.3.2-6.fc16.x86_64 ...
Loading initial ramdisk ...
[ 2.063989 [drm:intel_dsm_platform_mux_info ] *ERROR* MUX INFO call failed
|
It won't let me ctrl+alt+f* at all and have a delayed if at all response to rebooting with ctrl+alt+del and I have to delete rhgb flag on the grub entry for the 3.3.2-6 kernel to actually get it passed this. I then boot in and it get stuck with a verbose boot output and like three failed things.
I then ctrl+alt+f3 and login as root...
in the xorg.conf.d directory I have added
50-device.conf:
Quote:
Section "Device"
Identifier "Card1"
Driver "nvidia"
Vend0rName "NVIDIA Corporations"
BusID "PCI:1:0:0"
Screen 0
Option "DPMS"
EndSection
|
51-monitor.conf
Quote:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 1366 768
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
|
52-screen.conf:
Quote:
Section "Screen"
Identifier "Screen0"
Device "Card1"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
EndSection
|
Running startx with those and the defaulted other ones I get..
Quote:
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) NVIDIA(0): No display devices found for this X screen.
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
|
dmesg:
Quote:
[ 4.636956] nvidia: module license 'NVIDIA' taints kernel.
[ 4.636961] Disabling lock debugging due to kernel taint
|
it continues to boot with the bluetooth having alot of problems and failing to load and another driver with a firmware issue that the kernel said was mostly caused by a needed firmware update by vendor.
**UDPATE: 04/30/2012**
Okay so I went through this morning and I took the 50-device.conf, 51-monitor.conf, and 52-screen.conf and copied to *.conf.old files and then removed 50-device.conf and 52-screen.conf and it booted into gnome 3. I also tried enabling the 50-device.conf and it would screw up. I also tried the 52-screen.conf file and it also threw an error crashing Xorg-server 1.11. Therefore there is a problem with the 50-device.conf, the 52-screen.conf or both. I also noticed some Redhat Bugzilla reports about how there is an issue with Nvidia driver and detecting an internal screen like in a laptop....etc..