Greetings all,
Well I just purchased a new board with an AMD A6-7470K CPU that
has the radeon R5 GPU (whatever that is).
I bought that combination because I needed a box to do nothing
but biild source. I have always bought with nVidia graphics before,
because the radeon, and intel graphics support was still ramping up.
However, at last glance, the FreeBSD graphics wiki indicated everything
was pretty much up to speed.
But now that I've got the hardware, I have no idea how to get a decent
console/terminal. sc (syscons(4)) is gone, as are
all the supporting utils -- well technically I could enter
in loader.conf(5), but that just defeats the purpose.
Anyway, the text on the console looks like ancient Egyptian hieroglyphics.
If I don't look at the keyboard when I type, I almost have no idea whats
being emitted on screen. The exception is high-intensity text (bright bold).
This, while legible, still doesn't look as good as syscons did.
I guess I need to kldload(8) a radeon driver. But which one?
I read the wiki, but have no idea what an AMD radeon R5 is in FreeBSD speak.
Anyone tried one of these? Any good pointers? I read the (FreeBSD graphics)
wiki, but google/duckduckgo haven't thrown me any bones.
Here's some details:
While this is on latest 11-STABLE, I also encountered the same on the most recent
12-CURRENT.
Any help would be greatly appreciated!
--Chris
Well I just purchased a new board with an AMD A6-7470K CPU that
has the radeon R5 GPU (whatever that is).
I bought that combination because I needed a box to do nothing
but biild source. I have always bought with nVidia graphics before,
because the radeon, and intel graphics support was still ramping up.
However, at last glance, the FreeBSD graphics wiki indicated everything
was pretty much up to speed.
But now that I've got the hardware, I have no idea how to get a decent
console/terminal. sc (syscons(4)) is gone, as are
all the supporting utils -- well technically I could enter
Code:
kern.vty=sc
Anyway, the text on the console looks like ancient Egyptian hieroglyphics.
If I don't look at the keyboard when I type, I almost have no idea whats
being emitted on screen. The exception is high-intensity text (bright bold).
This, while legible, still doesn't look as good as syscons did.
I guess I need to kldload(8) a radeon driver. But which one?
I read the wiki, but have no idea what an AMD radeon R5 is in FreeBSD speak.
Anyone tried one of these? Any good pointers? I read the (FreeBSD graphics)
wiki, but google/duckduckgo haven't thrown me any bones.
Here's some details:
Code:
# uname -a
11.0-STABLE FreeBSD 11.0-STABLE #0 r309771: Fri Dec 9 23:58:04 UTC 2016
root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
# cat /var/run/dmesg.boot | grep Radeon
CPU: AMD A6-7470K Radeon R5, 6 Compute Cores 2C+4G (3690.84-MHz K8-class CPU)
# pciconf -lv
vgapci0@pci0:0:1:0: class=0x030000 card=0x85cb1043 chip=0x13151002 rev=0xd4 hdr=0x00
vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]'
device = 'Kaveri [Radeon R5 Graphics]'
class = display
subclass = VGA
12-CURRENT.
Any help would be greatly appreciated!
--Chris