I noticed on [The OpenBSD 5.4 Release](http://www.openbsd.org/54.html)

"wsdisplay(4) now attaches to inteldrm(4) and provides a framebuffer console."

drm supports the radeon driver and I have an old Thinkpad T60 with:

vga1 at pci1 dev 0 function 0 "ATI Radeon Mobility X1300 M52-64" rev 0x00
radeondrm0 at vga1: apic 1 int 16

Cool. So I guess setting up a framebuffer console at 1024x768 might go something like this:

wsfontload <clueless>
wsconscfg -dF 5
wsconscfg -f /dev/drm0 -e vt100 -t <hmm> 5

Yeah, this needs a little work. Has anyone managed to pull this off?

Reply via email to