I think this refers to KMS_DRIVER_MINOR in the kernel drivers/gpu/drm/radeon/radeon_drv.c.
The original patch "drm/radeon: add si tile mode array query" increased it to 31.
So it looks like it will...
Type: Posts; User: Cybjit; Keyword(s):
I think this refers to KMS_DRIVER_MINOR in the kernel drivers/gpu/drm/radeon/radeon_drv.c.
The original patch "drm/radeon: add si tile mode array query" increased it to 31.
So it looks like it will...
You are welcome, I hope the packages does not mess up the system at all. :)
I might look into getting the ppa to rebuild for other releases, but I have not way of checking if they work there.
I...
Seems my previous post did not go trough.
Anyway, I have made a ppa (ppa:cybjit/ppa-glamor) with glamor packaged, and a glamor enabled xserver-xorg-video-ati. Works with stock raring mesa 9.1.
...
Now that mesa 9.1 is finally in raring, it is not necessary to compile mesa, even if 9.2 is probably better for radeonsi.
--enable-gbm was probably never needed, as it is already enabled by...
Yes, I am using xserver-xorg-core 2:1.13.2-0ubuntu3 now. But I have also upgraded other packages (LLVM git, Mesa git, Linux git), since some crashing bugs are gone with them.
I have not tried...
Well, that was a lot of unnecessary work: http://lists.x.org/archives/xorg-devel/2013-March/035721.html.
It did not even occur to me to try the stock xorg-server, as the Glamor page says it would be...
With the latest git of mesa/llvm/drm/linux, I can now run Lightsmark (25 fps average) and Torchlight.
Rochard is still just a blank screen, but it seems there are a lot of reports about this with...
And another thing I forgot, /etc/X11/xorg.conf needs to be configured:
Section "Module"
Load "dri2"
Load "glamoregl"
EndSection
Section "Device"
Identifier "ati"
I forgot two steps in xf86-video-ati.
In debian/rules add
override_dh_auto_configure:
dh_auto_configure -- --enable-glamor
In debian/patches/series remove
reverse-prime.patch
There does not seem to be that much information about how to run radeonsi.
So I tried with my HD 7750 on (K)Ubuntu Raring, and documented what I did.
Since glamor is required, and it does not...