On 12/14, Adam Jensen wrote: > On 12/14/2013 12:09 AM, Adam Jensen wrote: > >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 > > > > After closer inspection, wsdisplay attaches to inteldrm specifically, not > just generic drm. So I guess radeondrm isn't suitable for a framebuffer > console. Luckily, I have a machine with the Intel 945G Chipset that I can > re-task and dedicate to OpenBSD tinkering. Game on.
Not sure if it made it in time for 5.4 or not, but running a current snapshot: radeondrm0 at pci0 dev 1 function 0 "ATI Radeon HD 6320" rev 0x00: apic 0 int 18 drm0 at radeondrm0 radeondrm0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used) radeondrm0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF radeondrm0: 1920x1080 wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 radeondrm framebuffer just works. gabe.