<div dir="ltr">Hey, yes I found tutorial. The problem that I am trying to solve now is getting strange garbage in version using<br>make-kpkg under latest debian sid. Moreover building package fails at the end because of<br>
<br>....<br>This is kernel package version 11.001-0.1.<br>echo "The UTS Release version in include/linux/utsrelease.h"; echo "     \"2.6.27-rc4-gem-01373-g7297294\" "; echo "does not match current version:"; echo "<br>
 \"2.6.27-rc4-gem-01373-g7297294-01373-g7297294-dirty\" "; echo "Please correct<br>this."; exit 2<br>The UTS Release version in include/linux/utsrelease.h<br>     "2.6.27-rc4-gem-01373-g7297294"<br>
does not match current version:<br>     "2.6.27-rc4-gem-01373-g7297294-01373-g7297294-dirty"<br>Please correct this.<br>make: *** [install/linux-image-2.6.27-rc4-gem-01373-g7297294-01373-g7297294-dirty]<br><br>I got kernel by<br>
<br>
git clone git://<a href="http://people.freedesktop.org/~anholt/linux-2.6linux-2.6-gem-patched">people.freedesktop.org/~anholt/linux-2.6
linux-2.6-gem-patched</a> ;  git checkout -b drm-gem-merge
origin/drm-gem-merge<br>
Initialized empty Git repository in /root/linux-2.6-gem-patched/.git/<br>
remote: Counting objects: 896556, done.<br>
remote: Compressing objects: 100% (175595/175595), done.<br>
remote: Total 896556 (delta 742416), reused 873661 (delta 719559)<br>
Receiving objects: 100% (896556/896556), 251.30 MiB | 1148 KiB/s, done.<br>
Resolving deltas: 100% (742416/742416), done.<br>
Checking out files: 100% (20181/20181), done.<br>
fatal: git checkout: updating paths is incompatible with switching branches/forcing<br><br>as git checkout drm-gem-merge do not work on remote branches you have to checkout as local branch<br><br><div class="gmail_quote">
2008/9/4 Tobias Hain <span dir="ltr"><<a href="mailto:tobias.hain@gmx.de">tobias.hain@gmx.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> There is a small tutorial how to get GEM UXA working<br>
> <a href="http://ph.ubuntuforums.com/showthread.php?t=890843" target="_blank">http://ph.ubuntuforums.com/showthread.php?t=890843</a><br>
> But the person is still getting some artifacts. Will this be improved ?<br>
</blockquote></div><br></div>