LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-07-2003, 05:30 PM   #1
jstrick1
LQ Newbie
 
Registered: May 2003
Location: Jacksonville, AR
Distribution: Mandrake 9.1
Posts: 4

Rep: Reputation: 0
Random Lockups and Black Screens


Hi Folks:

I have finally made it through the install of Mandrake 9.1 without any errors. Now when I am using the computer (using KDE) I get random lockups and sometimes it will kick over to a black screen with the monitor LED flashing.
I have had somewhat similar problems in WIN XP pro, but not nearly as frequently.
I am running Mandrake 9.1, Athlon T-Bird 1GHz, ATI All-In-Wonder Radeon 7500. It seems to mostly do this after searches, or when using the menu bar.

Help if you can!
 
Old 05-07-2003, 05:56 PM   #2
iceman47
Senior Member
 
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123

Rep: Reputation: 47
Only thing I can think of is that the drivers for your ATI may be buggy. From what I hear driver support still isn't really bugfree.
Have you tried sending ATI a mail?
I don't think it's Mandrake's nor KDE's fault as you have probs in windoze too.
 
Old 05-07-2003, 05:58 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
AGP and AMD have some problems. See this article.

Essentially, pass mem=nopentium to the kernel via your bootloader. Perhaps this will clear it up. It stopped my freezeups.

I haven't had the black screen, though.
 
Old 05-07-2003, 06:05 PM   #4
jstrick1
LQ Newbie
 
Registered: May 2003
Location: Jacksonville, AR
Distribution: Mandrake 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
How?

How do I go about passing mem=nopentium to the kernel via my bootloader?
 
Old 05-07-2003, 06:13 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You can pass it manually on boot or put it in your bootloader configuration.

Mandrake uses LILO, I think. You will have to find your lilo.conf file, edit it and run /sbin/lilo IIRC.

See the LILO mini-HOWTO or type man lilo in an x terminal.
 
Old 05-07-2003, 06:14 PM   #6
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
for lilo
in /etc/lilo.conf
append="mem=nopentium"

for grub in
/boot/grub/grub.conf
 
Old 05-07-2003, 06:21 PM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Just checked my 'drake and it's etc/lilo.conf. Look fot the boot section and use the append statement. Here is an example of the section
Code:
image=/boot/vmlinuz
        label=linux
        root=/dev/hda7
        initrd=/boot/initrd.img
        append="quiet devfs=mount hdd=ide-scsi mem=nopentium "
        vga=788
        read-only
Then, after you save the file, command
Code:
[root@tinwhistle root]# /sbin/lilo
HTH
 
Old 05-07-2003, 06:30 PM   #8
jstrick1
LQ Newbie
 
Registered: May 2003
Location: Jacksonville, AR
Distribution: Mandrake 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
When I have Linux up i can go to the /etc, do I open the
lilo.conf file in a text editor?

If i do it from the bootloader (LILO) will i have to do it everytime or will it be a permanent fix?

Thanks for your help!

Last edited by jstrick1; 05-07-2003 at 06:32 PM.
 
Old 05-07-2003, 06:31 PM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Permanent
 
Old 05-09-2003, 03:13 PM   #10
jstrick1
LQ Newbie
 
Registered: May 2003
Location: Jacksonville, AR
Distribution: Mandrake 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
OK:
I reinstalled Mandrake 9.1. During the configuration I added the mem=nopentium to the LILO setup. Now a short time after it boots, the screen will lockup except for the mouse. I can move the mouse anywhere, but my clicks do nothing.
The only things I changed during this install was to add to the LILO config, and to add a few extra items to the install.
My video card appeared to be detected correctly, and i am using the default resolution and number of colors.
I am dual booting with Windows XP. I really like the experiences that I have had with Mandrake 9.1 so far except for these instability issues.
What should I do to fix this situation?
And what should I do when the computer locksup like that? (push reset?)
Help me if you can.

Remember that I am a complete newbie!
 
Old 05-09-2003, 05:48 PM   #11
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
I think something's wrong with your computer.
memory, motherboard, or video card. or maybe your
bios' settings should be more conservative, or maybe
you're overclocked too much.
 
  


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
random console and X lockups in slackware 10.1 medved80 Slackware 7 06-28-2005 03:23 PM
random lockups in suse-9.2. greythorne SUSE / openSUSE 1 05-18-2005 12:51 PM
Gentoo/Random lockups eno_on Linux - General 2 12-24-2004 09:11 AM
random system lockups mct543 Slackware 7 05-11-2004 07:10 PM
Strange random lockups ingy866 Debian 3 05-01-2004 01:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:29 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