[EDIT]
afther allot of fighting.
i think i found my problem.
Code:
$sudo mv /etc/modprobe.d/blacklist.conf.rpmnew /home/***/
for a backup
blacklisted nouveau again in /etc/modprobe.d/blacklist.conf
edited grub again
Code:
KEYTABLE=us rhgb quiet rdblacklist=nouveau mode=0x318
removed mesa dri expirimental again.
installed kmod-nvidia.x86_64 again.
removed some backups of old xorg.conf.backup and xorg.conf.old (aso)
niceley setted my both monitors
and i checked google to nvidia xorg.conf from my confusion should driver section be nvidia or nv
it should be nvidia like
Code:
sudo nvidia-settings
does
Code:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8200"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8200"
BusID "PCI:2:0:0"
Screen 1
EndSection
afther killing my x screen i did have the same error as above but as above i rebooted more than once.
afther rebooting this time glxgears niceley show's it's screen like suposed to
Code:
$ glxgears -info
GL_RENDERER = GeForce 8200/PCI/SSE2
GL_VERSION = 3.3.0 NVIDIA 260.19.12
GL_VENDOR = NVIDIA Corporation
****************
6970 frames in 5.0 seconds = 1393.901 FPS
7583 frames in 5.0 seconds = 1516.444 FPS
12367 frames in 5.0 seconds = 2473.346 FPS
15936 frames in 5.0 seconds = 3187.007 FPS
16106 frames in 5.0 seconds = 3221.044 FPS
14255 frames in 5.0 seconds = 2850.880 FPS
but it's the distupgraded version fedora 13 to 14 niceley like fedora-project's howto sais so.
(whitouth killing x so i have a browzer to read the howto)
Code:
]$ lsmod | grep nouveau
[***** ~]$ lsmod | grep nvidia
nvidia 10213047 34
i2c_core 26900 3 nvidia,videodev,i2c_nforce2
So the old howto's of fedora 13 still works
only had to check out some old configurations of xorg.conf and blacklist.conf
Code:
ls -s /etc/modprobe.d/
(When you are not shure about removing them move them)
[edit]