Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of ~archive/OpenGLSupport


Ignore:
Timestamp:
Sep 18, 2008, 11:17:31 AM (16 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ~archive/OpenGLSupport

    v1 v1  
     1= Test for OpenGL Support =
     2
     3This guide is for Linuxes only. To check if your system is configured for OpenGL correctly, open a console, make sure you are not logged in as root and execute the command:
     4{{{
     5user@ubuntu:~> glxinfo | grep render
     6}}}
     7
     8This should produce something like this:
     9{{{
     10direct rendering: Yes
     11OpenGL renderer string: RADEON 9500 Pro Generic
     12}}}
     13The {{{OpenGL renderer string}}} will probably look different at your computer, don't panic.
     14
     15If its written {{{direct rendering: No}}} at your computer, you will have to go over your system configuration again and and look for some good tutorials online to configure it. We can't give you good support, since are not system specialists ourselves. Perhaps there is some help in the [wiki:download installation guide].