Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th August 2009, 04:00 PM
silverblackvoid Offline
Registered User
 
Join Date: Jul 2009
Location: XV49, IC1101 Galaxy, Serpens Constellation
Posts: 31
linuxfedorafirefox
increasing the screen resolution of the command line.

hello guys

i was wondering if there is a way to increase the screen resolution of the command line. my machine has a default run-level of 3 and the fonts look so big. is there a way to increase the screen resolution? i would greatly appreciate any suggestions.thanks
Reply With Quote
  #2  
Old 7th August 2009, 04:11 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,131
linuxmozilla
try adding

vga=792

or something to the end of your grub line, like this

kernel /vmlinuz-2.6.27.29-170.2.78.fc10.i686 ro root=/dev/VolGroup00/LogVol00 vga=792

I don't know what all the numbers are or what they mean, you might find a different number works better for you.

I do think there is another method you can use for each tty but I don't know that much about Linux, bash to lend any tips. Sorry.

Good Luck,
Pat Jr.
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #3  
Old 7th August 2009, 04:23 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
One way I know to do this is edit the /boot/grub/grub.conf file "kernel /vmlinuz....." line, either as a temporary measure before the bootup process starts, or permanently by editing the file once you're booted.

You can add to the end of that line: vga=791

Example: kernel /vmlinuz-2.6.26.8-57.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=791

and that will produce a 1024X768 text console display size.

Edit: Here's a little chart I just grabbed from the web:
PHP Code:
Color depth      640x480  800x600  1024x768 1280x1024
-----------------+-------------------------------------
256        (8bit)|  769      771       773      775
32000     
(15bit)|  784      787       790      793
65000     
(16bit)|  785      788       791      794
16.7 Mill
.(24bit)|  786      789       792      795 

Last edited by PabloTwo; 7th August 2009 at 04:32 PM.
Reply With Quote
  #4  
Old 7th August 2009, 04:26 PM
Camberwell's Avatar
Camberwell Offline
Registered User
 
Join Date: Mar 2006
Location: Wallingford, Oxfordshire, UK
Age: 34
Posts: 294
linuxfedorafirefox
hi there,

http://www.mjmwired.net/kernel/Docum.../fb/vesafb.txt

Code:
    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307   
32k |  0x310    0x313    0x316    0x319   
64k |  0x311    0x314    0x317    0x31A   
16M |  0x312    0x315    0x318    0x31B
I personaly use vga=0x305

Martin
__________________
Processor: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
Memory: 4096MB
OpenGL Renderer: nVidia GeForce 9500 GT/PCI/SSE2
Operating System: Fedora release 18 (Spherical Cow)
Desktop Environment: KDE 4.10

Last edited by Camberwell; 7th August 2009 at 04:39 PM.
Reply With Quote
  #5  
Old 7th August 2009, 05:53 PM
silverblackvoid Offline
Registered User
 
Join Date: Jul 2009
Location: XV49, IC1101 Galaxy, Serpens Constellation
Posts: 31
linuxfedorafirefox
thank you guys for ur replies. thanks a lot!!! im gonna try it now...
Reply With Quote
  #6  
Old 7th August 2009, 05:56 PM
silverblackvoid Offline
Registered User
 
Join Date: Jul 2009
Location: XV49, IC1101 Galaxy, Serpens Constellation
Posts: 31
linuxfedorafirefox
to,
PatMcLJr, PabloTwo and Camberwell

thanks for ur replies guys. thanks a lot!!! im gonna try it now...
Reply With Quote
  #7  
Old 7th August 2009, 06:34 PM
silverblackvoid Offline
Registered User
 
Join Date: Jul 2009
Location: XV49, IC1101 Galaxy, Serpens Constellation
Posts: 31
linuxfedorafirefox
hey guys i just increased the screen resolution.
i followed Camberwell's link.
here's what i did:
i edited the grub.conf file and added the line 'vga=ask'.
when i rebooted my machine i got a list of the available video modes and i selected 132x43(VESA). now the screen fonts are significantly smaller
yippe.
Reply With Quote
  #8  
Old 7th August 2009, 07:46 PM
itachi Offline
Registered User
 
Join Date: Nov 2006
Posts: 78
linuxfedorafirefox
Yuck. 132x43. What Screen do you have? What do you want?
As mentioned before:
Code:
vga=792 #1024x768
Here are some other commonly used Resolutions.

Code:
vga=794/795 # 1280x1024 24/32 bit
vga=834 # 1400x1050 .. or 1366x768 (on my laptop)
On my Pc, I use the following.
Code:
vga=873 # 1680x1050
Wasn't easy to find, because according to wikipedia vga=873 is 1152x768. In my case, it's definitely
1680x1050.
Reply With Quote
  #9  
Old 7th August 2009, 08:38 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
@itachi-

The 132x43 that was selected using the vga-ask option, is not screen pixel size. It is text columnxrow size. The default init 3 screen uses 80x25, so you can see that 132x43 is a big improvement (increase) in screen realestate over 80x25.
Reply With Quote
  #10  
Old 7th August 2009, 08:41 PM
itachi Offline
Registered User
 
Join Date: Nov 2006
Posts: 78
linuxfedorafirefox
I know that it's 143 chars. But this is still ugly big. I still wouldn't be happy with this.
Reply With Quote
  #11  
Old 7th August 2009, 08:46 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
Well, I wouldn't be happy with that choice either, but the OP was pleased to find a solution. And at every boot he has the option to try other choices, until he finds one he likes best. He has been given the information he needs. Let him run with it.
Reply With Quote
Reply

Tags
command, increasing, line, resolution, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
command line screen saver actaea Using Fedora 0 4th February 2009 06:19 PM
Command line to change screen resolution overule Using Fedora 5 12th December 2007 04:20 AM
Increasing Screen Resolution CrackedLCD Hardware & Laptops 2 13th July 2007 11:23 PM
how to change resolution from command line jtovet Using Fedora 6 27th March 2007 11:45 AM


Current GMT-time: 20:15 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat