[vtkusers] Help with installation

David Gobbi david.gobbi at gmail.com
Fri Oct 29 08:23:44 EDT 2010


On Fri, Oct 29, 2010 at 6:18 AM, Vikram Mehta <vvmehta at gmail.com> wrote:
> Hi,
>
> I tried sudo yum install opengl but it said Nothing to do and also looked in
> the
> etc/X11/xorg.conf for a load glx but that does not exist either.
>
> I am an absolute beginner and do not know what all of this means.
>
> Is there anything else I could do ?

If /etc/X11/xorg.conf is missing the Load "glx" line, then add it.
Just look for the line:

Section "Module"

Right below it, add this line:

    Load "glx"

Then restart the X server (or just reboot).

  David



More information about the vtkusers mailing list