View Single Post
  #2   (View Single Post)  
Old 24th August 2010
adamk adamk is offline
Spam Deminer
 
Join Date: May 2008
Posts: 250
Default

Quote:
Originally Posted by giddyupman View Post
I was surprised to find this:

http://kerneltrap.org/mailarchive/fr...0/7/28/6886133

as I recently bought a motherboard with this onboard chipset and just installed 8.1-RELEASE this weekend to find no fullscreen in mplayer (graphics cards are always my problem it seems).

I've built kernels before, no problem. How exactly do I go about patching the kernel with the above referenced patch?
Download the patch to somewhere (for example /tmp/drm-patch.txt)

Run (as root):

# cd /usr/src/
# patch -p0 < /tmp/drm-patch.txt

This assumes, of course, that you have the kernel source for 8.1-RELEASE installed in /usr/src/sys/.

Now rebuild the kernel.

Quote:
Will I have to CVSup to -CURRENT?
No. In fact, the PCI ID is already available in -CURRENT, though I don't know about 8.1-RELEASE.

Quote:
Or may I simply apply only this patch?
Yes.

Quote:
Will "world" need to be rebuilt?

Following this, will ports need to be rebuilt? (only 486 installed, no big deal )
No, and no. If you are using the same kernel config for this new build as for the previous build, and didn't change kernel versions, you can probably just unload and reload the radeon kernel module and then restart X. Worst case scenario, you reboot.

Adam
Reply With Quote