Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    8

    Smile 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!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    8
    I have an nvidia 8600gt and yes, it does

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  5. #5
    Just 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?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to create xorg.conf file manually.
    Code:
    cd /etc/X11
    sudo nano xorg.conf
    If file is empty, add this code
    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
    Press Ctrl+X, Y and hit Enter key to save file and reboot machine.

    In case it doesn't work, switch to command line mode and execute this
    Code:
    cd /etc/X11
    sudo mv xorg.conf xorg.conf.bak
    sudo service gdm stop
    startx
    Post 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

  7. #7
    Just 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?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  9. #9
    Just Joined!
    Join Date
    May 2010
    Posts
    8
    yes, but, after reboot, terminal poped up, so i used
    Code:
    cd /etc/X11
    sudo mv xorg.conf xorg.conf.bak
    sudo service gdm stop
    startx
    .. and it logged me in

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...