Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia 8178 and xorg 7.0, X doesn't start
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
glowworm
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2005
Posts: 85

PostPosted: Fri Dec 23, 2005 9:58 pm    Post subject: Reply with quote

Epyon wrote:
Replace this line in the ebuild:
Code:

local libdir=usr/${pkglibdir}

With this one:
Code:

local libdir=usr/X11R6/${pkglibdir}


I looked at the 8178 ebuilds before doing a --sync and the usr/${pkglibdir} was there. After doing the sync the syntax was usr/X11R6/${pkglibdir}

BUT... The ebuild version numbers havn't changed! Rather than being -r1 they are still original ;)

Took a forced "emerge nvidia-kernel nvidia-glx" (same version) to get things working.
Back to top
View user's profile Send private message
sirdilznik
l33t
l33t


Joined: 28 Apr 2005
Posts: 731

PostPosted: Fri Dec 23, 2005 10:02 pm    Post subject: Reply with quote

je_fro wrote:
by the way sirdilznik, love the avatar--> http://je-fro.homelinux.org/RRweb/gwar.html

Thanks!
good stuff. I just saw them earlier this year when they came to my neck of the woods. It was a bloody good time, I even got thrown out for crowd surfing(though they threw me out the back door, I just came back in through the front door :D ) I took pictures but they came out really crappy.
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Fri Dec 23, 2005 10:20 pm    Post subject: Reply with quote

Guys, I was away four hours and the problem is solved. Great community, great distribution. :D
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
johoe
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2005
Posts: 92

PostPosted: Sat Dec 24, 2005 12:16 am    Post subject: Reply with quote

On my system the files were copied to /usr/lib/xorg/modules. This is the new ModulePath from Xorg 7...

joho
Back to top
View user's profile Send private message
ejs76
Tux's lil' helper
Tux's lil' helper


Joined: 07 Feb 2004
Posts: 148

PostPosted: Sat Dec 24, 2005 12:58 pm    Post subject: Reply with quote

Hi guys,

I still have a problem.

After upgrading to 1.0-8178 I get a version missmatch when starting X.
I upgraded both nvidia-kernel and nvidia-glx ofcourse, followed by "eselect opengl set nvidia".
The errormessage states that my kernel module is still version 1.0.8174...

Any suggestions?

Thanks in advance.
_________________
~amd64
PhenomII x4 955 | MSI 790GX-G65 | ATI Radeon 5770 | 8GB DDR3 1333
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sat Dec 24, 2005 1:04 pm    Post subject: Reply with quote

Is your /usr/src/linux libk correct? And did you remove and modprobe again nvidia kernel module?
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
ejs76
Tux's lil' helper
Tux's lil' helper


Joined: 07 Feb 2004
Posts: 148

PostPosted: Sat Dec 24, 2005 1:21 pm    Post subject: Reply with quote

That was it!

I forgot to reload the kernelmodule.

Thanks a lot dgaffuri and,

MARRY CHRISTMAS TO ALL OF YOU!!!
_________________
~amd64
PhenomII x4 955 | MSI 790GX-G65 | ATI Radeon 5770 | 8GB DDR3 1333
Back to top
View user's profile Send private message
jstead1
Guru
Guru


Joined: 01 Aug 2003
Posts: 427
Location: Oswego, NY where the snow is deep

PostPosted: Sat Dec 24, 2005 4:10 pm    Post subject: Reply with quote

I just re-synced and re-emerged nvidia-kernel and nvidia-glx and all is well. (I removed and reloaded the nvidia module also, but I am not sure this was necessary, but it can't hurt.)

Apparently the ebuild is fixed.

Damn these guys are fast!
_________________
jim
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sat Dec 24, 2005 11:15 pm    Post subject: Reply with quote

jstead1 wrote:
(I removed and reloaded the nvidia module also, but I am not sure this was necessary, but it can't hurt.)

That's essential for the kernel module to take effect. Otherwise, you'll still be using the old kernel module.
Back to top
View user's profile Send private message
rakaur
n00b
n00b


Joined: 25 Oct 2004
Posts: 9
Location: St. Louis

PostPosted: Sun Dec 25, 2005 2:25 am    Post subject: Reply with quote

As it so happens I had upgraded my GCC version to 4.x to fix a problem with Python in the middle of all of this. After spending a few hours trying to follow all of the forums I finally get to this post and when I'm ready to modprobe it I get an "invalid module format" error. Took me a solid 20 minutes to figure out it was probably because the kernel had been compiled in 3.4.4 and the module had just been compiled in 4.0.2.

Dunno if this story helps anyone, but at least it's worth a laugh.
Back to top
View user's profile Send private message
dasalvagg
Apprentice
Apprentice


Joined: 26 Jun 2002
Posts: 183
Location: NY

PostPosted: Thu Dec 29, 2005 4:27 pm    Post subject: Reply with quote

I've followed the advice in this forum, and re-emerged nvidia-glx and nvidia-kernel and still cant get it to start. I manually coppied both of the missing files, and made sure that the lib directory was changed in the ebuild before emerging. I restarted X and get this error in the log.
Quote:
(II) LoadModule: "glx"
(II) Loading /usr/lib64/modules/extensions/libglx.so
dlopen: libGLcore.so.1: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib64/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)


I looked in my /usr/lib64/modules/extensions/ folder and found that libGLcore.so.1 isn't there, so I coppied it.
Code:
cp /var/tmp/portage/nvidia-glx-1.0.8178/work/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/lib/libGLcore.so.1.0.8178 /usr/lib64/modules/extensions/libGLcore.so.1         


I restart Xorg, and get the same error message. I recently(yesterday) reemerged xorg(before I found this thread) trying to resolve this problem. can anyone help?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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