Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-08-2014, 09:18 AM
|
#1
|
LQ Newbie
Registered: Sep 2014
Posts: 8
Rep: 
|
Black Screen after Log-In on Linux mint 17 qiana cinnamon
Hello Everyone!
I have a Toshiba Sattalite M55 and sometimes get a black screen or freezing screen. I get the black screen after I log-in. When i get the black screen after log-in all I see is my mouse pointer. All I can do is restart the computer and then after 20sec the desktop is up again. This happens randomly. Then, if I don't get a black screen then my screen freezes for some reason. I checked for driver updates and nothing. Any ideas?
|
|
|
09-08-2014, 10:39 AM
|
#2
|
Member
Registered: Jun 2009
Location: México
Distribution: Suse, Debian based, CentOs
Posts: 48
Rep:
|
Hi Moisesrntr,
I've found a similar behavior on login and unlocking the screen and it was due a faulty HDD, but the symptom is kind of ambigous so I'll suggest the follwing:
1. Nex time you boot the Mint Box press [ESC] when you get the splash window, this will show you the boot process and you may found a clue about the problem
2. Digg into /var/log/messages and dmesg command (though is kind of the same as point 1)
Question, is this a fresh install or a system that was running an got updated?
It happend to me on a modified Ubuntu version, when I upgraded from 11 to 12 or somthing like that I got a lot of problems whit KDE and some login scripts
|
|
|
09-08-2014, 10:51 AM
|
#3
|
LQ Newbie
Registered: Sep 2014
Posts: 8
Original Poster
Rep: 
|
Thanks for your help and reply Spatior
It's a fresh install not an update.
I'm still new to Linux so bare with me, but what is the splash window? and where can I see /var/log/messages and dmesg command?
|
|
|
09-08-2014, 11:42 AM
|
#4
|
Member
Registered: Jun 2009
Location: México
Distribution: Suse, Debian based, CentOs
Posts: 48
Rep:
|
Hi again, and welcome to Linux
Splash window is the image that comes up at boot time, where you see the Mint logo ( http://www.linuxmint.com/tmp/clem/co...als/37/bad.png )
Now, to check the logs you may need some time:
- Access one terminal emulator (i think is the Gnome terminal) and cd to /var/log/
- Use a tex editor to open the file (I prefer Vi but is up to you)
- go to the end of the file and from there start scrolling up
Dmesg is just a command that you issue from the terminal, see below
Code:
##On a terminal
cd /var/log/
vi -R messages
## Inside VI
##Shift+G will take you to the bottom, then use the arrows to navigate up
##When you are done type :q + [ENTER]
Code:
##To check the dmesg output, type the following on a terminal
dmesg | less
##Use the arrows to navigate the output
##When done press [CTRL] + C
|
|
|
09-08-2014, 12:04 PM
|
#5
|
LQ Newbie
Registered: Sep 2014
Posts: 8
Original Poster
Rep: 
|
I tried following your instructions and I'm not sure what i'm doing. I have to use the Terminal correct?
|
|
|
09-08-2014, 12:16 PM
|
#6
|
Member
Registered: Jun 2009
Location: México
Distribution: Suse, Debian based, CentOs
Posts: 48
Rep:
|
Hi,
Yes this is all from the terminal.
On the Code snippets I posted earlier, everything that begins with a ## is a comment and the other lines are the actual commands that you want to type on the terminal window
|
|
|
09-08-2014, 12:40 PM
|
#7
|
LQ Newbie
Registered: Sep 2014
Posts: 8
Original Poster
Rep: 
|
Hi, not getting anything on the first command. I installed VIM or VI but doesn't come up when I enter cd /var/log/
vi -R messages, this all I get
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"messages" [New File] 0,0-1 All
|
|
|
09-08-2014, 12:43 PM
|
#8
|
LQ Newbie
Registered: Sep 2014
Posts: 8
Original Poster
Rep: 
|
And the other command is to log to post
|
|
|
09-08-2014, 01:06 PM
|
#9
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,418
|
If by the first command you mean "cd /var/log", there would be no output. That is simply to change to the directory which contains message files. After changing to that directory run this command to see if you have any files named messages:
You should be able to open them to read with a text editor or with vi/vim: vi messages
|
|
|
All times are GMT -5. The time now is 07:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|