Hi all,
I do not install the GUI and use the console.
But I do not like the expansion of 80 x 25 characters.
How do I turn the graphics mode in the console?
I used
(or add to /etc/rc.conf: allscreens_flags = "-g 100x37 VESA_800x600")
but need have next option in kernel:
My GENERIC did not have this option.
Ok. I load the kernel source:
And:
And add options SC_PIXEL_MODE
- save.
All ok.
And.
- do not work, again.
I'm new on FreeBSD (previously used Win XP) .
I understand that I have not recompiled the kernel. As it is easier (to start), I can solve this problem?
Oh, yes - my system:
I do not install the GUI and use the console.
But I do not like the expansion of 80 x 25 characters.
How do I turn the graphics mode in the console?
I used
Code:
# vidcontrol -g 100x37 VESA_800x600
but need have next option in kernel:
Code:
options SC_PIXEL_MODE
My GENERIC did not have this option.
Ok. I load the kernel source:
Code:
# cat /etc/csup/src-all
Code:
*default host=cvsup3.ua.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8_2
*default delete use-rel-suffix
*default compress
src-all
Code:
# csup /etc/csup/src-all
And:
Code:
# cd /sys/i386/conf/
# cp GENERIC MYKERNEL
# vi MYKERNEL
- save.
Code:
# cd /usr/src/
# make KERNCONF=MYKERNEL kernel
Code:
# reboot now
And.
Code:
# vidcontrol -g 100x37 VESA_800x600
I'm new on FreeBSD (previously used Win XP) .
I understand that I have not recompiled the kernel. As it is easier (to start), I can solve this problem?
Oh, yes - my system:
Code:
# uname -a
FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Jul 26 23:40:43 UTC 2011
root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386