Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xscreensaver/nvidia crashes whole computer [SOLVED!]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ROJO
n00b
n00b


Joined: 30 Sep 2004
Posts: 13

PostPosted: Fri Oct 08, 2004 6:48 pm    Post subject: Reply with quote

soluzar wrote:

create the directory '/etc/portage' if it does not already exisit. Put this in a file called package.keywords, and you are done.


thanks! i'll try this after class today.
Back to top
View user's profile Send private message
synapscape
Apprentice
Apprentice


Joined: 07 Apr 2003
Posts: 234
Location: Germany

PostPosted: Fri Oct 08, 2004 7:32 pm    Post subject: Reply with quote

Nothing new to add from my side, yet still...

I'm still using kernel 2.4 (2.4.26-lck1) and i have tried the hints to reproduce the kernel oops in the above mentioned bug report. My kernel-settings are: Local APIC disabled, ACPI enabled, preemptiness (preemptivity?! Who knows or cares about spelling? :wink: ) enabled, AGPgart as a module and NOT loaded, all DRM stuff disabled.

Results of the glxgears-test:
My system hard-locked 4 times in a row (including reboots) when running glxgears for about 4 minutes and then quitting it with <ESC>. ACPI doesn't seem to have an impact on this. Even enabling/disabling local APIC didn't help. I tried several combos of kernel setting EXCLUDING touching preempt. glxgears was the first app i started on my system after login (ok, after starting konsole :wink: ). Nothing came to rescue, the oops'es are still there... :(

Everyone, please try the glxgears test in the bug-report! It should make sure that we are all experiencing the same error.

Sadly, i didn't have the time to
a) switch to kernel 2.6 to see if this issue is still there
b) disable preempt on my 2.4 kernel to see if it helps
because my very lovely girlfriend returned from a 3-weeks workshop and i have ... "other things" ... to play with which are far more interesting than my linux box... :twisted: :twisted:

Ahem, as it seems to be time to upgrade to kernel 2.6 OR to check my BIOS-settings for this "AGP-driving" thingie... I'll report back if my gf lets me find the time... :twisted:

Good Luck!
_________________
mad season forever
Back to top
View user's profile Send private message
synapscape
Apprentice
Apprentice


Joined: 07 Apr 2003
Posts: 234
Location: Germany

PostPosted: Fri Oct 08, 2004 7:52 pm    Post subject: Reply with quote

Ok, i don't have any option for this AGP-driving thingie in my BIOS, so i am forced to try kernel 2.6. As i can throw out my very ancient ISA-ISDN-board i have no other "obstacles" in my way to finally try kernel 2.6! Yay! :D

@don quixada:
Why you're afraid of switching to kernel 2.6? There some useful guides in these forums, so why not giving a try? :wink:

bye,
markus
_________________
mad season forever
Back to top
View user's profile Send private message
evilwilly
n00b
n00b


Joined: 24 Aug 2004
Posts: 24
Location: Marietta, Georgia, USA

PostPosted: Fri Oct 08, 2004 8:29 pm    Post subject: Reply with quote

Bad news.

I've tried all suggestions, except for the BIOS option since it's not available to me, and my card is still bombing. Now what?
Back to top
View user's profile Send private message
don quixada
l33t
l33t


Joined: 15 May 2003
Posts: 810

PostPosted: Fri Oct 08, 2004 10:20 pm    Post subject: Reply with quote

synapscape wrote:

Why you're afraid of switching to kernel 2.6? There some useful guides in these forums, so why not giving a try? :wink:


I've tried the guides the problem is that I get kernel panic as soon as I boot and I know of no way to troubleshoot. I haven't found a guide that explains how to autoconfigure my kernel either. I know there's genkernel. There's this genkernel guide:
http://www.gentoo.org/doc/en/genkernel.xml

But I don't know how to specify the kernel I want. (Doesn't it just use the latest stable kernel?)

I guess I look into it deeper, eh?

dq
Back to top
View user's profile Send private message
ROJO
n00b
n00b


Joined: 30 Sep 2004
Posts: 13

PostPosted: Sat Oct 09, 2004 1:42 am    Post subject: Reply with quote

so, I upragde to the 6111 drivers, and now everything seems to work! I can log out of X without it crashing, and it doesn't appear that opengl screensavers are causing a problem. thanks for all the help and suggestions. one thing though, with the new drivers, a lot of my fonts are now pretty big, including gaim, xchat, firefox address bar, etc. Is there some way to lower the default font size for these things? some things, like aterm however, have maintained the same font size. any clues?

edit: I'm using xorg and icewm btw.
Back to top
View user's profile Send private message
synapscape
Apprentice
Apprentice


Joined: 07 Apr 2003
Posts: 234
Location: Germany

