Results 1 to 10 of 10
Hi folks...
I am have upgraded from 9.04 to 9.10 in my laptop. After performing the reboot, the shell/console resolution went very high and the font size went too small. ...
- 01-03-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
[SOLVED] Ubuntu 9.10 Console resolution.
Hi folks...
I am have upgraded from 9.04 to 9.10 in my laptop. After performing the reboot, the shell/console resolution went very high and the font size went too small. Please help me out to regain the old console shell resolution as in 9.04.
I require this urgently as my laptop suffers the white screen problem. Switching between Ctrl+Alt+F6 and Ctrl+Alt+F7 i could get back the screen as the change in the resolution switches off and on the screen, so that i can negotiate with the white screen problem.
Please help me out...
- 01-03-2010 #2
It sounds like what you're referring to is the new Kernel Mode Setting default for some graphics cards. Try passing nomodeset as a boot option and see if that resolves your issue.
This shows you how to do that.
Solving the ?Can?t boot from Ubuntu 9.10 LiveCD, Showing Black Screen? Issue – Make Tech Easier
- 01-03-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
I tried nomodeset as argument. No difference. Still problem is not fixed.
- 01-03-2010 #4
Hi and Welcome !
Which Graphics Card do you have and which Graphics Driver are you using in xorg.conf file?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-03-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
I have intel as my Graphics card and not sure how to get which Graphics driver i am using. Below is my xorg.conf file.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
- 01-03-2010 #6
You have to set console resolution.
Open /etc/default/grub file and set desired resolution for console.
Execute sudo update-grub command after saving file.Code:set gfxmode=1280x800 set gfxpayload=keep
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-05-2010 #7Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
I have tried what u have posted. Still my resolution in console is 1280x800. What i require is 640x480 or less
- 01-05-2010 #8
Did you set gfxmode=640x480 and execute sudo update-grub command?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-06-2010 #9Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
Cool!! it works... Thanks!!!!!!!!!!!!!!!!!!
- 01-06-2010 #10
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


