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 ...
- 04-28-2009 #1
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.
- 04-28-2009 #2
- 04-28-2009 #3
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.
- 04-28-2009 #4Linux Guru
- 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!
- 04-28-2009 #5
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.
- 04-28-2009 #6
Execute this
Post output here.Code:su - lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-28-2009 #7
- 04-28-2009 #8
Create /etc/X11/xorg.conf file and type these contents :
Save file and press Alt+Ctrl+Backspace to restart X Server.Code:Section "Device" Identifier "Configured Video Card" Driver "vesa" EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-28-2009 #9
- 04-28-2009 #10
Execute this
Above command will open nano editor.Code:su - nano /etc/X11/xorg.conf
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


Reply With Quote
