Results 1 to 10 of 15
Hello!.. I`m begginer with ubuntu.. I use ubuntu studio 9.10 in dual boot with windows 7.. I have installed some programs (audacious, audacity).. and after reboot, my login box doesn`t ...
- 05-01-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 8
Ubuntu Login Problem
Hello!.. I`m begginer with ubuntu.. I use ubuntu studio 9.10 in dual boot with windows 7.. I have installed some programs (audacious, audacity).. and after reboot, my login box doesn`t pop up.. All i see is the black cursor on the grey screen, nothing else.. I don`t know what to do to login, please help!
- 05-01-2010 #2
Hi and Welcome !
Which Graphics Card do you have?
Press Alt+Ctrl+F4 at blank screen. Does it switch to command line prompt?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-01-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 8
I have an nvidia 8600gt and yes, it does
- 05-01-2010 #4
Its a graphics card problem only. Did you install Nvidia Proprietary driver before reboot?
Press ALT+Ctrl+F4. Login there and execute this
Code:sudo service gdm stop Xorg -configure sudo service gdm start
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-01-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 8
I didn`t install any of the drivers before reboot
... I executed that code, but I`m afraid that the problem is still there
... Do you know what else it could be?
- 05-01-2010 #6
Try to create xorg.conf file manually.
If file is empty, add this codeCode:cd /etc/X11 sudo nano xorg.conf
Press Ctrl+X, Y and hit Enter key to save file and reboot machine.Code:Section "Device" Identifier "Configured Video Device" Option "RenderAccel" "true" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 50.0 VertRefresh 40-90 Option "UseEdidFreqs" "1" Option "ReducedBlanking" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection
In case it doesn't work, switch to command line mode and execute this
Post error message here, if any.Code:cd /etc/X11 sudo mv xorg.conf xorg.conf.bak sudo service gdm stop startx
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-02-2010 #7Just Joined!
- Join Date
- May 2010
- Posts
- 8
startx logs me in, bun it doesn`t make my login box appear.. and I encountered some errors.. it can't load: "OAFIID:GNOME_ClockApplet"; "OAFIID:GNOME_Panel_TrashApplet" and "OAFIID:GNOME_WindowListApplet".. what can I do about that?
- 05-02-2010 #8
Have you tried to create new xorg.conf file using contents posted in #6 ?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-02-2010 #9Just Joined!
- Join Date
- May 2010
- Posts
- 8
yes, but, after reboot, terminal poped up, so i used
.. and it logged me inCode:cd /etc/X11 sudo mv xorg.conf xorg.conf.bak sudo service gdm stop startx
- 05-02-2010 #10
Does Hardware Drivers option in System -- Administration give you option to install or Activate Nvidia Driver? Try to re-install Nvidia Driver.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote