Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
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 ...
  1. #1
    Just 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.
    Thanks
    Last edited by Takkies; 09-10-2009 at 09:31 AM. Reason: Wrong title

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    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.
    Wrong Graphics Card driver causes this problem in most cases. Execute this code in Terminal :
    Code:
    su -
    /sbin/lspci | grep - i vga
    grep -i driver /etc/X11/xrog.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    12
    Quote Originally Posted by devils casper View Post
    Hi and Welcome !


    Wrong Graphics Card driver causes this problem in most cases. Execute this code in Terminal :
    Code:
    su -
    /sbin/lspci | grep - i vga
    grep -i driver /etc/X11/xrog.conf
    Post output here.
    I did what you said and this is the outcome of it:
    # /sbin/lspci | grep - i vga
    grep: i: No such file or directory
    grep: vga: No such file or directory

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    No space between the "- i", it should be
    lspci |grep -i vga
    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.

  5. #5
    Just Joined!
    Join Date
    Sep 2009
    Posts
    12
    Quote Originally Posted by MikeTbob View Post
    No space between the "- i", it should be
    lspci |grep -i vga
    Do you mean like this?, Then i get this:

    # /sbin/lspci |grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
    You have new mail in /var/spool/mail/root

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.

  7. #7
    Just Joined!
    Join Date
    Sep 2009
    Posts
    12
    Quote Originally Posted by MikeTbob View Post
    Ok, very good. Now insert the other command and paste the results please.
    Code:
    grep -i driver /etc/X11/xorg.conf
    Ok, here we go.

    Code:
    # grep -i driver /etc/X11/xorg.conf
    	Driver "vesa"

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.
    Code:
    nano /etc/X11/xorg.conf
    This will open the file in a text editor,,, scroll down and change the "Vesa" to "Intel" without the quotes.
    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.

  9. #9
    Just Joined!
    Join Date
    Sep 2009
    Posts
    12
    Quote Originally Posted by MikeTbob View Post
    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.
    Code:
    nano /etc/X11/xorg.conf
    This will open the file in a text editor,,, scroll down and change the "Vesa" to "Intel" without the quotes.
    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.
    It is still the same i am afraid. I checked that xorg.conf file had changed but no change on the sluggishness. Now what do i do?

  10. #10
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    You are sure the change took place? Use the above command to check.
    Code:
    grep -i driver /etc/X11/xorg.conf
    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:
    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.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...