PostPosted: Sat Oct 09, 2004 10:34 am    Post subject: Reply with quote

don quixada wrote:

I've tried the guides the problem is that I get kernel panic as soon as I boot and I know of no way to troubleshoot. I haven't found a guide that explains how to autoconfigure my kernel either. I know there's genkernel. There's this genkernel guide:
http://www.gentoo.org/doc/en/genkernel.xml

But I don't know how to specify the kernel I want. (Doesn't it just use the latest stable kernel?)


I haven't used genkernel yet, i always make my own kernels by hand. This isn't too hard anyway...

As far as i know, genkernel uses whatever kernel-sources it can find under /usr/src/linux. Remember that this directory is a symlink to the current sources you are using (e.g. /usr/src/linux-2.4.26-lck1, in my case). So all you have to do is to emerge the kernel-sources you want and make /usr/src/linux point to that dir. genkernel will then use this sources then.

About the kernel panic: Does the kernel boot at all (i.e. text appears), or does it bomb right from the start (no text visible)?

HTH,
Markus
_________________
mad season forever
Back to top
View user's profile Send private message
don quixada
l33t
l33t


Joined: 15 May 2003
Posts: 810

PostPosted: Sun Oct 10, 2004 4:06 am    Post subject: Reply with quote

OK, after a painstaking kernel configurating session I finally got a 2.6 kernel working. Well... sort of working. I can boot up and even get on the internet, but Xorg freezes right away, i.e. the keyboard and mouse lockup. My computer does not lockup though because I can SSH into it etc. The only thing I haven't tried is upgrading the nvidia-kernel to the latest. I will try that now. Otherwise I have no idea what to do...

dq

ps: an 'Xorg -configure' doesn't work.

q
Back to top
View user's profile Send private message
don quixada
l33t
l33t


Joined: 15 May 2003
Posts: 810

PostPosted: Sun Oct 10, 2004 8:14 pm    Post subject: Reply with quote

The followup is that I upgraded to 6111 and there is still the lockup happening. Still working on it; I'll try something different...

dq

EDIT: OK, I *finally* got a working 2.6 kernel! yay! Now, I will test if opengl freezes with nvidia...

q
Back to top
View user's profile Send private message
don quixada
l33t
l33t


Joined: 15 May 2003
Posts: 810

PostPosted: Mon Oct 11, 2004 6:50 pm    Post subject: Reply with quote

Alright, like other people in this thread, I was able the get the opengl stuff in xscreensaver working by installing the 2.6 kernel and upgrading to the latest nvidia drivers (6111). I ran xscreensaver overnight and in the morning it was still going. I even played Quake III and there were no freezes during or after quitting. I think we have this problem licked!

So, the conclusion is:

-If you're using the 2.4 kernel then don't use any nvidia drivers greater than 4496.

-If you are using the 2.6 kernel use the latest 6111 nivdia drivers.

The recommended solution is to use the 2.6 kernel and latest nvidia drivers. How do you do this? Well, configuring the kernel is outside the scope of this thread, but when you do configure it make sure you have nvidia riva support turned off:
Code:

CONFIG_FB_RIVA=n


there is a conflict if you do not.

Upgrading to the 6111 driver is simple. Just add:
Code:

=media-video/nvidia-glx-1.0.6111 ~x86
=media-video/nvidia-kernel-1.0.6111-r2 ~x86


to your /etc/portage/package.keywords file. Then do emerge -u as per usual.

Has anyone done these things and it's still freezing?

Thanks everone for your help!

dq
Back to top
View user's profile Send private message
ssbilly5
n00b
n00b


Joined: 01 Sep 2002
Posts: 46
Location: USA

PostPosted: Sun Oct 17, 2004 10:59 pm    Post subject: Reply with quote

Well, I was having this problem too using 2.6.8, 4k Stacks, and Xorg on nvidia. I think the problem was I also was using the vesa-tng frame buffer driver, so now I've switched back to just plain old vesa. So far it seems to work.

Anyways if anyone else has any lingering problems they might check for this too.


John
Back to top
View user's profile Send private message
chemical chris
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2004
Posts: 80
Location: l33ds (uk)

PostPosted: Fri Mar 04, 2005 5:57 pm    Post subject: Reply with quote

im having this problem on 2.6.10

xscreensaver restarts xorg

- isntalling the older drivers (obyously) dosent work
Back to top
View user's profile Send private message
chemical chris
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2004
Posts: 80
Location: l33ds (uk)

PostPosted: Sat Mar 05, 2005 3:25 pm    Post subject: Reply with quote

erm... scratch that.... ANYTHING GL restarts Xorg...

solution:

emerge nvidia-kernel and nvidia-glx with the -dlloader use flag set.
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, 3
Page 3 of 3

 
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