LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-21-2023, 12:25 PM   #31
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342

I looked at your inxi output.

You should have mentioned that that thing is over 15 years old, as the diagnoses would have taken that into account. You have the AMD RV670 Northbridge, incorporating one of the poorest graphics efforts in the 21st century. AMD were just starting to play catch-up in 2007. I had the RS690M Northbridge, and that box gave up the ghost in 2015. But the graphics always ran behind the sound if you used fullscreen on the 1280×800 screen.
 
Old 02-21-2023, 12:26 PM   #32
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,763

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
Quote:
Originally Posted by TooTall View Post
Thanks for the info mrmazda, I went back and edited my captures. Hope that is better now.

Once I get the new RAM I am thinking that SWAP can be left at the size it is since I should have more than enough RAM (4G) to run smoothly.
You need swap. the size of the swap is not critical if you have enough memory and do not intend to use hibernate. If you intend to hibernate then you need enough swap for that function, and it is based upon how much memory you have (more memory requires more swap, not less). If you intend to run large applications, applications to gulp memory in huge chunks and not give it back (looking at YOU java!), or run many applications at one it can take more (sometimes a LOT more) memory and throw more at swap so you need more.

I cannot guess how much of that describes you or how well. If you are returning your machine to the amount of memory it had before, and the swap was enough before, it should be enough going forward. If that changes, if you go to hibernate and it tells you "NO", then you will know what you need to do to fix that.
 
Old 02-22-2023, 10:33 AM   #33
TooTall
Member
 
Registered: Feb 2007
Location: Winnipeg, MB CAN
Distribution: LMDE, Ubuntu, Mint
Posts: 57

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by business_kid View Post
I looked at your inxi output.

You should have mentioned that that thing is over 15 years old, as the diagnoses would have taken that into account. You have the AMD RV670 Northbridge, incorporating one of the poorest graphics efforts in the 21st century. AMD were just starting to play catch-up in 2007. I had the RS690M Northbridge, and that box gave up the ghost in 2015. But the graphics always ran behind the sound if you used fullscreen on the 1280×800 screen.
It has worked fine to date. Currently I'm using a separate graphics card I had before with the motherboard and it worked fine no lagging. As long as it works I'm fine. Thanks for your help.
 
Old 02-22-2023, 10:37 AM   #34
TooTall
Member
 
Registered: Feb 2007
Location: Winnipeg, MB CAN
Distribution: LMDE, Ubuntu, Mint
Posts: 57

Original Poster
Rep: Reputation: 8
I'm going to go with 4 Gbs of RAM. I read up a little on increasing SWAP after-the-fact and sounds a little daunting. I don't use hibernate at all usually use the machine then turn it off after. I think one of the RAM cards had a bad cell or something similar to a vehicle battery and it caused this freezing issue. I've been trying it on 1 Gb of RAM and it is taxing at times but works. Thanks for your input. I'll report back once the new RAM is installed and tested.
 
Old 02-22-2023, 12:10 PM   #35
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
I'd check the ram is seating properly in it's sockets, and is clean. There is memtest86 which tests ram and is an option on many install dvds.

Making swap space is easy. if you have a few GB of space on /
  1. touch /swap
  2. sudo dd if=/dev/zero of=/swap bs=1M count=2048
  3. sudo mkswap /swap
  4. sudo swapon /swap
Then add a line to /etc/fstab somewhere after the / entry
Code:
/swap    none    swap   defaults  0    0
Of course, running from swap slows things down, but you survive.
 
Old 02-23-2023, 12:42 PM   #36
TooTall
Member
 
Registered: Feb 2007
Location: Winnipeg, MB CAN
Distribution: LMDE, Ubuntu, Mint
Posts: 57

Original Poster
Rep: Reputation: 8
I installed 4 GB of RAM today and the computer appears to be running fine no freezes no beeps. I haven't adjusted RAM as yet using the 1 GB the system assigned when I installed LMDE 5 with only 1 GB RAM installed in the machine. So after all this, it was the RAM. One of the modules must of had a bad sector similar to when a cell goes bad in a car battery and the battery doesn't work, same with the RAM. This is what I figure since all is good now...so far. I just have to see if I can increase the SWAP size without causing another issue. Thanks to everyone that provided assistance suggestions, greatly appreciated. In the end this computer now has a "newer" PSU, SSD hard drive, a separate graphics card and now new and more RAM. Hopefully should be good for a few more years.
 
Old 02-23-2023, 01:40 PM   #37
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,877
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
Increasing swap is not necessary unless you need to be able to hibernate, in which case swap size needs to be ≥RAM size.

The more RAM you have installed, the more RAM Linux will utilize as disk cache, so don't be confused by why usage seems higher now that you have more .
 
  


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
LXer: Total War Saga: Thrones of Britannia to be on Linux "one to two months" after the Windows release LXer Syndicated Linux News 0 05-01-2018 06:33 PM
logrotate compress files after 7 days and keep them for two months. mariogarcia Ubuntu 4 12-13-2013 08:29 AM
LXer: The Kindle Fire After Two Months LXer Syndicated Linux News 0 02-13-2012 03:50 PM
All right, after a few months of using Slackware 13, I've decided it's not that great boler Slackware 52 02-24-2010 06:46 AM
Many complications after crashing first install and crashing and reinstalling several dong Linux - Newbie 1 10-06-2008 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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