Hi all,
I've recently re-installed FreeBSD 10.1 (amd64) on my Acer laptop. It has an Intel chipset. So I can switch between Xorg and the terminal, I have used:
in /boot/loader.conf.
This provides me with a console that I can switch to and from X (Yay! Thanks guys!)
If I check
Unfortunately, it looks like FreeBSD boots with an 800x600 terminal by default (the fonts are huge, and not really any good for working with text on the terminal). If I start Xorg, then switch to the terminal with
My question is this: is there any way I can boot the machine so that the terminal starts in my native resolution? As you can see, I have tried
and
Does anyone know what I'm doing wrong?
EDIT: The last line of
Many thanks in advance.
I've recently re-installed FreeBSD 10.1 (amd64) on my Acer laptop. It has an Intel chipset. So I can switch between Xorg and the terminal, I have used:
Code:
kern.vty=vt
hw.vga.textmode=1
kern.vt.fb.default_mode="1280x800"
in /boot/loader.conf.
This provides me with a console that I can switch to and from X (Yay! Thanks guys!)
If I check
kldstat
, it tells me that i915kms.ko is loaded.Unfortunately, it looks like FreeBSD boots with an 800x600 terminal by default (the fonts are huge, and not really any good for working with text on the terminal). If I start Xorg, then switch to the terminal with
[CTRL][ALT][F1]
, the font size is much smaller and more pleasant.My question is this: is there any way I can boot the machine so that the terminal starts in my native resolution? As you can see, I have tried
kern.vt.fb.default_mode="1280x800"
in /boot/loader.conf vidcontrol
gives me
Code:
vidcontrol: getting active vty: Inappropriate ioctl for device
and
vidcontrol -i mode
gives me 511 lines of the same BS output:
Code:
mode# flags type size font window linear buffer
------------------------------------------------------------------------------
0 (0x000) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
...
500 (0x1f4) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
501 (0x1f5) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
502 (0x1f6) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
503 (0x1f7) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
504 (0x1f8) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
505 (0x1f9) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
506 (0x1fa) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
507 (0x1fb) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
508 (0x1fc) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
509 (0x1fd) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
510 (0x1fe) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
511 (0x1ff) 0x00000000 T 0x0 0x0 0x00000 -5k 6276k 0x7fffffffe9a0 -5k
Does anyone know what I'm doing wrong?
EDIT: The last line of
dmesg
is:
Code:
VT: Replacing driver "vga" with new "fb".