Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installing Nvidia Driver (Binary)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
murph1083
n00b
n00b


Joined: 17 Jun 2006
Posts: 59

PostPosted: Wed Aug 23, 2006 4:07 pm    Post subject: installing Nvidia Driver (Binary) Reply with quote

I have never installed the Nvidia Binary Drivers before and I was wondering if I need to do anything differentl besides emerging a different package?
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Wed Aug 23, 2006 4:20 pm    Post subject: Reply with quote

Gentoo Linux nVidia Guide

And btw, here is a list of all the official docs, might be handy. :wink:
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Thu Aug 24, 2006 8:06 am    Post subject: Reply with quote

Moved from Installing Gentoo to Kernel & Hardware.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
murph1083
n00b
n00b


Joined: 17 Jun 2006
Posts: 59

PostPosted: Thu Aug 24, 2006 6:14 pm    Post subject: Reply with quote

The guide talks about installing what I though to believe was the older drivers..not the binary ones. I thought the binary drivers were "nvidia-drivers" not "nvidia-kernel" and "nvidia-glx"
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Thu Aug 24, 2006 6:36 pm    Post subject: Reply with quote

Quote:
The guide talks about installing what I though to believe was the older drivers..not the binary ones. I thought the binary drivers were "nvidia-drivers" not "nvidia-kernel" and "nvidia-glx"
Both sets are "binary" drivers because they both have the critical part of the driver available only as a binary blob.

Yes, you should be using x11-drivers/nvidia-drivers and the latest version, 1.0.8762-r1, is stable (not masked).
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Dizzutch
Guru
Guru


Joined: 09 Nov 2004
Posts: 463
Location: Worcester, MA

PostPosted: Thu Aug 24, 2006 6:41 pm    Post subject: Reply with quote

why is nvidia-drivers-8762-r1 blocked by xorg-server-1.0.99 while xorg-xserver-1.1.1 is installed?
_________________
Help the confused! Adopt an unanswered post!
prepend [solved] to your post title when you feel your issue is resolved.
Worcester Judo
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Thu Aug 24, 2006 7:05 pm    Post subject: Reply with quote

Dizzutch wrote:
why is nvidia-drivers-8762-r1 blocked by xorg-server-1.0.99 while xorg-xserver-1.1.1 is installed?

There are lot of threads talking about this, just search a little.

Anyways, today a new release from nvidia has support for xorg-7.1, so assuming all is good, this restriction should be removed shortly.
Back to top
View user's profile Send private message
murph1083
n00b
n00b


Joined: 17 Jun 2006
Posts: 59

PostPosted: Fri Aug 25, 2006 11:50 am    Post subject: Reply with quote

by just emerging nvidia-drivers, will it take care of the rest or do I still need to load the modules and edit the xconfig as normal?
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Fri Aug 25, 2006 1:30 pm    Post subject: Reply with quote

If you have xorg 7 installed that should work, if not you have to uninstall xorg (do a quickpkg xorg-x11) first so if things go horribly wrong you can just reemerge xorg-6.X from the binary package with emerge -K xorg-x11.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
murph1083
n00b
n00b


Joined: 17 Jun 2006
Posts: 59

PostPosted: Fri Aug 25, 2006 8:56 pm    Post subject: Reply with quote

drescherjm wrote:
If you have xorg 7 installed that should work, if not you have to uninstall xorg (do a quickpkg xorg-x11) first so if things go horribly wrong you can just reemerge xorg-6.X from the binary package with emerge -K xorg-x11.


What should work...the drivers setting up by themselves or me manually installing them?
Back to top
View user's profile Send private message
murph1083
n00b
n00b


Joined: 17 Jun 2006
Posts: 59

PostPosted: Fri Aug 25, 2006 8:59 pm    Post subject: Reply with quote

Have all you guys installed Nvidia drivers by using nvidia-glx and nvidia-kernel....of did you do nvidia-drivers....if you did nvidia-driver...what did you do to get it all set up
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Sat Aug 26, 2006 9:23 am    Post subject: Reply with quote

Using nvidia-drivers:
Code:
emerge nvidia-drivers
eselect opengl set nvidia
change section "Device" from
Code:
Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
        BusID       "PCI:1:0:0"
EndSection
to
Code:
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
        BusID       "PCI:1:0:0"
EndSection
(just Driver "nv" to Driver "nvidia")
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum