LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-29-2009, 02:10 PM   #1
AchubaNanoiaBR
LQ Newbie
 
Registered: Jun 2009
Location: São Paulo - Brazil
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 0
Widescreen tty console on widescreen 1280x800 with Geforce 4 Go, possible?


Hello everyone, this is my first post here at LinuxQuestions.org, even though I've been lurking around since 2005! Now, I'm a Linux beginner, and I've always used either Mandriva, Ubuntu or OpenSuse, with not many problem (all in a 4:3 monitor). However, I bought a second hand Presario R 3000 laptop, with a Geforce 4 Go videocard, running Ubuntu 9.04 and with restricted drivers.

My question is: even though X runs fine at the screen's native 1280x800 resolution, whenever I switch to a tty console (tty5, tty6, etc), the resolution reverts back to what I'm guessing is 640x480, though I'm not sure. Is it possible to set it at the same resolution as X, 1280x800 ? If not, could you refer me to a way to at least bump the resolution to 1024x760 or higher?

I've tried searching the forums, and some say that Geforces can't do that, that grub can't do that, and a few other conflicting answers. Any help would be appreciated!

PS: English is not my primary language, so excuse me for any spelling mistakes.
 
Old 06-30-2009, 07:46 AM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Welcome to LQ.

I don't think it's possible to get a widescreen resolution in the console, but you can get a number of 4:3 resolutions. As you are using Ubuntu, I'm guessing you're using grub, so there should be a '/boot/grub/menu.lst', open it in a text editor and you should see something like:

Code:
# Linux bootable partition config begins
  title Linux on (/dev/sda1)
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
Notice the 'kernel' line, it has a 'vga=normal' option here, this means it doesn't use a framebuffer console. You should either add the following if it doesn't exist or change vga=normal to one of the following:

Code:
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
ignore the '#' signs, just use one of the 'vga=' options. So if you wanted VESA framebuffer console @ 1024x768x64k, then you would change it to:

Code:
# Linux bootable partition config begins
  title Linux on (/dev/sda1)
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro vga=791
# Linux bootable partition config ends
Then just reboot for the settings to take effect. If you think it won't work, copy the above into a new option in menu.lst, like this:

Code:
# Linux bootable partition config begins
  title Linux on (/dev/sda1) vga normal
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# new option
  title Linux on (/dev/sda1) vga 791
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro vga=791
# Linux bootable partition config ends
That way you can still boot if something goes wrong with the new option, you can still boot using the old one. Your choice what to do.

Last edited by H_TeXMeX_H; 06-30-2009 at 07:48 AM.
 
Old 07-01-2009, 04:13 PM   #3
AchubaNanoiaBR
LQ Newbie
 
Registered: Jun 2009
Location: São Paulo - Brazil
Distribution: Ubuntu
Posts: 5

Original Poster
Rep: Reputation: 0
Thank you very much @ H_TeXMeX_H , that worked nicely! I got it running at 1024x768, which is already a HUGE improvement over 640x480... . Now text mode is actually useful once again for me!

Still waiting for a way to use it at widescreen. If someone knows how to make it work, please share the information.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Console (Not X) widescreen resolution hsimah Linux - Newbie 1 11-26-2007 08:15 PM
Widescreen console resolution possible? GushpinBob Linux - Hardware 1 10-30-2007 12:26 PM
Problems with widescreen resolutions (1280x720) on 15" widescreen TFT with nvidia Arvendui Linux - Software 6 02-18-2006 09:21 AM
Widescreen BobAymon Linux - Laptop and Netbook 2 10-02-2005 12:06 AM
Probl. Screen res in widescreen laptop with nvidia Geforce FX 5200 amaya Linux - Software 1 04-13-2004 04:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration