Hello,
I'm trying to change the console resolution to anything different from the default "640x400" and i have some problems.
When i run
i got 511 different modes, all with the same resolution 671404428x671404428 but i cannot change to any of that.
Running
i got "Inappropriate ioctl for device".
I have the follow settings on my /boot/loader.conf:
I see that the kernel enabled some sort of Framebuffer when i used
, since a nicer font and colors support. But i cannot change the resolution.
I have an old machine here, AMD Atlhon XP-M 2800+, 1GB, S3 Unichrome Pro (VIA K8M800).
I'm trying to change the console resolution to anything different from the default "640x400" and i have some problems.
When i run
Code:
vidcontrol -i mode
Running
Code:
vidcontrol -i adapter
I have the follow settings on my /boot/loader.conf:
Code:
kern.vty = vt
hw.vga.textmode = 1
kern.vt.fb.default_mode="1920x1080"
I see that the kernel enabled some sort of Framebuffer when i used
Code:
kern.vty = vt
I have an old machine here, AMD Atlhon XP-M 2800+, 1GB, S3 Unichrome Pro (VIA K8M800).