Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, Just installed Debian for the first time however when I boot it from my hdd as soon as the gui appears the screen just goes into a mess, looks ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Installed Debian - but can't boot!

    Hi,

    Just installed Debian for the first time however when I boot it from my hdd as soon as the gui appears the screen just goes into a mess, looks like the resolution isn't right, can't see anything. Odd as when installing I selected the maximum res as 1024x768, I use my monitor for much higer resolutions than that usually.
    Is there anything I can do to boot Debian up straight into the command line rather than via the gui, then I can maybe sort out the probs? Anyone else encounter this?

    cheers,

    Matt

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Does ctrl+alt+f1 give you a console login?

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2
    Hi,

    well it does but you can't make anything out because of the screen resolution

    cheers,

    Matt

  4. #4
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Can you restart in runlevel 3?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+Ctrl+F1 or boot up in Command Line Mode. Log in as Regular User at command prompt and execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    Reconfigure X Server and restart machine.
    Code:
    shutdown -r now
    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

Posting Permissions

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