[14:59] robotfuel: yo, radeon ready for testing on saucy-proposed, so if you have HD7xxx around it would be nice to know how broken it is :) [14:59] err, -ati that is [15:00] tjaalton: so add -proposed apt-get update and install xserver-xorg-video-radeon? [15:01] tjaalton: or do I need more than xserver-xorg-video-radeon? [15:02] robotfuel: it should pull the glamor bits [15:03] so yeah, that's enough [15:17] "glamor: require 0.5.1 or newer" [15:17] so it finally got a new release.. [15:17] time to update it then [15:17] this was the latest commit to ati upstream git.. [15:18] guess we want the changes post 7.2.0 [15:19] especially fa83d3d1636c31 [15:19] radeon: disallow glamor on pre-R600 asics [15:35] ehh, 0.5.1 was what I uploaded, so that's good [15:42] hmm I wonder if the driver needs to ship an xorg.conf snippet to enable glamor [17:02] tjaalton: I don't believe so, no. [17:09] okay [17:14] tjaalton: Yup. We've got 33d8408eec806355c2e55726679ec50ef3b769f1, which enables glamor by default on SI [17:14] s/enables/initialises/ [17:15] ahh, indeed [17:31] tjaalton: my radeon hd7850 has no 3d acceleration with glamor installed, openarena is getting 9 fps @ 800x600 [17:53] tjaalton: Bah! [17:53] tjaalton: We *do* need an xorg.conf snippet to load glamouregl [17:55] right.. [17:59] Hm, well, we do, but it doesn't load glamoregl because /usr/lib/x86-64_linux_gnu/xorg/modules isn't in the module search path. [18:00] /usr/lib/x86-64_linux_gnu/xorg/extra-modules *is* [18:00] gah [18:01] Time to add that path to xserver :) [18:01] Alternatively, to install in /usr/lib/xorg/modules, because it's only ever going to be the same arch as the xserver. [18:02] yeah [18:04] the latter is more sane [18:05] Indeed. [18:08] ok fixed locally, I'll merge it with the one upstream change and upload [18:09] and looks like xserver-xorg-glamoregl ships a snippet itself :) [18:09] Section "Module" Load "dri2" Load "glamoregl" [18:09] EndSection [18:09] plus formatting [18:10] oh you mentioned that already [18:13] tjaalton: it's working after I moved the glamor lib to /usr/lib/xorg/modules \o/ [18:14] robotfuel: yeah, figures. it'll get fixed in the next upload [18:15] test build looks fine [18:16] uh so I did upload 0.5.0 [18:17] not that it's much different from actual 0.5.1 [18:19] sh*t, I should really set EDITOR when doing stuff over ssh.. [18:19] mixed with sucky hotel wifi [18:30] :) [18:38] ok, uploaded