padoka PPA

PPA description

Hi, this is the UNSTABLE, built from git padoka ppa. if you are looking
for the STABLE padoka PPA, go here:

https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/

If you like/use this PPA and think i deserve a cup of coffee, do a Paypal donation: https://www.paypal.me/padoka

I don't have the time to support multiple ubuntu versions, so i only provide support for the LTS and the latest. if you need support for older versions, use oibaf repo instead (URL below).

oibaf ppa for reference: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/

Supported Ubuntu versions:

- 18.04 LTS (bionic)
- 19.10 (eoan)

LLVM 10.0 git , updated roughly once a week (or when compiles), mesa master git (twice a week on average), intel,radeonsi,amdgpu master git (when there are any).
You just need this PPA and ubuntu 18.04 / 19.10.

I also provide vaapi / vdpau drivers and libs compiled from git.

i added OpenCL support (mesa-opencl-icd package and libclc-*), including updated libclc compiled against LLVM 9.0 and AMDGCN/R600 support.

I also provide VULKAN libs for the INTEL driver and RADEON drivers (radv).

I recently added WAYLAND git to keep up with the changes in modern window managers (kwin, etc).

=== Using gallium-nine ===
Gallium-nine lets you run DirectX 9 games in a faster way, avoiding the inefficent translation of D3D9 calls to OpenGL. For more info see https://wiki.ixit.cz/d3d9
You need:

 * this PPA
 * wine from this PPA:

https://launchpad.net/~commendsarnex/+archive/ubuntu/winedri3

 * then to enable gallium-nine run winecfg and enable native DirectX 9 under Graphics tab

