LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   NVIDIA FEDORA 13 3D Fails (https://www.linuxquestions.org/questions/fedora-35/nvidia-fedora-13-3d-fails-840528/)

R03L 11-23-2010 01:15 PM

[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/X11/
Code:

ls -s /etc/modprobe.d/
(When you are not shure about removing them move them)

[edit]

R03L 11-25-2010 10:16 AM

[REMARK]
Code:

~]$ sudo nvidia-config-display disable
~]$ sudo nvidia-config-display enable
False
~]$ sudo nvidia-config-display enable
Driver already enabled

[REMARK}

John VV 11-25-2010 10:49 AM

nvidia-config-display enable


so it is on ????

but would not "nvidia-settings" run the nvidia tool installed by the driver

R03L 11-26-2010 09:31 AM

Yes
Code:

~]$ sudo nvidia-settings -v

nvidia-settings:  version 260.19.12  (mockbuild@hephaestus.wilsonet.com)  Fri Oct 15 04:38:10 EDT 2010
  The NVIDIA X Server Settings tool.

  This program is used to configure the NVIDIA Linux graphics driver.
  For more detail, please see the nvidia-settings(1) man page.

  Copyright (C) 2004 - 2010 NVIDIA Corporation.

Code:

NVIDIA X Server Settings
System Information
Operating System : Linux-x86_64
NVIDIA Driver Version: 260.19.12
***
NV-CONTROL Version: 1.24

It Runs nicely


All times are GMT -5. The time now is 04:04 AM.