Page 1 of 1

would radeon card work if recompiling the kernel?

Posted: Fri Oct 03, 2014 1:55 pm
by vaisarger
Support for ATI radeon cards there isn't anymore.
However, it's a pity reading in Xorg messages that radeon driver does support all those ATI card, but kernel compiled in "make.conf" with "NEW-XORG=YES" and "KMS=YES" uses radeonkms instead, that complains about a drmn.ko that doesn't exist in system, and so X fails back to VESA (if you edit conf file).
My question is: is it possible to make kernel use old graphic system, making it use old (and working) radeon.ko?

Re: would radeon card work if recompiling the kernel?

Posted: Fri Oct 03, 2014 10:33 pm
by ericbsd
The new KMS for ATI, should work might not work properly under GhostBSD I have no ATI hardware to test it and make it work properly.
Can you start drmn?

Code: Select all

sudo kldload drmn

Re: would radeon card work if recompiling the kernel?

Posted: Sat Oct 04, 2014 4:48 am
by vaisarger
drmn.ko simply there isn't. There are "drm" and "drm2" instead, but loading latter and then loading radeonkms causes system to crash.

Re: would radeon card work if recompiling the kernel?

Posted: Sat Oct 04, 2014 6:40 am
by ericbsd
I will need to by myself ATI card to fix that old issue.

Re: would radeon card work if recompiling the kernel?

Posted: Wed Mar 11, 2015 9:56 am
by sochnedo
ko that doesn't exist in system, and so X fails back to VESA (if you edit conf file). My question is: is it possible to make kernel use old graphic system, making it use old (and working) radeon.ko?..??