Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I'm using SuSe SLED 10. After a restart, everytime I boot up i'm in the command line. I've tried startx and done a lot of googling looking for solutions. Any ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    7

    can't boot into gui

    I'm using SuSe SLED 10. After a restart, everytime I boot up i'm in the command line. I've tried startx and done a lot of googling looking for solutions. Any idea what to do?

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    If running startx doesn't give you a "GUI" what does it give you? Perhaps some error messages? Look for the ones that have (EE) beside them, write them down and post the error messages here please.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    7
    it shows me this grey screen with an X cursor that I can move, but nothing else, then it skips back to a command line.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to reconfigure Graphics Card. Execute this
    Code:
    sax2
    In case it doesn't work, execute this
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    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
    Dec 2007
    Posts
    7
    the first one got me to the sax2 setup screen fine. It apparently changed the screen res, but then after it closed it was the same. afterwards, startx failed but the grey screen was higher res.

    Second one gave me
    01:00.0 vga compatable controller: VIA technologies, Inc. Unknown device, 3371 (rev 01)

    and then
    Driver "kbd"
    driver "synaptics"
    driver "mouse"
    driver "via"

    nothing else.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open /etc/X11/xorg.conf file and replace "via" with "vesa".

    Code:
    su -
    nano /etc/X11/xorg.conf
    Press Ctrl+X, Y and hit Enter key to save file. Reboot machine.
    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
    Dec 2007
    Posts
    7
    It's telling me "nano" isn't a command.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Ok !
    Replace nano with vi.
    Press i to start editing. Press Esc key, full colon ( : ) and x. Hit Enter key to save file.
    Code:
    vi /etc/X11/xorg.conf
    i
    :x
    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
    Dec 2007
    Posts
    7
    I followed your instructions in the last post. still nothing.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did you replace "via" with "vesa"?
    Does this command list "vesa" now?
    Code:
    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

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
  •  
...