=== Revert to original drivers (ALWAYS REVERT TO THE ORIGINAL DRIVERS WHEN CHANGING BETWEEN PADOKA PPAs OR REMOVING PADOKA ENTIRELY===
To revert to standard Ubuntu drivers type the following in a prompt shell:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:paulo-miguel-dias/mesa

to Mint users (info provided by Tomasz Molin)

If you're on Linux Mint and you want to ppa-purge, you need to specify the corresponding Ubuntu version of your version of Mint.

For example, Linux Mint 18 is xenial xerus.

So, the command would be:

sudo ppa-purge -d xenial ppa:paulo-miguel-dias/mesa

=== ===

The documentation provided below was written by Anthony Harrington, lets give the man a round of applause :D so, without further ado:

---

Here there be dragons!

    Along with debugging options (see below for a hopefully pretty complete list of possible options), additional features can be enabled on Radeon cards using the "R600_DEBUG" env var. (r600/radeonsi/amdgpu)

    The value of this variable can be set e.g. per individual user via the "~/.profile" config file, or for the entire machine via the "/etc/environment" config file.

    Example contents of the most useful to the average user:

    R600_DEBUG=sbcl,hyperz,llvm,sisched,forcedma

    As of late Jan 2016, Radeonsi and AMDGPU now have the "SI Scheduler" which can be enabled by the user (rather than solely by the package maintainer) by setting "R600_DEBUG=sisched".

    There may be more than this list includes. For better descriptions and to see what is enabled by default for your card, see the man pages. Certain values will require specific (usually later) versions of the software in order to work (for example, the si scheduler requires llvm 3.8+ in order to do anything)!
    The new SI scheduler is not enabled by default, but may be worth enabling if you like, since the option is available.

    Tests on phoronix have shown improved performance, although admittedly sometimes only marginal, depending on the usecase.
    Such features may be subject to slight hiccups during future tweaking to the source (as expected of bleeding edge software). (What works now might not work after a patch, but then suddenly work much better...who knows!)
    The usual risks apply when using this software, and devs cannot be held liable. Bugs are more likely to occur with these new values, but they also present a good way to help debug them! (Double edged sword!)

    Please excuse any errors, this file is intended to help curious mesa users get the most out of their AMD GPU(s).

    -LOGGING-
    "tex" "Print texture info"
    "texmip" Print texture info (mipmapped only)"
    "compute" Print compute info
    "vm" Print virtual addresses when creating resources
    "trace_cs" Trace cs and write rlockup_<csid>.c file with faulty cs
    "info" Print driver information

    -SHADERS- (debugging)
    "fs" Print fetch shaders
    "vs" Print vertex shaders
    "gs" Print geometry shaders
    "ps" Print pixel shaders
    "cs" Print compute shaders
    "tcs" Print tessellation control shaders
    "tes" Print tessellation evaluation shaders
    "noir" Don't print the LLVM IR
    "notgsi" Don't print the TGSI
    "noasm" Don't print disassembled shaders

    -FEATURES-
    "nodma" Disable asynchronous DMA
    "nohyperz" Disable Hyper-Z
    "noinvalrange" (GL uses the word INVALIDATE, gallium uses DISCARD) Disable handling of INVALIDATE_RANGE map flags
    "no2d" Disable 2D tiling
    "notiling" Disable tiling
    "switch_on_eop" Program WD/IA to switch on end-of-packet
    "precompile" Compile one shader variant at shader creation
    "nowc" Disable GTT write combining
    "check_vm" Check VM faults and dump debug information
    "llvm" Enable the LLVM shader compiler
    "sisched" Enable the SI scheduler in the LLVM backend
    "forcedma" Use asynchronous DMA for all operations when possible
    "nocpdma" Disable CP DMA

    -SHADER BACKEND-
    "nosb" Disable sb backend for graphics shaders
    "sbcl" Enable sb backend for compute shaders
    "sbdry" Don't use optimised bytecode (just print the dumps)
    "sbstat" Print optimisation statistics for shaders
    "sbdump" Print IR dumps after some optimisation passes
    "sbnofallback" Abort on errors instead of fallback
    "sbdisasm" Use sb disassembler for shader dumps
    "sbsafemath" Disable unsafe math optimisations

=== SPANISH TRANSLATION provided by Angel del Pozo Manglano

Hola, este es UNSTABLE, compilado desde el git de padoka. Si estás buscando el estable,
dirígete aquí:

https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/

Si quieres/usas este PPA y piensas que merezco una taza de café, haz una donación en Paypal:

https://www.paypal.me/padoka

No tengo tiempo para dar soporte a diferentes versiones de ubuntu, así que sólo doy soporte a LTS y a la última. Si quieres soporte para versiones más antiguas, usa el repositorio de oibaf:

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/

Versiones soportadas:

-18.04 LTS (bionic)
-19.10 (eoan)

LLVM 10.0 git, actualizado casi una vez a la semana (o cuando compile), mesa git master (dos veces por semana de media), intel, radeonsi, amdgpu git master (cuando haya).
Sólo necesitas este PPA y ubuntu 18.04 / 19.10.
También doy drivers y librerías vaapi / vdpau compilados desde git.
He añadido soporte OpenCL (paquete mesa-opencl-icd y libclc-*), incluyendo libclc actualizado compilado con LLVM 9.0 y soporte para AMDGCN/R600.
También doy librerías VULKAN para los drivers INTEL y RADEON (radv).
Recientemente he añadido WAYLAND git para seguir los cambios en los gestores de ventanas
modernos (kwin, etc).

===Usando gallium-nine ≡

Gallium-nine te permite correr juegos DirectX 9 de una manera más rápida, evitando las
traducciones ineficientes de llamadas D3D9 a OpenGL. Para más información visita
https://wiki.ixit.cz/d3d9
Necesitas:
*Este PPA
*Wine de este PPA:
https://launchpad.net/~commendsarnex/+archive/ubuntu/winedri3
*Para activar gallium-nine ejecuta winecfg y activa DirectX9 nativo en la pestaña
Gráficos.
== Volver a los drivers originales (VUELVE SIEMPRE QUE CAMBIES ENTRE PPAs DE
PADOKA O QUITÁNDOLO POR COMPLETO)===
Para volver a los drivers estándar de ubuntu teclea lo siguiente en el terminal:
$ sudo apt-get install ppa-purge aptitude
$ sudo ppa-purge ppa:paulo-miguel-dias/pkppa
para los usuarios de Mint (info proporcionada por Tomasz Molin)
Si usas Mint y quieres hacer ppa-purge, necesitas especificar la versión de Ubuntu
correspondiente a tu versión de Mint.
Por ejemplo, Linux Mint 18 es Xenial Xerus.
Entonces, el comando sería:
sudo ppa-purge -d xenial ppa:paulo-miguel-dias/pkppa

≡ ≡
La documentación de abajo fue escrita por Anthony Harrington, demos a este hombre un aplauso :D

Junto a opciones de depurado (lee abajo para una lista completa de opciones posibles),
características adicionales han sido activadas en tarjetas Radeon usando la variable de entorno
“R600_DEBUG”. (r600,radeonsi,amdgpu)
El valor de esta variable puede ser puesta individualmente por el archivo de
configuración “~/.profile” o para el ordenador entero con el archivo “/etc/environment”
Contenido de ejemplos más utiles para el usuario estándar:
R600_DEBUG=sbcl,hyperz,llvm,sisched,forcedma
Desde enero de 2016, Radeonsi y AMDGPU tienen el “SI Scheduler” que puede ser
activado por el usuario (al contrario que solamente por el mantenedor de paquetes) por la
configuración R600_DEBUG=sisched”.
Puede haber más que los que incluye esta lista. Para descripciones mejores y para ver lo
que está activado por defecto para tu tarjeta, visita las páginas man. Algunos valores requeriran
versiones específicas (usualmente posteriores) del software para funcionar (por ejemplo, el si
scheduler requiere llvm 3.8+ para hacer cualquier cosa)!
El nuevo programador SI no está activado por defecto, pero puede merecer la pena si
quieres, ya que la opción está disponible.
Test en phoronix muestran desempeño mejorado, aunque a veces sólo marginal, dependiendo
del caso.
Algunas características pueden sufrir altibajos durante algunos cambios (hablamos de
software a la última versión). (Lo que funciona puede dejar de funcionar después de un parche,
pero de repente empezar a funcionar mucho mejor... quién sabe!)
Los riesgos están cuando se usa este software, y los desarrolladores no son responsables.
Es más probable que ocurran bugs con estos nuevos valores, !pero también presentan una buena
forma de ayudar a depurarlos! (!hoja de doble filo!).
Perdona cualquier error, este archivo está para ayudar a los usuarios de mesa curiosos sacar el
mayor jugo de sus gráficas AMD.

-LOGGING-
"tex" "Print texture info"
"texmip" Print texture info (mipmapped only)"
"compute" Print compute info
"vm" Print virtual addresses when creating resources
"trace_cs" Trace cs and write rlockup_<csid>.c file with faulty cs
"info" Print driver information
-SHADERS- (debugging)
"fs" Print fetch shaders
"vs" Print vertex shaders
"gs" Print geometry shaders
"ps" Print pixel shaders
"cs" Print compute shaders
"tcs" Print tessellation control shaders
"tes" Print tessellation evaluation shaders
"noir" Don't print the LLVM IR
"notgsi" Don't print the TGSI
"noasm" Don't print disassembled shaders
-FEATURES-
"nodma" Disable asynchronous DMA

"nohyperz" Disable Hyper-Z
"noinvalrange" (GL uses the word INVALIDATE, gallium uses DISCARD) Disable handling of
INVALIDATE_RANGE map flags
"no2d" Disable 2D tiling
"notiling" Disable tiling
"switch_on_eop" Program WD/IA to switch on end-of-packet
"precompile" Compile one shader variant at shader creation
"nowc" Disable GTT write combining
"check_vm" Check VM faults and dump debug information
"llvm" Enable the LLVM shader compiler
"sisched" Enable the SI scheduler in the LLVM backend
"forcedma" Use asynchronous DMA for all operations when possible
"nocpdma" Disable CP DMA
-SHADER BACKEND-
"nosb" Disable sb backend for graphics shaders
"sbcl" Enable sb backend for compute shaders
"sbdry" Don't use optimised bytecode (just print the dumps)
"sbstat" Print optimisation statistics for shaders
"sbdump" Print IR dumps after some optimisation passes
"sbnofallback" Abort on errors instead of fallback
"sbdisasm" Use sb disassembler for shader dumps
"sbsafemath" Disable unsafe math optimisations

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:paulo-miguel-dias/mesa to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:paulo-miguel-dias/mesa
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for:
deb https://ppa.launchpadcontent.net/paulo-miguel-dias/mesa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
deb-src https://ppa.launchpadcontent.net/paulo-miguel-dias/mesa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
Signing key:
1024R/04EB81D1659602CB76B6879BF6CC6FDDA6032A6A (What is this?)
Fingerprint:
04EB81D1659602CB76B6879BF6CC6FDDA6032A6A

For questions and bugs with software in this PPA please contact Paulo Dias.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

125 of 25 results
Package Version Uploaded by
glslang 7.11.3113-1~oibaf~b Oibaf ()
libclc 0.2.0+git201903250007.4501738~b~padoka0 Paulo Dias ()
libdrm 2.4.100+git2001081023.9ebfac1~e~padoka0 Paulo Dias ()
libdrm 2.4.100+git2001081023.9ebfac1~b~padoka0 (Newer version available) Paulo Dias ()
libdrm 2.4.100+git1910171150.0190f49~d~padoka0 Paulo Dias ()
libglvnd 1.2.0-1~e~padoka0 Paulo Dias ()
libglvnd 1.2.0-1~b~padoka0 Paulo Dias ()
llvm-toolchain-snapshot 1:11~++20200318010939+b09cce07c7e-1~e~padoka0 Paulo Dias ()
llvm-toolchain-snapshot 1:11~++20200318010939+b09cce07c7e-1~b~padoka0 Paulo Dias ()
llvm-toolchain-snapshot 1:10~svn373597-0~d~padoka0 Paulo Dias ()
mesa 1:20.0~git200128124800.fe5267d~b~padoka0 Paulo Dias ()
mesa 1:20.0~git200108125000.ad4fb7e~e~padoka0 Paulo Dias ()
mesa 1:19.3~git191017160600.c644644~d~padoka0 Paulo Dias ()
meson 0.51.2-1~oibaf~b Oibaf ()
meson-padoka 0.49.2-3~e~padoka0 Paulo Dias ()
meson-padoka 0.49.2-3~d~padoka0 Paulo Dias ()
meson-padoka 0.49.2-3~b~padoka0 Paulo Dias ()
wayland 1.15.0-2~oibaf~b (Newer version available) Oibaf ()
xserver-xorg-video-amdgpu 19.1.0+git1910171153.b467d25~d~padoka0 Paulo Dias ()
xserver-xorg-video-amdgpu 19.1.0+git1910171153.b467d25~b~padoka0 Paulo Dias ()
xserver-xorg-video-ati 1:19.1.0+git1910171152.b9bd809~d~padoka0 Paulo Dias ()
xserver-xorg-video-ati 1:19.1.0+git1910171152.b9bd809~b~padoka0 Paulo Dias ()
xserver-xorg-video-intel 2:2.99.917+git2001091057.f66d395~e~padoka0 Paulo Dias ()
xserver-xorg-video-intel 2:2.99.917+git2001091057.f66d395~b~padoka0 Paulo Dias ()
xserver-xorg-video-intel 2:2.99.917+git1910072011.bff5eca~d~padoka0 Paulo Dias ()
125 of 25 results

Latest updates

  • llvm-toolchain-snapshot 209 weeks ago
    Successfully built
  • llvm-toolchain-snapshot 209 weeks ago
    Successfully built
  • mesa 216 weeks ago
    Failed to build: amd64 i386
  • meson 216 weeks ago
    Successfully built
  • xserver-xorg-video-intel 219 weeks ago
    Successfully built