Results 1 to 10 of 22
Hi all, I'm fairly new to the whole linux thing. I have installed Fedora 11 on my machine and my motherboard decided to stuff out, so i just put my ...
- 09-10-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
Slow and sluggish pc
Hi all, I'm fairly new to the whole linux thing. I have installed Fedora 11 on my machine and my motherboard decided to stuff out, so i just put my hard drive into another pc, the old pc was amd and the one i'm using now is intel. So now i'm struggling to get my pc to run smoothly as it is very slow and sluggish. Can anyone please assist me to fix this problem.
ThanksLast edited by Takkies; 09-10-2009 at 09:31 AM. Reason: Wrong title
- 09-10-2009 #2
Hi and Welcome !
Wrong Graphics Card driver causes this problem in most cases. Execute this code in Terminal :the one i'm using now is intel. So now i'm struggling to get my pc to run smoothly as it is very slow and sluggish.
Post output here.Code:su - /sbin/lspci | grep - i vga grep -i driver /etc/X11/xrog.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-10-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
- 09-10-2009 #4
No space between the "- i", it should be
lspci |grep -i vgaI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-10-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
- 09-10-2009 #6
Ok, very good. Now insert the other command and paste the results please.
Code:grep -i driver /etc/X11/xorg.conf
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-10-2009 #7Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
- 09-10-2009 #8
Ok, you are using the Vesa driver, nothing wrong with that but it isn't optimal for your system. Try these commands and lets see if we can fix this quickly.
Log in as root to a terminal window.
This will open the file in a text editor,,, scroll down and change the "Vesa" to "Intel" without the quotes.Code:nano /etc/X11/xorg.conf
Ctrl X to quit, Y to save, and press enter. Now log out of the Desktop and log back in, everything should be golden now.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-10-2009 #9Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
- 09-10-2009 #10
You are sure the change took place? Use the above command to check.
You said you had an AMD and switched to Intel, it might be a kernel problem.Which kernel is being used? Please issue this command to find out.Code:grep -i driver /etc/X11/xorg.conf
Code:uname -a
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
