06-11-2014, 06:53 PM
Hard to say what the problem might be without knowing details of your computer.
What model computer are you using?
Do you know how old it is?
Open a terminal and post back the output from following commands:
Shows CPU information
Shows graphics card information
Shows information on how much memory and sway you have
What model computer are you using?
Do you know how old it is?
Open a terminal and post back the output from following commands:
Shows CPU information
Code:
sudo lshw -class cpu
Shows graphics card information
Code:
sudo lshw -class display
Shows information on how much memory and sway you have
Code:
free -h
Try Linux Beginner Search Engine for answers to Linux questions.