all hail to the Xorg-hackers

Just wanted to give big props to the Xorg-hackers (especially Kristian “krh” Hoegsberg) for DRI2 and the related bits, making redirected direct rendering (in layman terms: “GL under compiz”) on my i965 system a reality. I totally love that!

5 Responses to “all hail to the Xorg-hackers”

  1. tretle Says:

    hmmmmm…….. I’m guessing your using a netbook because your wordpress header is aligned to the left :D unnoticeable on smaller screens but with higher resolutions its quite strange having the header left aligned and everything else center aligned :D :P

  2. Luchid Says:

    How did you get this working? Is there a tutorial that newbs like myself can follow to get this? I’ve been going crazy!

  3. MacSlow Says:

    @tretle: The current header used in my blog is just a quick stand-in I mocked up when I needed to update my WordPress installation some days ago. It surely looks odd on wider displays.

    @Luchid: All I did was add the line …

    Option “AccelMethod” “uxa”

    … to my /etc/X11/xorg.conf file in the Device-section for “Configured Video Device”. I have only good results yet with i965-based lenovo laptops (using compiz and metacity+compositor) and i945-based netbooks (using only metacity+compositor). You have to be on jaunty (or a compareable distro). I don’t know all details regarding kernel (possible included backports) Xorg (possible included backports). You can enable/disable metacity’s compositor using …

    gconftool-2 -s /apps/metacity/general/compositing_manager –type bool true (or false)

  4. Christopher Denter Says:

    Thanks for posting this. I will check if that fixes the issues I have with my laptop (XPS M1330 from DELL with i965) that make OpenGL development and similar tasks nearly impossible.

  5. James Says:

    The same xorg hackers who are all but deprecating i8xx support, making X increasingly dependent on libhal, and using autotools as a build system?

Leave a Reply