Announcement

Collapse
No announcement yet.

What are some xorg.conf options that should/can be enabled?

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

  • What are some xorg.conf options that should/can be enabled?

    I have an HD 4870 by the way.
    Thanks!

  • #2
    Which driver are you running - radeon or radeonhd ? Do you already have the proper drm installed, DRI and EXA enabled etc. ?
    Test signature

    Comment


    • #3
      radeon
      How would I check to see if the rest is enabled?

      Comment


      • #4
        Look at /var/log/Xorg.0.log to see exactly what is loading.

        Comment


        • #5
          Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

          There you go.

          Comment


          • #6
            Code:
            (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
            [dri] Disabling DRI.
            (II) RADEON(0): using shadow framebuffer
            That a bad thing?

            Comment


            • #7
              The default options are default for a reason. In most cases you shouldn't need to set any options. You should only need to set options to work around a problem or test an experimental feature. The only option that is useful to set is:
              Option "AccelMethod" "EXA"
              Which will soon be the default anyway.

              Comment


              • #8
                Oh ok thanks. Other than that, are there any visible issues in my log?

                Comment


                • #9
                  You'll need an updated drm if you want 2D (EXA) and video (Xv) acceleration. 2.6.30 is the first kernel with the necessary drm bits.

                  Comment


                  • #10
                    I guess I'll just have to wait till it comes out of testing or just patch the kernel now.

                    Comment

                    Working...
                    X