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 ...
- 03-02-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
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
- 03-02-2008 #2forum.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:
When you get there, you'll be able to see how the different resolutions are achieved.Code:su nano /etc/X11/xorg.conf
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.
- 03-02-2008 #3
Or
Press Alt+Ctrl+F1. It will drop you at command line Login Prompt. Login as Regular User and execute this
Configure display settings and select supported Resolutions. Press Alt+Ctrl+F7 and Alt+Ctrl+Backspace Or reboot machine.Code:su - dpkg-reconfigure xserver-xorg
In case it doesn't work, execute this
Post output here.Code:su - lspci | grep VGA 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
- 03-02-2008 #4Just 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!
- 03-02-2008 #5forum.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.


Reply With Quote
