Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I'm new to linux. I installed Debian. After installing, I rebooted and got a strange resolution which made the screen unreadable. Is it possible to boot into a prompt ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Smile Strange resolution after new installation

    Hi,

    I'm new to linux. I installed Debian. After installing, I rebooted and got a strange resolution which made the screen unreadable. Is it possible to boot into a prompt and change the config so that it will boot in a normal 800x600 resolution (or something else?)

    Kind regards!


    Maurice

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Welcome to the forums!

    Those settings can be found in the /etc/X11/xorg.conf file. You can edit that file by issuing the following commands:

    Code:
    su
    
    nano /etc/X11/xorg.conf
    When you get there, you'll be able to see how the different resolutions are achieved.

    Post back with any other questions.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Or
    Press Alt+Ctrl+F1. It will drop you at command line Login Prompt. Login as Regular User and execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    Configure display settings and select supported Resolutions. Press Alt+Ctrl+F7 and Alt+Ctrl+Backspace Or reboot machine.

    In case it doesn't work, execute this
    Code:
    su -
    lspci | grep 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

  4. #4
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2
    YES!!! This was it! I found the error. The color depth was on 24 but I guess the card isn't gonna make that. I changed it in the xorg.conf file and pressed Alt+Ctrl+F7 and Alt+Ctrl+Backspace. Since that I got the nice login screen!

    Thanks to you both! And thanx devils_casper for giving me a total help with the how to go to a command prompt en reboot thing... I didn't know how to get there.

    And now.... back to work... gotta learn a lot from linux!

  5. #5
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    If you aren't already running them, you might consider running any 3D accelerated drivers available for your card and you'll have more options.

    Glad you are up and running, though.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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