LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-18-2009, 02:48 AM   #1
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Rep: Reputation: 31
odd crashes under x


i think its because i used a coustom kernel that was not "make installed" then i installed the video driver with out passing the kernel source to it, so the video driver was grabbing the source of the older kernel.

the screen would flash green, and get several vertical lines, and bring the whole system down. im getting an idea that it is the video driver as before i installed the video driver it did not crash!

my kernel that i built is well tuned, and i would hate to have to build another so well. i can use x for say 10 minutes, and then it crashes with red and green lines.
 
Old 01-18-2009, 03:04 AM   #2
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Please describe in details:

1. How did you upgrade your kernel? Please list the commands you used.
2. What's your video card? Which driver are you using for it?
3. Did you do anything to your video driver AFTER kernel upgrade?

Your problem does not look like what you think. So let's start from the beginning.
 
Old 01-18-2009, 03:29 AM   #3
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Original Poster
Rep: Reputation: 31
tar -xzf *
cd *
make clean
make mrproper
make menuconfig
make modules
make modules_install
cp /arch/x86/boot/bzImage /boot/mykernel
vi lilo.conf
uggggg
sorry almost death rattled there haha

its a geforce 8500 gt

3 NO im using the nvidia closed source driver. i built my kernel and then installed the video driver.

now even my distro default kernel the driver breaks. i know the "nvidia-uninstall" command

the thing is that i had the same card, same motherboard working FINE a few days ago with a sempron processor. i drop in a quad core and now its running like trash. its messed up, i lost fps when i dropped a processor thats supposed to be 6.5 times as powerful in.
 
Old 01-18-2009, 03:41 AM   #4
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Original Poster
Rep: Reputation: 31
ill add that i have a 800 watt "nuke the whales" power supply, so its not a power issue.
 
Old 01-18-2009, 03:43 AM   #5
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
So what happens when you put the Sempron processor back in? Changing just a processor, without considering whether the rest of the system is capable of fully supporting it, particularly with such a big leap, could well cause you problems. e.g., when you changed processor, the motherboard bios might well have set your FSB to a much higher rate. Can your current ram cope with the new speed etc. Is the cooling adequate for the new speed......blah blah blah...

Just some things to think about
 
Old 01-18-2009, 03:55 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well, I guess you'll have to compile the nvidia driver again with the new kernel source, otherwise I'm surprised it even worked compiling it with the old kernel source. Next time you build a kernel, try to make a clean install of it.
 
Old 01-18-2009, 04:05 AM   #7
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Original Poster
Rep: Reputation: 31
yes the board is designed for phenom processors. what do you mean "clean install" like trash the previous kernel and replace it with my own?
 
Old 01-18-2009, 04:20 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Clean install, I mean, get rid of the old kernel source and replace it with the new, clean out the old kernel modules, delete the old kernel. I would keep however, maybe the huge.s kernel as a backup kernel in case your new kernel fails to boot, it has enough things built-in to not need any modules.
 
Old 01-18-2009, 04:36 AM   #9
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by ninja master View Post
i can use x for say 10 minutes, and then it crashes with red and green lines.
It could be a driver bug then. If there were something wrong with the kernel and installation, it wouldn't run at all. But you really don't give enough details. Are you using the experimental OpenGL 3.0 drivers for example? If so, switch to a stable one.

Last edited by Ilgar; 01-18-2009 at 04:37 AM.
 
Old 01-19-2009, 07:51 AM   #10
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Original Poster
Rep: Reputation: 31
i got my stability back after a format. i have an idea it was from a broken gnome install.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Odd problem zitstif Linux - Networking 2 08-17-2005 01:42 PM
Konqueror crashes, SuseWatcher crashes!!! bruno buys Linux - Newbie 9 10-07-2003 10:44 AM
Ok, this is odd... AlwaysConfused Linux - Hardware 11 09-01-2003 09:47 PM
Well, that was odd.... flapjackboy General 2 08-30-2003 03:34 PM
How very odd... Citizen Bleys Linux - Newbie 3 03-09-2001 06:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration