LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-12-2016, 04:08 PM   #1
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
Virtual Terminal Resolution


I have Ubuntu 14.04 and a Nvidia GT 740. Just changed from the nouveau driver to the Nvidia proprietary driver. Resolution looks awesome on the desktop/windows environment. Games look awesome, the only thing that doesn't is startup/shutdown terminal text and also the main thing I am worried about is the virtual terminal text.

I use the virtual terminals a lot (alt+f6, alt+f5 etc.). The text is huge, and hard to look at. I can't seem to find a way to up the resolution. Any ideas?
 
Old 02-12-2016, 04:35 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Looking at the terminal you have:
File, Edit, View, Search, Terminal and Help.

Click on 'Terminal'
You should have options to change the size/resolution.

I have the following and you should too.
Code:
80 x 24
80 x 43
132x24
 
Old 02-12-2016, 04:38 PM   #3
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Original Poster
Rep: Reputation: 47
I have those same options. That will change the resolution on my GUI terminal in my desktop manager. But I am talking about when I press alt+f6 for example to go to a full screen virtual terminal. That is the resolution that is all messed up.
 
Old 02-12-2016, 04:41 PM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Don't know how to do it in Ubuntu, but nVidia driver can be built with KMS support, loading nvidia_modeset module will then allow you higher resolution on console.
 
Old 02-12-2016, 05:15 PM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Looking at the terminal you have:
File, Edit, View, Search, Terminal and Help.

Click on 'Terminal'
You should have options to change the size/resolution.
He said "terminal" but it's console he meant.
 
Old 02-12-2016, 07:37 PM   #6
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by Habitual View Post
He said "terminal" but it's console he meant.
Sorry, lol.

So, does anyone know in Ubuntu if there is a quick fix for this? Or is it super involved? If it is super involved, any resources that you could point me to would be greatly appreciated. Thanks.
 
Old 02-12-2016, 08:18 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Alternative to nvidia KMS would be uvesafb, I have used it with nvidia driver and it does not interfere. But again, I do not know how to use it in Ubuntu. (Everything is simple in Gentoo, there is only one configuration tool, it is called $EDITOR. In Ubuntu one must follow the Ubuntu way to make configuration changes stick ... too complicated for me.)
 
Old 02-12-2016, 08:25 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Try here:
https://wiki.ubuntu.com/X/Config/Resolution

https://www.google.com/search?q=boot...linux+terminal


Think on what Emerson said. Studying and doing a little research on how other things work will bring you to a generalization and theory of what would work for your current troubleshooting issue. There may be a way to tweak settings for your GPU so that the konsole's resolution can be optimized, changed or otherwise modified.

https://wiki.archlinux.org/index.php...l_mode_setting
https://wiki.debian.org/KernelModesetting

What GPU do you have?
 
Old 02-12-2016, 11:26 PM   #9
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by Ztcoracat View Post
Try here:
https://wiki.ubuntu.com/X/Config/Resolution

https://www.google.com/search?q=boot...linux+terminal


Think on what Emerson said. Studying and doing a little research on how other things work will bring you to a generalization and theory of what would work for your current troubleshooting issue. There may be a way to tweak settings for your GPU so that the konsole's resolution can be optimized, changed or otherwise modified.

https://wiki.archlinux.org/index.php...l_mode_setting
https://wiki.debian.org/KernelModesetting

What GPU do you have?


I am checking out the links. It is the GeForce gt740.
 
Old 02-13-2016, 06:02 AM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i had the exact same problem a year or two ago, and tried pretty much the exact same things suggested in this thread so far (kms, uvesafb...) and nothing changed the fact that the proprietary nvidia driver could not display the console in native resolution.
the only thing that kindof worked was an ugly hack that would start the system with nouveau, and unload nouveau and load nvidia just before starting an X session (and that still wouldn't help with switching ttys once X is up).
in the end i just decided to forget about it and continue using the proprietary driver (accepting the tty issue).

however, it sorted itself out recently!

i haven't changed anything, so i guess it must be either due to a kernel upgrade or to a nvidia driver upgrade.
fwiw:
Code:
[~] lspci -k | grep -A3 610
02:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 847c
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia
[~] uname -rv
4.1.17-1-lts #1 SMP Mon Feb 1 16:35:08 CET 2016
 
Old 02-13-2016, 07:37 AM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by CincinnatiKid View Post
Sorry, lol.

So, does anyone know in Ubuntu if there is a quick fix for this? Or is it super involved? If it is super involved, any resources that you could point me to would be greatly appreciated. Thanks.
No worries. How could you know? They all look alike, sorta.

I wouldn't know a .45 from a .38, so don't feel bad.
Peace.
 
Old 02-13-2016, 04:56 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by CincinnatiKid View Post
I am checking out the links. It is the GeForce gt740.
Here's the driver if your interested.

http://www.nvidia.com/object/linux-d...-319.17-driver

Last edited by Ztcoracat; 02-13-2016 at 05:33 PM.
 
Old 02-13-2016, 05:45 PM   #13
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Why 319.17?

http://www.nvidia.com/download/drive...px/98373/en-us
 
Old 02-13-2016, 06:11 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Emerson View Post
Because the gt 740 is supported on that page.
Code:
    Added support for the following GPUs:

    GeForce GTX 650 Ti BOOST
    GeForce GT 720M
    GeForce GT 735M
    GeForce GT 740M
    GeForce GT 745M
    GeForce GT 750M
The link you provided is for the 361.28 GeForce 945A
-::-OP's GPU is the GT 740 in post #9-::-
 
Old 02-13-2016, 06:18 PM   #15
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Click on SUPPORTED PRODUCTS tab on the page I linked to.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Have to log out of a virtual terminal twice in order to exit virtual terminals narnie Linux - Newbie 5 02-24-2010 12:49 AM
Killing the process on a virtual terminal from another virtual terminal. Azazwa Linux - Newbie 8 05-05-2009 12:33 PM
Resolution in Terminal vinayan3 Ubuntu 1 05-13-2006 01:59 AM
[resolution 1600 x 1200] Virtual resolution - help! MaicoMedia Linux - Hardware 2 10-15-2004 03:15 AM
how to change virtual terminal resolution? lothario Linux - Software 5 05-20-2004 07:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:21 AM.

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