Results 1 to 8 of 8
hi im new to linux.....actually i have never used linux in my life.....this is my first try using ubuntu
i have installed it today
now when i log in with ...
- 03-19-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
cant login!!!!!!!
hi im new to linux.....actually i have never used linux in my life.....this is my first try using ubuntu
i have installed it today
now when i log in with my account i dont know what happens to the system it remains blank or black or with the ubuntu background
wat should i do.....except failsafe mode.....



please help i am very eager to use linux...........
- 03-19-2009 #2
Which Graphics Card do you have? Press Alt+Ctrl+F1 at login Screen. Does it switch to command line login prompt?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-20-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
i dont have any graphic card
the graphics of my pc are on-board of 64MB of P4 processor
& ya when i press Alt+Ctrl+F1 at login Screen it switshes to command line login..........wat do i do???
- 03-20-2009 #4
Which On-Board Graphics Card do you have?
Execute this in Command Line Mode :
Post output here.Code:sudo lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-20-2009 #5
Buddy, I guess you may have to edit your xorg.conf file. you may need to choose the lifesaver 'VESA' driver for your on-board graphics card and probably may also have to change the horizontal and vertical sync values of your monitor? do you have the monitor's manual with you?
Press Ctrl+Alt+F1 and once you are in the command prompt, login with your account. Then:
It will ask for password, give your account's password. Then,Code:sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
It will ask so many questions related to your keyboard type, your monitor etc. Don't worry most of the questions are self explanatory. There is a column to choose your graphics card driver. You better choose 'default VESA' option and you may have to give the horizontal and vertical sync rates for your monitor. Hope you have your monitor's manual. Be warned that we need to give correct values here. If we give higher values to sync rates, the monitor may toast.Code:sudo xorgconfig
You may read the FreeBSD's handbook regarding X11 before trying anything. X11 ConfigurationA candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076
- 03-20-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
hi devil i did wat u told me this is wat i got as output:::
for ---
and for the other code it said "NO SUCH FILE OR DIRECTORY"Code:sudo lspci | grep -i vga ----- 00:02.0 VGA Compatible Controller : Intel Corporation 82845G/GL[Brookdale-G]/GE chipset Integrated Graphics Device (rev 03)
- 03-20-2009 #7Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
- 03-20-2009 #8Its Capital X in X11.Code:
grep -i driver /etc/X11/xorg.conf
Anyways, Press Alt+F2 and type this
It will open xorg.conf file in Gedit.Code:gksu gedit /etc/X11/xorg.conf
Add Driver "vesa" in Video Device Section.
Save file and reboot machine.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
