Announcement

Collapse
No announcement yet.

Post your working kernel .config & xorg.conf for git drm-radeon-testing & xorg

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Your kernel firmware configuration seems different from http://wiki.x.org/wiki/radeonBuildHo...BAC8-Evergreen
    Try to copy it verbatim into your kernel config. Or at least make sure that they are actually equivalent.

    Comment


    • #12
      Originally posted by charlie View Post
      Post a link to your working kernel .config & xorg.conf (no checklist of what I need to type"y" to) for git drm-radeon-testing & git xorg.



      I build the evil binary blob firmware into the kernel,

      CONFIG_EXTRA_FIRMWARE="radeon/R600_rlc.bin radeon/RS780_pfp.bin radeon/RS780_me.bin"

      so make sure you have these evil binary blobs in your /lib/firmware. I could scp those too there but you generally want to grab such blobs from a more safe source than some random long-haried hippie on the internets.

      you can put the blobs in initrd or whatever instead, I just push'it into the kernel and it's there and it works.

      Comment


      • #13
        Thanks guys. I'll try your configs and suggestions out. I know there is one option in my kernel config that is causing opengl to segfault (I only fixed the segfault by reverting to an older config). It will probably take at least 10 recompiles to determine which new kernel feature mesa needs or causes interference.

        Comment


        • #14
          For others out there troubleshooting opengl is required for flash content to display fullscreen.

          I have not determined the exact kernel requirement to get rid of this message yet (displays after running glxgears):

          IRQ's not enabled, falling back to busy waits: 2 0

          Comment


          • #15
            Kernel modesetting works now by changing (kernel .config):

            (R600_rlc.bin RV670_me.bin RV670_pfp.bin) External firmware blobs to build into the kernel binary

            (firmware/radeon) Firmware blobs root directory
            to:

            (radeon/R600_rlc.bin radeon/RV670_me.bin radeon/RV670_pfp.bin) External firmware blobs to build into the kernel binary

            (/lib/firmware) Firmware blobs root directory
            Modesetting enabled also makes those "IRQ's not enabled, falling back to busy waits: 2 0" messages disappear.

            Also Kwin would not allow me to use opengl desktop rendering until I deleted the ~/.kde and ~/.kde4 directories or create a new user.

            Everything appears to be working. I will continue to recompile the kernels to find out what options are really required for drm-radeon-testing and what caused the initial segfaults.

            Comment

            Working...
            X