Results 1 to 2 of 2
Hi,
I think this is a kernel issue, so i post it here.
Let's go, i have Ubuntu 10.04 (2.6.32-34-generic) with autologin in TTY1 and Gnome with autologin too (doesn't ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2012 #1
How to console 80x25?
Hi,
I think this is a kernel issue, so i post it here.
Let's go, i have Ubuntu 10.04 (2.6.32-34-generic) with autologin in TTY1 and Gnome with autologin too (doesn't matter...).
In grub2 i set the kernel parameter 'nomodeset' (with this i don't have graphic issues switching from TTY1 to TTY7).
As you can see below the console was in 80x25 and then got to 80x30.
How can i can make it 80x25?Code:Jan 24 17:29:43 cashway kernel: [ 0.000000] Console: colour VGA+ 80x25 Jan 24 17:29:44 cashway kernel: [ 9.100129] Console: switching to colour frame buffer device 80x30
Thanks in advance.
- 01-27-2012 #2
It works!
I got it working in 80x25.
I put the parameters i915.modeset=0 vga16fb.blacklist=1 in the GRUB_CMDLINE_LINUX and it works!
The i915.modeset=0 load the i915 driver only for X and the console starts at 80x30, the vga16fb get in action, then i blacklist it and the console switch back to 80x25.



