it is not about a choice of font and not the X11 console.
It’s about the tty1 to tty6 virtual consoles.
It has worked for me for many years that the screen-writing surface
does not occupied the full monitor screen, that the text is not up to
the black plastic edges of the monitor went, but that this tty writing
surfaces was lightly - but significantly - smaller than the whole
physical screen area of the monitor.
SuSE provides automatically – vary by monitor – the entire monitor
area for the tty. Where does this happen? How do you say SuSE that
only for the tty the monitor´s writing surface should be smaller.
X11 is to occupy the full screen of the monitor real of course.
I believe that this reduced writing surface was seen at boot time;
so boot configuration will solve my problem? What is the relationship
between grub2 and ttyX?
I do not remember how I did it at the time.
Does you know how this is to be done?
In /etc/default/grub
GRUB_GFXMODE=1024x768 (in hwinfo --framebuffer: width/high=1,33)
GRUB_GFXPAYLOAD=keep
This GFXMODE appears briefly at the beginning of the boot process
– with the desired distance to the black plastic edges of the monitor --,
but falls back within the “normal” mode; no “keeping”.
Why that? How can I get the desired effect to the consoles tty1 to tty6?
In /etc/default/grub
GRUB_GFXMODE=1024x768 (in hwinfo --framebuffer: width/high=1,33)
GRUB_GFXPAYLOAD=keep
This GFXMODE appears briefly at the beginning of the boot process
– with the desired distance to the black plastic edges of the monitor
–,
but falls back within the “normal” mode; no “keeping”.
Why that? How can I get the desired effect to the consoles tty1 to tty6?
Werner.
Hi
You might have to disable kms as well, try booting with the grub option
nomodeset. Not sure how that will affect your desktop environment
though. If you just add temporarily at boot via editing the grub
options, advanced and press e to edit.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Thanks for the quick reply.
malcolmlewis;2677825 Wrote:
>
> Not sure how that will affect your desktop environment
> though.
That´s the problem. X11-desktop is now also smaller.
I just want only the ttyX smaller
Hi
So what graphics card is in play?
If you run the command xrandr in your X11 desktop, does it give a list
of resolutions you can use, if so, use xrandr -s to set.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi
So what driver is the gfx card using with or without nomodeset?
hwinfo --gfxcard
Well it’s a workaround, AFAIK, you should be able to tweak the /etc/X11/xorg.conf.d files with the screen modelines, but you probably need to start a new thread about that to glean that information from the forum experts on X11
I wouldn’t recommend to set “nomodeset” at all, as this will disable the correct X graphics driver for your card.
Did you run “sudo grub2-mkconfig -o /boot/grub2/grub.config” after your change to /etc/default/grub?
You should be able to set the console resolution in YaST->System->Boot Loader->Kernel Parameters as well, with the “console Resolution” setting (“Use graphical console” should be enabled as well).
Hi
I think the OP tried that, after boot though (in my case I set console to 800x600) grub shows at 800x600, however when you press ctrl+alt+Fn the tty’s are at rows and columns for my desktop, in my case 1366x768 or 48x170…