Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nVidida 1.8168 (beta) driver [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Mon Nov 21, 2005 10:25 pm    Post subject: nVidida 1.8168 (beta) driver [SOLVED] Reply with quote

I found a beta nVidia driver, version 1.8168 for x86_64. Earlier drivers won't work for me (I've got an onboard GeForce 6100). Trouble is I can't get it to install.

I'm not sure if I've screwed something with all the fiddling I did trying to get this (and earlier drivers) to work. The nVidia installer doesn't work - it exits complaining about symlinks.

I tried re-naming the driver to the same as the 7676 one, followed by modifying the 7676 ebuild, and re-setting the MD5 sums using ebuild, but that results in a problem with applying patches.

Does anyone know if there's a way to manually install the nVidia driver, or what bits of the ebuild I might need to modify. Sorry if this is a bit vague. Been trying to get this working for a long time now. :cry:


Last edited by tabanus on Wed Nov 23, 2005 4:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
nxsty
Veteran
Veteran


Joined: 23 Jun 2004
Posts: 1556
Location: .se

PostPosted: Mon Nov 21, 2005 10:27 pm    Post subject: Reply with quote

Just remove the patching and it should work.
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Mon Nov 21, 2005 10:53 pm    Post subject: Reply with quote

Thanks, I've fiddled a bit with commenting stuff out on the ebuild. When I try to emerge the nvidia-kernel module, I get an error:

Code:
/usr/portage/eclass/linux-mod.eclass: line 496: cd: /var/tmp/portage/nvidia-kernel-1.0.7676/work/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv: No such file or directory
 * Preparing nvidia module
