Results 1 to 6 of 6

Thread: OpenGL 3.0 not supported

  1. #1
    Join Date
    May 2012
    Beans
    20

    OpenGL 3.0 not supported

    Operating system: Ubuntu 13.10 32bit
    CPU: Intel® Core™ i3 CPU M 370 @ 2.40GHz × 4
    GPU: Intel® Ironlake Mobile x86/MMX/SSE2

    I didn't know whether this should go in here or installation and upgrades because my problems have been with games. I have been playing Minecraft and tried to install the glsl shaders and I kept getting a "Error: Invalid program: gbuffers_terrain"
    [Shaders] OpenGL 2.0 = Y 2.1 = Y 3.0 = N 3.2 = N[03:10:20 INFO]: Client> [Shaders] GL_MAX_DRAW_BUFFERS = 8[03:10:20 INFO]: Client> [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT = 8[03:10:20 INFO]: Client> [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS = 16[03:10:21 INFO]: Client> GL error 0x0502: Invalid operation at useProgram gbuffers_terrain[03:10:21 INFO]: Client> GL error 0x0501: Invalid value at useProgram gbuffers_terrain[03:10:21 INFO]: Client> [03:10:21] [Client thread/INFO]: [CHAT] [Shaders] Error : Invalid program gbuffers_terrain[03:10:21 INFO]: Client> [Shaders] Error : Invalid program gbuffers_terrain[03:10:21 INFO]: Client> Program gbuffers_hand loaded[03:10:21 INFO]: Client> Sun path rotation: -40.0f[03:10:21 INFO]: Client> AO Level: 1.0f
    The mod developer said that my driver doesn't support OpenGl 3.0 and to update it, but I did before this with the latest Intel Graphics installer. What do?

  2. #2
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: OpenGL 3.0 not supported

    which intel linux driver are you using?

  3. #3
    Join Date
    May 2012
    Beans
    20

    Re: OpenGL 3.0 not supported

    I don't know. How do I check?

  4. #4
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: OpenGL 3.0 not supported

    within your /var/log/Xorg.0.log. you may be able to see it using this command
    Code:
    cat /var/log/Xorg.0.log | grep Module

  5. #5
    Join Date
    Sep 2005
    Beans
    1,596
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: OpenGL 3.0 not supported

    IronLake only supports OpenGL 2.1
    http://en.wikipedia.org/wiki/List_of...ocessing_units
    MBA M1 - M1 8GB 256GB - macOS Monterey
    MSI GL65 - i5-10300H 16GB 512GB GTX 1650 Windows 11
    Galaxy Book Go - Snapdragon 7c Gen 2 4GB 128GB Windows 11

  6. #6
    Join Date
    May 2012
    Beans
    20

    Re: OpenGL 3.0 not supported

    Quote Originally Posted by dannyboy79 View Post
    within your /var/log/Xorg.0.log. you may be able to see it using this command
    Code:
    cat /var/log/Xorg.0.log | grep Module
    This is what I got if you think there might be a way if not all well.
    Code:
     [    23.654] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"[    23.654] (II) Module ABI versions:
    [    23.656] (II) LoadModule: "dri2"
    [    23.656] (II) Module "dri2" already built-in
    [    23.656] (II) LoadModule: "glamoregl"
    [    24.277] (II) Module glamoregl: vendor="X.Org Foundation"
    [    24.277] (II) LoadModule: "glx"
    [    24.277] (II) Module glx: vendor="X.Org Foundation"
    [    24.277] (II) LoadModule: "intel"
    [    24.323] (II) Module intel: vendor="X.Org Foundation"
    [    24.323]     Module class: X.Org Video Driver
    [    24.323] (II) LoadModule: "vesa"
    [    24.324] (II) Module vesa: vendor="X.Org Foundation"
    [    24.324]     Module class: X.Org Video Driver
    [    24.324] (II) LoadModule: "modesetting"
    [    24.324] (II) Module modesetting: vendor="X.Org Foundation"
    [    24.324]     Module class: X.Org Video Driver
    [    24.324] (II) LoadModule: "fbdev"
    [    24.324] (II) Module fbdev: vendor="X.Org Foundation"
    [    24.324]     Module class: X.Org Video Driver
    [    24.325] (II) LoadModule: "fbdevhw"
    [    24.326] (II) Module fbdevhw: vendor="X.Org Foundation"
    [    24.328] (II) LoadModule: "dri2"
    [    24.328] (II) Module "dri2" already built-in
    [    24.328] (II) UnloadModule: "vesa"
    [    24.328] (II) UnloadModule: "modesetting"
    [    24.328] (II) UnloadModule: "fbdev"
    [    24.328] (II) UnloadSubModule: "fbdevhw"
    [    24.473] (II) LoadModule: "evdev"
    [    24.495] (II) Module evdev: vendor="X.Org Foundation"
    [    24.495]     Module class: X.Org XInput Driver
    [    24.501] (II) LoadModule: "synaptics"
    [    24.501] (II) Module synaptics: vendor="X.Org Foundation"
    [    24.501]     Module class: X.Org XInput Driver
    IronLake only supports OpenGL 2.1
    http://en.wikipedia.org/wiki/List_of...ocessing_units
    Thanks for what might have been unsuccessful extra effort.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •