- Ubuntu 13.10/13.04/12.10/12.04 or older
- Linux Mint 15/14/13 or older
If you have more commands and tools that are not listed here, please mention them below (comment form).
Getting Started
First of all, install this dependency via the terminal:
sudo apt-get install mesa-utils
Before running the commands below, make sure 3D acceleration is enabled or not by entering this command:
/usr/lib/nux/unity_support_test -p
1. Glxinfo
You can use glxinfo to check 3d acceleration and rendering. Here are some commands you need to run from the terminal:
glxinfo -i | grep render
or
glxinfo -i | grep direct
or
glxinfo -i | grep openGL
The output returned will give you information about your graphics card (AMD or Nvidia).
2. Glxgears
You can also use glxgears to test 3D Acceleration (FPS). Simply run this command:
glxgears
or
glxgears -info
Full Story (EN):More …
Prevod :Prevod teksta
Source:upubuntu