LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 07-30-2014, 11:21 PM   #1
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Rep: Reputation: Disabled
Black screen w/cursor after login, Cinnamon desktop


I recently (about two weeks ago) installed Linux Mint 17 (32 bit) on an old Dell Inspiron E1405, and it's worked without issue (except some errors with my Broadcom WiFi card, but that's to be expected).

The thing is that I closed my laptop last night (it wasn't bugging out, I was just going to bed) and about maybe two hours ago, I opened the laptop to use GIMP. I hadn't shut the laptop down, and the clock screen showed up normally. However, after mouse movement, the login box didn't appear. I waited maybe ten minutes, but nothing loaded so I shut down the laptop.

It worked normally on reboot up until the login screen. I logged in as usual and the screen that was supposed to be my desktop was simply a black screen with a movable cursor.

After pressing Ctrl + Alt + Fx, it took me to terminal. I logged in fine and tried several commands to no avail, including:

Code:
startx
The result being the black screen again.

Code:
mdm-recovery
That took me to the black screen as well.

I tried installing the gnome desktop but there was an error message in terminal, so no luck there.

Any suggestions? I would much rather not have to reinstall. That would involve more Broadcom issues.
 
Old 07-30-2014, 11:48 PM   #2
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
A bit of a long shot, but what if you create a new user (just to test) and login to that account. Does the desktop appear for that new user? sometimes it's just a question of some config file someplace getting corrupted, and it hangs things up, so start with a fresh user and see if things work. If so, you know that you can fix your actual user's account by combing through some ~/.config files.
 
1 members found this post helpful.
Old 07-31-2014, 12:00 AM   #3
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
Ah, no. Same issue with a new user.
 
Old 07-31-2014, 05:39 AM   #4
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
OK, how about installing something really really simple, like fluxbox? if X can't render cinnamon for ..some reason.. maybe it can do fluxbox.

If that fails, then it has to be an issue with Xorg... although I'm not sure what yet.
What does /var/log/Xorg.0.log say?
 
Old 07-31-2014, 02:45 PM   #5
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
maestoso-MXC053 maestoso # chmod u+x /var/log/Xorg.0.log
maestoso-MXC053 maestoso # /var/log/Xorg.0.log
bash: /var/log/Xorg.0.log: Text file busy
maestoso-MXC053 maestoso # sudo /var/log/Xorg.0.log
sudo: unable to execute /var/log/Xorg.0.log: Text file busy
 
Old 07-31-2014, 03:00 PM   #6
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
Sorry I meant for you to cat Xorg log:

Code:
cat /var/log/Xorg.0.log
 
Old 07-31-2014, 03:07 PM   #7
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
Should I just post the last line? If so,

Code:
[   105.996] (II) AIGLX: Suspending AIGLX clients for VT switch
Most of the lines aren't visible.
 
Old 07-31-2014, 03:11 PM   #8
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
What I can see:

http://i.imgur.com/vAJle3h.jpg
 
Old 07-31-2014, 03:17 PM   #9
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Ctrl-Alt-f6?
 
Old 07-31-2014, 03:20 PM   #10
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
Ctrl + Alt + F(1-6) takes me to a terminal. F7 takes me to the black cursor screen and the rest do nothing.
 
Old 07-31-2014, 03:47 PM   #11
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
That line:

[ 105.996] (II) AIGLX: Suspending AIGLX clients for VT switch

Does suggest that perhaps there is an issue with the video driver, because AIGLX is the open source AMD driver.

Can you try to reinstall the GPU driver? It will probably tell you that it is already installed, so force a re-install. A general system update might help, too, just in case your kernel and GPU drivers are out of sync.

You might also try deleting .Xauthority, .xinitrc, and other .X* files from your user directory.
 
Old 07-31-2014, 08:43 PM   #12
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
My WiFi isn't working on the laptop again. Well great.

So how exactly would I reinstall the GPU? Haven't found anything useful on Google.
 
Old 07-31-2014, 08:51 PM   #13
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
sudo aptitude purge xserver-xorg-video-radeon
sudo aptitude install xserver-xorg-video-radeon
 
Old 07-31-2014, 09:03 PM   #14
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
Well shoot.

Back at square one here.

It can't get the necessary files from the ftp site because of the lack of working WiFi. So I can't reinstall.
 
Old 07-31-2014, 09:20 PM   #15
yusaki-chan
LQ Newbie
 
Registered: Jul 2014
Location: OH, United States
Distribution: Zorin OS
Posts: 28

Original Poster
Rep: Reputation: Disabled
http://imgur.com/9VHWos5
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem booting 11.10, black screen and blinking cursor after login raven1978 Ubuntu 19 06-07-2012 06:09 PM
Acer A0A 110 has a black screen during boot up along with a black cursor sw3etpinay Linux - Newbie 23 12-29-2010 11:05 AM
black screen with only mouse cursor fafs Linux - Newbie 3 12-14-2009 09:31 AM
Xubuntu 7.10 Booting Black Screen after splash instead of desktop login page jstyles40 Ubuntu 3 02-09-2008 03:11 PM
Black screen and X cursor Brian8568 Linux - Software 3 07-27-2006 07:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 02:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration