Jump to content


OpenGL shader extension not available


  • Please log in to reply
3 replies to this topic

#1 san

san

    Peon

  • Members
  • Pip
  • 7 posts
  • Joined: 16-April 09
  • Name:Sanjeev Kumar

Posted 05 May 2009 - 09:19 PM

how to fix this problem


Warning: OpenGL shader extensions not available.
		 This is a limitation of your video card
		 or driver, and will prevent Houdini from
		 using GLSL shaders.
		 Set the HOUDINI_OGL_ENABLE_SHADERS
		 environment variable to zero to avoid
		 attempts to use this extension.


#2 stevenong

stevenong

    Grand noob

  • Members
  • PipPipPipPipPip
  • 1,312 posts
  • Joined: 02-July 02
  • Name:steven ong

Posted 06 May 2009 - 12:17 PM

It's just a warning that your graphics card doesn't support the extension. You can continue to ignore the warning or set the HOUDINI_OGL_ENABLE_SHADERS environment variable to 0 and you won't get the warning again.

Cheers!
steven

#3 san

san

    Peon

  • Members
  • Pip
  • 7 posts
  • Joined: 16-April 09
  • Name:Sanjeev Kumar

Posted 06 May 2009 - 12:55 PM

View Poststevenong, on May 6 2009, 01:17 PM, said:

It's just a warning that your graphics card doesn't support the extension. You can continue to ignore the warning or set the HOUDINI_OGL_ENABLE_SHADERS environment variable to 0 and you won't get the warning again.

Cheers!
steven
where and how to set that variable to 0 ?

#4 stevenong

stevenong

    Grand noob

  • Members
  • PipPipPipPipPip
  • 1,312 posts
  • Joined: 02-July 02
  • Name:steven ong

Posted 06 May 2009 - 01:02 PM

Not sure which version & OS you using but in your $HOME/houdini9.5 or $HOME/houdini10.0 directory, there is a houdini.env file. You can edit that file with a text editor and do the following:
#
# Houdini Environment Settings
#
# The contents of this file are read into the environment
# at startup.  They will override any existing entries in
# the environment.
#
# The syntax is one entry per line as follows:
#	VAR = VALUE
#
# Values may be quoted
#	VAR = "VALUE"
#
# Values may be empty
#	VAR = 
#

# Example:
#
# HOUDINI_NO_SPLASH = 1

HOUDINI_OGL_ENABLE_SHADERS = 0

If you don't have the houdini.env file, you can copy & paste the above into a file named "houdini.env" and place it in your $HOME/houdini9.5 or $HOME/houdini10.0 directory.

Cheers!
steven




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users