Results 1 to 10 of 16
Hi
In my dell Inspiron 15 laptop, which came with vista os, I am trying to install Ubantu .
But after selecting language, nothing is appearing on the screen, it ...
- 04-25-2009 #1Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Ubuntu Installation
Hi
In my dell Inspiron 15 laptop, which came with vista os, I am trying to install Ubantu .
But after selecting language, nothing is appearing on the screen, it just the wared saffron desktop.
I am unable to install it.
I have Mobile Intel (R) 4 series Express Chip set graphics card.
Is this problem is related to graphics card?
Should i try other flavor?
- 04-25-2009 #2
Its a Graphics Card problem only. Have you tried to install in Text Mode? Its easy to fix Graphics Problem after installation.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-27-2009 #3Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Hi
Thanks for reply.
I have not tried to install it in text mode. I will try it today.
What kind of setting do i need to do after installation in text mode?
- 04-27-2009 #4
You have to configure Graphics card only. Thats very easy. First of all, install Linux in Text Mode. Installer configure Graphics Card itself most of the time. In case it doesn't, execute startx command and post exact error message here, if any.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-29-2009 #5Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Hi
Yesterday i install ubuntu in text mode. And it has got installed succesfully.
But, Again the display is the same weared safron desktop. And i am not abale to see anything on it.
I tryed it on VMWare also. In VMWare it is working perfectly fine.
But i don't want VMWare but a stand alone linux on my system.
Please tell how can i solve this probleam.
Since the installation is done sussesfully.
- 04-29-2009 #6
Boot up Ubuntu and press Alt+Ctrl+F2. It will switch to command Line. Execute this
Post output here.Code:sudo lspci | grep -i vga
Press Alt+Ctrl+F7 to switch back to GUI.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-02-2009 #7Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
HI
I followed what u say.
Now i am able to work in command prompt.
But after returning in GUI by pressing Alt+ctrl+F7, still i am not able to see it clearly (Means nothing is visible their).
This is what i get when i enter the "sudo lspci | grep -i vga" command ---- >
" 00:02.0 VGA compatible controller : Intel Corporation Contiga Integratated Graphics controller (rev 07)"
Is it possible to solve this problem ?
I have one more thing to ask.
On command prompt i write a c program and try to execute by gcc. But it is showing error "Can't find stdio.h". How to resolve this problem?
With command "locate stdio.h" also i don't find that library.
- 05-02-2009 #8
Press Alt+Ctrl+F2 and execute this
Add Driver "vesa" in Video Card Section.Code:sudo nano /etc/X11/xorg.conf
Press Ctrl+X, Y and hit Enter key to save file.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
Press Alt+Ctrl+F7 and reboot machine.
Have you installed build-essential package?I have one more thing to ask.
On command prompt i write a c program and try to execute by gcc. But it is showing error "Can't find stdio.h". How to resolve this problem?
With command "locate stdio.h" also i don't find that library.
Code:sudo apt-get update sudo apt-get install build-essential
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-02-2009 #9Just Joined!
- Join Date
- May 2009
- Posts
- 3
Hi,
The Ubuntu standard installation is the GraphicalInstall
To install Ubuntu, you will need compatible hardware and an installation CD. The following guides will help you with these steps.
1.Check if your hardware works with Ubuntu and meets the minimum system requirements. (see SupportedArchitectures, HardwareSupport and Installation/SystemRequirements)
2.Obtain an installation CD. (see GettingUbuntu)
3.If you downloaded a CD image, burn it to a CD (see BurningIsoHowto) and check to make sure it was burned correctly. (see Installation/CDIntegrityCheck)
4.Install Ubuntu by booting from the installation CD. (see GraphicalInstall)
- 05-04-2009 #10Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Hi
I try to open the file "/etc/X11/xorg.conf" but i found their is no X11 directory itself in etc direcory.
Do i need to download the directory or what can be done?


Reply With Quote