Jump to content

Cool Nivdia tool program - check it here


aze
 Share

Recommended Posts

i using the latest nvidia driver for linux

the program added some lines to /etc/X11/XF86Config-4 file.

If you couldn't run it but you're using nvidia driver try that

 

Section "Device"

Identifier "device1"

VendorName "nVidia Corporation"

BoardName "NVIDIA GeForce2 DDR (generic)"

Driver "nvidia"

Option "DPMS"

Option "NvAGP" "3"

Option "CursorShadow" "1" <----

Option "DigitalVibrance" "255" <----

EndSection

Link to comment
Share on other sites

Thanks aze, but I have those,

Option "DPMS" "off" 

 Option  "NvAGP"   "0" 

 Option  "CursorShadow"  "on" 

 Option  "CursorShadowAlpha"  "64" 

 Option  "CursorShadowXOffset"  "5" 

 Option  "CursorShadowYOffset"  "2" 

 Option  "DigitalVibrance"  "3"

 

I was more or less interested in antialiasing, anisotropic texture filtering and vsync to blank. What are these commands, in the config file? (if you know)

 

I just rebuilt and reinstalled the 4191's and it's still a no go.

 

Thanks!

Link to comment
Share on other sites

Cool program!

 

I can finally use twinview woohoo :D

Works great too.

 

BVC i installed the new nvidia drivers last night. Compiled rebuilt them both from the source rpms, downloaded yanc and did a ./install.sh as root

 

still as root typed yanc and it worked fine (after making backups of my xfree86 config files of course).

No idea why you wouldn't be able to get it to work :?

Link to comment
Share on other sites

I'm clueless to :?

The actual error is

YanC was not able to obtain nVidia driver infos from the proc-device. Either the nVidia driver is not installed correctly or you use a to old version of the nVidia driver

 

What exactly is proc-device? I found /proc/devices that has a "195 nvidia" entry. Does anyone have a /proc/nvidia?

We shouldn't

{root 09:48 PM bvc9}>rpm -ql NVIDIA_kernel

/lib/modules/2.4.19-16/kernel/drivers/video/nvidia.o

{root 09:48 PM bvc9}>rpm -ql NVIDIA_GLX   

/usr/X11R6/lib/libXvMCNVIDIA.a

/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.4191

/usr/X11R6/lib/modules/drivers/nvidia_drv.o

/usr/X11R6/lib/modules/extensions/libglx.so.1.0.4191

/usr/lib/libGL.so.1.0.4191

/usr/lib/libGLcore.so.1.0.4191

/usr/share/doc/NVIDIA_GLX-1.0

/usr/share/doc/NVIDIA_GLX-1.0/NVIDIA_Changelog

/usr/share/doc/NVIDIA_GLX-1.0/README

/usr/share/doc/NVIDIA_GLX-1.0/README.DE

/usr/share/doc/NVIDIA_GLX-1.0/XF86Config.sample

/usr/share/doc/NVIDIA_GLX-1.0/include

/usr/share/doc/NVIDIA_GLX-1.0/include/GL

/usr/share/doc/NVIDIA_GLX-1.0/include/GL/gl.h

/usr/share/doc/NVIDIA_GLX-1.0/include/GL/glx.h

/usr/share/doc/NVIDIA_GLX-1.0/include/GL/glxtokens.h

/usr/share/doc/NVIDIA_GLX-1.0/license.txt

{root 09:48 PM bvc9}>

 

 

My /etc/fstab has "none /proc proc defaults 0 0". Is this what you guys have?

Link to comment
Share on other sites

i have 195 nvidia too in devices

 

/proc/nvidia ? i don't have that i have /proc/driver/nvidia and /proc/nv(isn't used).

 

When you were installing the new nvidia drivers did you remove the NVIDIA_GLX rather that try to upgrade it(aparantly upgrade doesn't work properly for the GLX rpm)

 

rpm -e NVIDIA_GLX rather that upgrade?

Link to comment
Share on other sites

I don't have a /proc/nv. Know how to create it? Or is is just a blank file like many others?

 

Yes, I always remove, never upgrade nvidia. I keep a separate folder for the kernel versions and driver versions as well. Though on ML9.0 I only have the default kernel and one custom.

Link to comment
Share on other sites

you don't need /proc/nv as far as i can tell just has a file in it that says this isn't used any more look in /proc/driver/nvidia

 

i cant see why you cant get it too work. :?

 

I install the new drivers via nvidia's readme (the previous drivers were install via DOlson's tutorial).

 

I had to remove <dri> lines from /etc/security/console.perms

then

chmod 0666 /dev/nvidia*

chown root /dev/nvidia*

 

So i could use opengl as a non root user.

 

And that was it.

BTW i didn't have a problem with permissions when i followed DOlson's tut on the 3123 drivers.

Link to comment
Share on other sites

I had to remove <dri> lines from /etc/security/console.perms
Isn't that the line that has caused some to not be able to boot and go into rescue mode to put the line back?

 

About once a week I have to do

chmod 0666 /dev/nvidia*

chown root /dev/nvidia*

in order to play games as a user.

 

BTW i didn't have a problem with permissions when i followed DOlson's tut on the 3123 drivers
i never had a prob with the 3123's either.
Link to comment
Share on other sites

Nice prog !

 

For /etc/security/console.perms, you have to comment out 2 lines in order to be able to boot properly with a runlevel 5. Here they are:

 

.... 

#<dri>=/dev/nvidia* /dev/3dfx* 

.... 

#<xconsole> 0600 <dri> 0600 root

 

Then you can

 

chmod 0666 /dev/nvidia* chown root /dev/nvidia*

 

You shouldn't have to do it again after ...

 

MOttS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...