LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 05-18-2015, 09:49 AM   #1
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Rep: Reputation: 15
Lost my GUI in Ubuntu 14.04 after video card change


Ten years on Linux and this has me stumped.
So I'm putting it in the Newbie thread.

I pulled an Nvidia card out of my box: I suspected a hardware failure with that.

The gear on the motherboard is Intel. An Intel driver is present, and it seems - judging from the logs - to be loading.

I commented out a lot of xorg.conf. There were things in there to help me get my resolution right.
Gone now, but I purged the Nvidia driver anyway.
( sudo apt-get remove --purge nvidia )

But I have no GUI.
The login screen appears as expected, mouse and keyboard work.
But when I log into the GUI I get only wallpaper, no menus nor bars nor buttons, nor anything on a right-click.

FWIW I had been using Metacity until now, rather than the latest Gnome desktop.

A CD-bootable Ubuntu still works fine in this box tonight: that makes me suppose I have eliminated any hardware problems.

Any tips would be gratefully accepted.

I think I have seen advice suggesting that a person should just delete lots of desktop config files in a situation such as this. But to me that seems wrong - or maybe hasty.

So I thought I'd ask first.

Many thanks for any help.

Last edited by spindles; 05-18-2015 at 09:50 AM. Reason: Spelling
 
Old 05-18-2015, 12:14 PM   #2
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Maybe removing the nVIDIA driver removed Gallium as well. Don't know off hand how to reinstall that.
 
Old 05-18-2015, 01:46 PM   #3
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Ihatewindows522 View Post
Maybe removing the nVIDIA driver removed Gallium as well. Don't know off hand how to reinstall that.
Thanks YouHateWindows.

I have never before heard of Gallium.
Is it a Gnome thing? I am new to Gnome.

At present I would be happy if I could fire up anything that even faintly resembles a desk-top GUI...
 
Old 05-18-2015, 02:07 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by spindles View Post
I have never before heard of Gallium.
Is it a Gnome thing? I am new to Gnome.
Hi...

No, It's software that helps with 3D acceleration. Please see here, as well.

Would you open a terminal and post the output of these two commands? I'm not sure if I can help with this but it might give myself and others more to work with...

Code:
lspci -nnk
Code:
lsmod
Thanks!

Last edited by ardvark71; 05-18-2015 at 02:09 PM. Reason: Correction.
 
Old 05-18-2015, 09:10 PM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Obviously if you installed the nvidia driver then you also created an xorg.conf file. Try renaming xorg.conf to xorg.conf.old.
 
Old 05-18-2015, 09:40 PM   #6
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ardvark71 View Post
Hi...

No, It's software that helps with 3D acceleration. Please see here, as well.

Would you open a terminal and post the output of these two commands? I'm not sure if I can help with this but it might give myself and others more to work with...

Code:
lspci -nnk
Code:
lsmod
Thanks!
It's just one thing after another: the keyboard layout is wrong. I can't find a pipe character to use on the command line. Output just scrolls away...

I'll look into that.
 
Old 05-18-2015, 09:44 PM   #7
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by EDDY1 View Post
Obviously if you installed the nvidia driver then you also created an xorg.conf file. Try renaming xorg.conf to xorg.conf.old.
Thanks Eddy.

Looks like the system already did something there.
There is no xorg.conf any more, only xorg.conf~ - and some back-ups, and the failsafe.
 
Old 05-18-2015, 09:54 PM   #8
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ardvark71 View Post
Hi...

No, It's software that helps with 3D acceleration. Please see here, as well.

Would you open a terminal and post the output of these two commands? I'm not sure if I can help with this but it might give myself and others more to work with...

Code:
lspci -nnk
Code:
lsmod
Thanks!
Still no pipe, but output I can see from lsmod includes i915, which I take to be the Intel driver.

I tried booting into the other desktop, Compiz, just in case the problems were only in the Metacity files. No luck there neither.
 
Old 05-19-2015, 02:01 AM   #9
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Original Poster
Rep: Reputation: 15
Update: not exactly solved, but I have a low resolution Metacity desktop going (after updating everything).

There's still a video problem but at least I can now look into it.

Thanks people.
 
Old 05-19-2015, 10:55 AM   #10
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by spindles View Post
Update: not exactly solved, but I have a low resolution Metacity desktop going (after updating everything).

There's still a video problem but at least I can now look into it.

Thanks people.
You're welcome, hope you can get it resolved.

Regards...
 
  


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
Changed Video card, no GUI? Jesgrew Linux - Hardware 3 09-04-2006 09:27 PM
GUI CD install/video card not recognizec Mogh Red Hat 0 01-14-2005 10:19 AM
no gui after video card install Lakota Mandriva 4 12-14-2004 07:39 PM
No gui after vid card change willo Linux - Newbie 1 03-29-2002 11:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 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