Jump to content

Nvidia drivers


Ghil Vertefeuille
 Share

Recommended Posts

ok the drviers are installed! (i found the correct kernel source...)

 

But then again, when I try to edit my config, I do:

vi /etc/x11/xf86config-4

 

and then when I enter it (using E) there is nothing appart from green lines on the left side (it appears to be the vim editor but heck there is nothing)

I also tried to access it via graphic mode. But when I found something, I didn't found the module section and there was no driver option in the device section...it was in the screen section...so I didn't save anything..

 

please help me

Link to comment
Share on other sites

Cool! Linux is case sensitive. It's

vi /etc/X11/XF86Config-4

 

All you need to do is change nv to nvidia. Or have both with one commented out (#)

before

Section "Device"
   Identifier "device1"
   VendorName "nVidia Corporation"
   BoardName "NVIDIA GeForce4 (generic)"
   Driver "nv"
   Option "DPMS"
EndSection

 

after

Section "Device"
   Identifier "device1"
   VendorName "nVidia Corporation"
   BoardName "NVIDIA GeForce4 (generic)"
   #Driver "nv"
   Driver "nvidia"
   Option "DPMS"
EndSection

 

-vi /etc/X11/XF86Config-4

-press i

-edit

-Esc : wq and press Enter

 

that's

Esc

:

wq

Enter

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...