no graphical interface after installation


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu no graphical interface after installation
# 1  
Old 04-09-2010
no graphical interface after installation

Hello everyone,

After installing Ubuntu 8.10 from DVD the Operating System boots into text mode. How do I get the graphical user environment to load.

The DVD includes a live/install that holds Intrepid Ibex (8.10)

Thanks in advance for the help,

Dirk
# 2  
Old 04-09-2010
Perhaps your graphics card is not supported?

What is your computer, what is your graphics card?

Do you have and indication of drivers for your graphics card e.g.
1. In /proc/driver, e.g. I see:
Code:
$ pwd
/proc/driver
$ ls -l nvidia
total 0
dr-xr-xr-x 2 root root 0 2010-04-09 22:25 cards
dr-xr-xr-x 2 root root 0 2010-04-09 22:25 patches
-r--r--r-- 1 root root 0 2010-04-09 22:25 registry
-r--r--r-- 1 root root 0 2010-04-09 22:25 version
dr-xr-xr-x 2 root root 0 2010-04-09 22:25 warnings
$

2. and in dmesg command output? e.g. I see in that:
Code:
[   27.809713] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   27.809720] nvidia 0000:01:00.0: setting latency timer to 64
[   27.809847] NVRM: loading NVIDIA UNIX x86 Kernel Module  185.18.36  Fri Aug 14 17:18:04 PDT 2009

3. and lsmod output? e.g. I see in that:
Code:
video                  19380  0 
output                  2780  1 video
intel_agp              27676  0 
agpgart                34988  2 nvidia,intel_agp


Does running:
Code:
lspci

list your graphics card?
e.g. in my case I see:
Code:
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)


Is Ubuntu running at run level 2?
[code]
$ who -r
run-level 2 2010-04-09 19:50
$


You have the graphical output selected, that is press the <ctrl> + <alt> + <F7> keys together as opposed to one of the command line interfaces (e.g. press the <ctrl> + <alt> + <F1> keys)?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Need a graphical interface on AIX server to create database

Hello, Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

2. Debian

Problem with graphical interface

Hi, i have problems with an installation of Debian i386 505 in a pc. The hardware it is a mother soyo with a chipset via. When i install the xorg, the installation it`s succesfull, but when i type startx, the pc don`t respond. I am from Argentina and my English it isn`t good. Sorry. (0 Replies)
Discussion started by: Kritar
0 Replies

3. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

4. Shell Programming and Scripting

How to build graphical interface using shell scripts and ncurses library ?

Hi, (please don't move this question, as it refers to graphical animation solution, using shell scripts and a number of known graphical objects and using of foreground and background process switch control shell scripts to get objects with refresh/ animation effect). I will provide you with... (0 Replies)
Discussion started by: jack2
0 Replies

5. BSD

Graphical interface programming in FreeBSD

Hi ! I have a question... how can I make a program with a graphical interface in C ? I googled a little bit to see how can I do it, but I realised that almost everything (Qt, KDE, etc) is using C++ for graphical programming. Is there any chance to programm a user interface in C ? If it is, please... (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

6. Linux

How change GRUB command line to graphical interface?

Hi, I am i new Unix linux user. I've installed the linux 9 and i uninstall it. the first time i install the linux, the GRUB show the graphical interface. But after i reinstall it again, the GRUB change to command line. I can't boot my comp now. What should I do? And i don't know how to deal with... (4 Replies)
Discussion started by: lee_chongeu
4 Replies

7. Shell Programming and Scripting

How to change the GRUB command line to graphical interface?

Hi, I am i new Unix linux user. I've installed the linux 9 and i uninstall it. the first time i install the linux, the GRUB show the graphical interface. But after i reinstall it again, the GRUB change to command line. I can't boot my comp now. What should I do? And i don't know how to deal with... (1 Reply)
Discussion started by: lee_chongeu
1 Replies

8. UNIX for Dummies Questions & Answers

Graphical Interface

While trying to install mandrake I click graphical install and the screen turns black ... why is it doing this? Here is what is going on ... I downloaded caldera, but i didn't know how to install it so I borrowed mandrake disks from a friend. I installed mandrake but in the middle there was... (11 Replies)
Discussion started by: OOnegative
11 Replies

9. UNIX for Advanced & Expert Users

graphical interface via remote login

I use telent or netterm to remotely login onto a linux sever, but I could only use the command-line interface. I want to know how can I use the graphical interface such as KDE or GNOME. Thanks a lot.:p (3 Replies)
Discussion started by: guanglei_li
3 Replies
Login or Register to Ask a Question