Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hello Guys, I added another user "guest" to my fedora 10. When I am in "guest" and want to switch user to my own "name" by clicking "switch user", my ...
  1. #1
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229

    Laptop Freezes When Switch User

    Hello Guys,

    I added another user "guest" to my fedora 10.

    When I am in "guest" and want to switch user to my own "name" by clicking "switch user", my laptop freezes and I have to restart the power button.

    This shows on the desktop localhost.local domain

    Thanks in advance for your usual support.


  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by nujinini View Post
    Hello Guys,

    I added another user "guest" to my fedora 10.

    When I am in "guest" and want to switch user to my own "name" by clicking "switch user", my laptop freezes and I have to restart the power button.

    This shows on the desktop localhost.local domain

    Thanks in advance for your usual support.

    What happens if you simply logout of the guest account, and then back in with your own? Does it freeze then?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Hello Rubberman,

    Using "ctrl+alt+backspace" to change user, I am not experiencing any freeze.

    Only when I use "Systems > Log Out" then it freezes. I tried it again and just got a black screen.

    Thanks.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Thanks for the clarification. So, to repeat back what you said (making sure I am clear on your situation), if you use the keyboard shortcut to switch user accounts (ctrl+alt+backspace) it works just fine, but if you try to either switch from the menu or by logging out and back in under your account, it freezes on you. Correct? If correct, does it freeze immediately, or does it display anything first?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by Rubberman View Post
    Thanks for the clarification. So, to repeat back what you said (making sure I am clear on your situation), if you use the keyboard shortcut to switch user accounts (ctrl+alt+backspace) it works just fine, but if you try to either switch from the menu or by logging out and back in under your account, it freezes on you. Correct? If correct, does it freeze immediately, or does it display anything first?
    Yes you got the first part correct man.

    When I click System > Log Out > Log Out = No Problem

    When I click System > Log Out > Switch User = It kinda boots for a while (like the screen kinda shuts down for a second) and the usual menu comes out for the users but this time NO USERS to choose from.. and it is also frozen.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.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

  7. #7
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    [root@localhost ~]# lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    [root@localhost ~]# grep -i driver /etc/X11/xorg.conf

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Create /etc/X11/xorg.conf file and type these contents :
    Code:
    Section "Device"
        Identifier  "Configured Video Card"
        Driver      "vesa"
    EndSection
    Save file and press Alt+Ctrl+Backspace to restart X Server.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by devils casper View Post
    Create /etc/X11/xorg.conf file and type these contents :
    Code:
    Section "Device"
        Identifier  "Configured Video Card"
        Driver      "vesa"
    EndSection
    Save file and press Alt+Ctrl+Backspace to restart X Server.
    Hi,

    Please forgive my ignorance. I am still new and I'm afraid I do not know yet how to
    "Create /etc/X11/xorg.conf file" as you instructed. I hope you can explain to me step by step, if it would not be to much to ask

    thanks )

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    nano /etc/X11/xorg.conf
    Above command will open nano editor.
    Type contents that I post earlier. Press Ctrl+X, Y and hit Enter key to save file. Linux is case sensitive. Note that X is Captial in X11.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 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
  •  
...