Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: login & password problem

  1. #1
    Join Date
    Mar 2010
    Beans
    12

    login & password problem

    After trialling ubuntu 10.10 from a USB drive I installed it onto my hard drive. When I power up I am now asked for Login and then a password. I set a password during the installation, but not a login. No matter what I try I cant get in. I get the same when using the Windows option. I can now only use the computer (Tosihba equium) from the usb. How do I get rid of the login and password.

    Craig

  2. #2
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: login & password problem

    The password you setup during installation is the same that is needed to log in.

    I get the same when using the Windows option.
    What does that mean? I couldn't understand.

    You mean the password you setup during the installation is not being accepted at the login screen? If yes, you can reset it.

    http://www.psychocats.net/ubuntu/resetpassword

  3. #3
    Join Date
    Mar 2010
    Beans
    12

    Red face Re: login & password problem

    Thanks for that - password problem sorted.
    Now I am left with a screen of text and a command prompt. There is no ubuntu graphic.

  4. #4
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: login & password problem

    How did you solve the password problem?

    Regarding the graphics issue, which graphics card is there and were any drivers installed? We need to see the output of these commands.

    Code:
    lspci | grep VGA
    Code:
    glxifo | grep vendor
    Code:
    cat /etc/X11/xorg.conf
    Note capital 'X' for X11.

  5. #5
    Join Date
    Mar 2010
    Beans
    12

    Re: login & password problem

    I fixed the password problem with the help of the link included in your first reply.

    I entered the commands on your second reply, but I cant enter the vertical character in the first two. The last command returns a not recognised. When I boot off the USB everything works well.

    I dont know which graphics card the toshiba equium has and I don't know which drivers were loaded.

  6. #6
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: login & password problem

    No problem. Check if your home directory is there. This command should return the same folder name as your user name.

    Code:
    ls /home
    If yes, try reconfiguring your graphics and reboot.

    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    Code:
    sudo shutdown -r now
    If it still doesn't take you to the desktop, we need to know about hardware specs of the machine in question. Specially RAM, processor and graphics card.

    On my keyboard, vertical character '|' is on the same button as backslash. Shift + \ = |

  7. #7
    Join Date
    Mar 2010
    Beans
    12

    Re: login & password problem

    entered ls /home and it returns my user name

    entered your first sudo command and it returns dpkg : confliting actions -e and -r
    entered your 2nd sudo command and it returns : invalid option -0

    my processor is a intel pentium M processor 1.6 GHz
    1Gb ram
    display adapter mobile intel 915GH/GMS, 910GML express chip set

    everything works well off the USB and I installed from the usb.

  8. #8
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: login & password problem

    dpkg : confliting actions -e and -r
    Make sure the command is typed as is here. No spaces, no capital characters.

    Else, everything seems fine.

  9. #9
    Join Date
    Mar 2010
    Beans
    12

    Re: login & password problem

    Okay - ran those two commands and they were accepted, but things are just the same and I end up with a command prompt and not the graphic display

  10. #10
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: login & password problem

    Try to start the gui this way.

    Code:
    sudo service gdm stop
    Code:
    sudo service gdm start
    Or,

    Code:
    startx
    Please post any errors reported there.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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