Graphics

Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2011-04-28 04:17:04
Size: 1646
Editor: c952440e
Comment:
Revision 9 as of 2012-04-26 11:53:07
Size: 2141
Editor: p4FDFB227
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

 '''TI does not offer a hardfloat build of the omap3 SGX drivers, thus this package is not available for the 12.04 armhf images'''
Line 14: Line 16:
If you're using the pre-installed image then just install the TI OMAP4 Extras and you'll have SGX working after your next reboot. If you are adventurous you can also add the TI OMAP trunk ppa that contains unreleased packages using:  ''' NOTE !!! The procedure below is only necessary on installs prior 12.04 (Precise Pangolin), from 12.04 on the SGX driver is included in the ubuntu archive and will be offered to you automatically by the hardware driver manager (jockey) after installation'''
 
{{attachment:ti-ppa.png|TI Ubuntu extras Installation Icon|align="top"}}

If you're using the official pre-installed image you will find an icon with a TI logo in the unity launcher on the left (see image above). Just clicking on the icon will automatically install the TI OMAP4 Extras and you'll have SGX working after your next reboot. If you are adventurous you can also add the TI OMAP trunk ppa that contains unreleased packages using:
Line 41: Line 47:

= Lucid =

Not supported by default, but with OMAP 3 backporting Maverick's driver should probably work fine.

SGX Video Acceleration

Installing drivers for OMAP 3

  • TI does not offer a hardfloat build of the omap3 SGX drivers, thus this package is not available for the 12.04 armhf images

Activate the universe and multiverse repositories, then install the following packages:

$ sudo apt-get install libegl1-sgx-omap3 libgles1-sgx-omap3 libgles2-sgx-omap3

Before using it just be sure your user is also included at 'video' group.

Installing drivers for OMAP 4

  • NOTE !!! The procedure below is only necessary on installs prior 12.04 (Precise Pangolin), from 12.04 on the SGX driver is included in the ubuntu archive and will be offered to you automatically by the hardware driver manager (jockey) after installation

TI Ubuntu extras Installation Icon

If you're using the official pre-installed image you will find an icon with a TI logo in the unity launcher on the left (see image above). Just clicking on the icon will automatically install the TI OMAP4 Extras and you'll have SGX working after your next reboot. If you are adventurous you can also add the TI OMAP trunk ppa that contains unreleased packages using:

$ sudo apt-add-repository ppa:tiomap-dev/omap-trunk

In case you want to install it by hand, just activate the tiomap-dev PPA https://launchpad.net/~tiomap-dev/+archive/release and make sure you install the following packages:

$ sudo apt-get install libegl1-sgx-omap4 libgles1-sgx-omap4 libgles2-sgx-omap4

There is also a metapackage just for the SGX support that installs the above packages and more

$ sudo apt-get install ubuntu-omap4-extras-graphics

Testing SGX with a DEMO

Grab the SDK Demo Package from http://neuvoo.org/neuvoo/distfiles/SGX-3.01.00.07-SDK.tar.gz

Then to run the demos just get into the X11 Binaries directory (e.g. OGLES/SDKPackage/Binaries/CommonX11/Demos/EvilSkull) and run the demo:

$ ./OGLESEvilSkull

You can also install the package mesa-utils-extra that contains es2gears and es2_info (available only at >= Natty)

ARM/OMAP/Graphics (last edited 2012-04-26 11:53:07 by p4FDFB227)