Search notes:

Direct Rendering Infrastructure

Abbreviated by: DRI.
DRI is a framework that allows processes to safely and efficiently access graphic hardware.
X (via mesa ?) installs DRI if the graphic card supports it.
Apparently, a user must be member of the video group to be able to access graphic hardware acceleration.

Checking if DRI is enabled

grep DRI /varlog/Xorg.0.log
should print something like (II) intel(0): direct rendering: DRI2 enabled
Alternatively, if glxinfo is installed, the following grep can be used:
glxinfo | grep -B2 'direct rendering'
It should print
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Finally, the working of DRI can be confirmed with
glxinfo | egrep ' OpenGL (vendor|renderer|version)'
If this egrep does not print something like Software Rasterizer, then the user who ran this command has working acceleration.

Links

http://linuxfromscratch.org/blfs/view/stable/x/xorg-config.html

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/gr...', 1758207817, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/graphic/DRI/index(66): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78