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.
|
 |
04-28-2017, 04:51 AM
|
#1
|
LQ Newbie
Registered: Apr 2017
Distribution: I don't know yet -- maybe Ubuntu 17 04
Posts: 3
Rep: 
|
move to graphical desktop from terminal (DOS-like) display
On my Chromebook with Ubuntu newly added, how can I move to graphical desktop from terminal view?
|
|
|
04-28-2017, 05:00 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375
|
Did you install a graphical interface? Ubuntu usually comes with a GUI. Well you'll probably need to install xorg and a Desktop Manager. Well the following may get you there... but not got a ubuntu box at the second to test on.
Code:
sudo aptitude install xorg ubuntu-desktop
Worth a try. Once it is installed then you should just be able to reboot to get back to the GUI.
|
|
1 members found this post helpful.
|
04-28-2017, 08:57 AM
|
#3
|
LQ Newbie
Registered: Apr 2017
Distribution: I don't know yet -- maybe Ubuntu 17 04
Posts: 3
Original Poster
Rep: 
|
move from terminal to GUI in Chromebook with Ubuntu
Quote:
Originally Posted by r3sistance
Did you install a graphical interface? Ubuntu usually comes with a GUI. Well you'll probably need to install xorg and a Desktop Manager. Well the following may get you there... but not got a ubuntu box at the second to test on.
Code:
sudo aptitude install xorg ubuntu-desktop
Worth a try. Once it is installed then you should just be able to reboot to get back to the GUI.
|
Thanks for speedy reply. I entered your code, but the result was: "sudo: aptitude not found"
There must be a list somewhere of the different commands that sudo will find and execute.
|
|
|
04-28-2017, 09:24 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375
|
Mmm, try
Code:
sudo apt-get update
sudo apt-get install aptitude
if that doesn't work to install aptitude then it maybe that your machine isn't connecting to the internet.
|
|
|
04-28-2017, 07:01 PM
|
#5
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
You don't actually need to specifically install aptitude. You can use apt-get. To get the desktop up you can run from the terminal.
|
|
|
04-28-2017, 07:57 PM
|
#6
|
Senior Member
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375
|
that assumes that x is already installed tho, I am going by the assumption that it isn't.
|
|
|
04-28-2017, 09:50 PM
|
#7
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
I think Ubuntu usually installs the desktop.
|
|
|
04-29-2017, 12:52 AM
|
#8
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE & OS/2 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,609
|
Given this forum as context, I'd think it likely he has its default DE ubuntu-desktop installed, but it and his Chromebook are not playing nice together, which would be why he's in a terminal in the first place. 'sudo dpkg-query -l | grep dm' should report if there is a display manager installed. 'sudo ps -A | grep dm' should report if a display manager is supposedly running. Likely the move to be made is diagnose why he's at a terminal. 'sudo apt-get install aptitude inxi; inxi -c0 -v4' and knowing where his Ubuntu installation media came from would be a useful start. If inxi fails, at least show output from 'cat /etc/*lease' and 'lspci -nnk | grep -A4 VGA' so there's something for us to work from.
|
|
|
All times are GMT -5. The time now is 07:51 AM.
|
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
|
|