make: *** No rule to make target `clean'.  Stop.

I'm assuming I've removed something I shouldn't have, but can't see what. The bits I removed appeared to just be about patching.
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Nov 21, 2005 11:54 pm    Post subject: Reply with quote

What is the source of this module? I would like to think that Gentooers won't fall for the same tricks as Windows users, when offered the same "ooh shiny" candy. We're talking about a kernel module here, that means root access if it's a virus. Wake up, and treat "beta, leaked sources" from numeric IP addresses with suspicion. Caution :)

For people wondering whether the nvidia driver is better to install, take a look at the nvidia ebuild in /usr/portage/... and notice the minor differences.
_________________
Improve your font rendering and ALSA sound
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Tue Nov 22, 2005 12:13 am    Post subject: Reply with quote

I got it from the ASUS website. It was leaked; I think nVidia are a bit cross about it :twisted:
I found it via this thread: http://www.nvnews.net/vbulletin/showthread.php?t=59085

Anyway, the 8xxx series driver is the first to support my video card, so until I get it working I have to use VESA driver at 60Hz. Not nice.
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Tue Nov 22, 2005 4:49 am    Post subject: Reply with quote

I downloaded it to but i havnt tried it yet(7800 GT works fine so why screw with it). Anyway I read on the nvnews forums that the reason nvidia is stalling this driver is because they are waiting for the release of X.org 7.0. X.org 7.0 and the nvidia 1.8xxx driver apparently fix all of the problems we have(X freezing deadbeef and Xid errors). The release date for X.org 7.0 is Dec 7th so you may want to just wait till both are officaly released this way everything will work. You also might want to open a bug to request a testing ebuild for this. If you want an excuse I also read that the driver is avaible if you have the nvidia developer thing.
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Tue Nov 22, 2005 9:13 am    Post subject: Reply with quote

I guess I'll just have to wait :(

It's just frustrating having a new computer and not being able to use it properly because you can't look at the screen for more than about half an hour. I figured the devs have enough to do without writing an ebuild for a driver they don't have.

Thanks
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Tue Nov 22, 2005 11:17 am    Post subject: Reply with quote

This is how I got them to work:

1. Copied nvidia-kernel-1.0.7676-r1.ebuild to nvidia-kernel-1.0.8168.ebuild and nvidia-glx-1.0.7676-r2.ebuild to nvidia-glx-1.0.8168.ebuild in my portage overlay.
2. Commented every 'epatch'-line in both ebuilds and removed x86-fbsd from SRC_URI in the nvidia-glx ebuild.
3. Changed X86_PKG_V="pkg0" to X86_PKG_V="pkg1" in both ebuilds.
4. Moved the installers to /usr/portage/distfiles/NVIDIA-Linux-x86_64-1.0-8168-pkg2.run and /usr/portage/distfiles/NVIDIA-Linux-x86-1.0-8168-pkg1.run
5. Created digests and emerged.
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Tue Nov 22, 2005 12:18 pm    Post subject: Reply with quote

pussi wrote:
This is how I got them to work:

3. Changed X86_PKG_V="pkg0" to X86_PKG_V="pkg1" in both ebuilds.
4. Moved the installers to /usr/portage/distfiles/NVIDIA-Linux-x86_64-1.0-8168-pkg2.run and /usr/portage/distfiles/NVIDIA-Linux-x86-1.0-8168-pkg1.run


Were you doing this for x86 or x86_64? Do you need the driver for x86 as well if you're on x86_64? (I only downloaded the x86_64 package).
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Tue Nov 22, 2005 1:17 pm    Post subject: Reply with quote

tabanus wrote:
Were you doing this for x86 or x86_64? Do you need the driver for x86 as well if you're on x86_64? (I only downloaded the x86_64 package).
It's just because you can't create digests unless you don't have all files listed in SRC_URI (that's why x86-fbsd was removed from nvidia-glx), but if don't have the x86 package, just remove it from SRC_URI on both ebuilds.
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Tue Nov 22, 2005 4:02 pm    Post subject: Reply with quote

Thanks...at last I managed to get it to install, but unfortunately it still doesn't work. I get an error saying unable to open device /dev/nvidia0. Xorg.0.log says:

Code:
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
(EE) NVIDIA(0):  *** Aborting ***


I suppose there's no way of knowing at this stage if it's me that's done something wrong, or it's a bug in the driver (or for that matter that nVidia are actually supporting the GeForce 6100 with this driver as it is still only a beta), or if I have a hardware problem.

Guess I'll have to wait. :(
Back to top
View user's profile Send private message
nxsty
Veteran
Veteran


Joined: 23 Jun 2004
Posts: 1556
Location: .se

PostPosted: Tue Nov 22, 2005 9:21 pm    Post subject: Reply with quote

tabanus wrote:
Thanks...at last I managed to get it to install, but unfortunately it still doesn't work. I get an error saying unable to open device /dev/nvidia0. Xorg.0.log says:

Code:
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
(EE) NVIDIA(0):  *** Aborting ***


I suppose there's no way of knowing at this stage if it's me that's done something wrong, or it's a bug in the driver (or for that matter that nVidia are actually supporting the GeForce 6100 with this driver as it is still only a beta), or if I have a hardware problem.

Guess I'll have to wait. :(


What's the output in dmesg?
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Tue Nov 22, 2005 10:19 pm    Post subject: Reply with quote

In dmesg I get:

Code:
NVRM: RmInitAdapter failed! (0x30:0xffffffff:849)
NVRM: rm_init_adapter(0) failed
NVRM: RmInitAdapter failed! (0x30:0xffffffff:849)
NVRM: rm_init_adapter(0) failed


Apparently, this is a known bug in this driver, as usual nvidia are saying it wll be fixed in the official driver release :roll:
Back to top
View user's profile Send private message
tabanus
l33t
l33t


Joined: 11 Jun 2004
Posts: 638
Location: UK

PostPosted: Wed Nov 23, 2005 4:47 pm    Post subject: Reply with quote

OK, got it sorted. For anyone else with the same problem, setting shared video memory in BIOS to 16MB allows it to work. :D
Back to top
View user's profile Send private message
FireBurn
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 170
Location: Edinburgh, UK

PostPosted: Wed Nov 23, 2005 10:34 pm    Post subject: Reply with quote

I have the driver installed and working.

Quake3 and Quake4 both work beautifully with it

However when ever I load Xine or Mplayer X freezes. I can't Ctrl-Atl-Fx to a command prompt

I have to ssh in to kill X simple killing Xine or Mplayer won't work
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Wed Nov 23, 2005 11:05 pm    Post subject: Reply with quote

FireBurn wrote:
However when ever I load Xine or Mplayer X freezes. I can't Ctrl-Atl-Fx to a command prompt

I have to ssh in to kill X simple killing Xine or Mplayer won't work
Have you tried another video output driver? (mplayer -vo help)
Back to top
View user's profile Send private message
lavacano
Apprentice
Apprentice


Joined: 29 May 2005
Posts: 190
Location: Poulsbo, WA

PostPosted: Thu Nov 24, 2005 1:43 am    Post subject: Reply with quote

yeah before I fell back on 7xxx (8xxx just too unstable because of issues like these) I use -vo xv but its b0rked, so I had to -vo x11
_________________
Sincerely,

Chadwick Ferguson
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Thu Nov 24, 2005 4:22 am    Post subject: Reply with quote

FireBurn wrote:
I have the driver installed and working.

Quake3 and Quake4 both work beautifully with it

However when ever I load Xine or Mplayer X freezes. I can't Ctrl-Atl-Fx to a command prompt

I have to ssh in to kill X simple killing Xine or Mplayer won't work


Does Quake4 get any faster/less choppy?
Back to top
View user's profile Send private message
FireBurn
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 170
Location: Edinburgh, UK

PostPosted: Thu Nov 24, 2005 7:15 pm    Post subject: Reply with quote

Yeah Quake4 plays better for me but I don't have any figures to back this up with
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Thu Nov 24, 2005 11:09 pm    Post subject: Reply with quote

hmmm maybe ill try it. Anyway whats the md5sum of yours? Heres mine

Code:

4618935416c8e38cb86375b5dc139617  NVIDIA-Linux-x86-1[1].0-8168-pkg1.run
f56bfb6ac43d024b36f793cfbd22909a  NVIDIA-Linux-x86_64-1[1].0-8168-pkg2.run
Back to top
View user's profile Send private message
deezid86
n00b
n00b


Joined: 21 Nov 2005
Posts: 49

PostPosted: Fri Nov 25, 2005 9:00 pm    Post subject: Reply with quote

I have to add that the new drivers are working very fine here with composite and renderaccel 8O


regards Dennis
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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