LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   User Interface Fail - No Display (https://www.linuxquestions.org/questions/linux-newbie-8/user-interface-fail-no-display-924620/)

Cloud9 01-19-2012 09:38 AM

User Interface Fail - No Display
 
I could not get into the user interface as the settings on my server were set a few years ago. I am now in the CLI and I was wondering is there some file I can edit the display options so I will be able to see the user interface and use it??


........Thanks :)

jhwilliams 01-19-2012 09:44 AM

Follow your distro's instructions to install Gnome (or similar), and then start it.

For example on recent Ubuntu,

Code:

sudo aptitude install ubuntu-desktop
sudo service gdm restart

On Debian,
Code:

sudo aptitude install gnome-desktop-environment
sudo /etc/init.d/gdm restart

Etc.

Cloud9 01-19-2012 10:29 AM

Sorry, I'm a huge linux newb.. I am using a redhat system btw to set up as a linux server. Neither of the commands worked to bring up display options

TobiSGD 01-19-2012 10:42 AM

If you use a Red Hat system this may be a good time to call the support, that is why you are paying for it. Also, since you are trying to set up a server, are you sure you have a graphical interface installed? Usually servers don't run graphical environments.


All times are GMT -5. The time now is 07:43 PM.