Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled on Ubundu
Qt 6.11 is out! See what's new in the release blog

QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled on Ubundu

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 500 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sijith
    wrote on last edited by Sijith
    #1

    I am trying to load QT application which have some 3D graphics, application works on two Linux PC(where QT ) but on third one(new PC) this error is showing.

    "QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled"

    I installed
    sudo apt-get install mesa-common-dev
    sudo apt-get install freeglut3
    sudo apt-get install freeglut3-dev

    and added soft link

    sudo ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 libGL.soudo ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 libGL.so

    Machine Configuration
    description: VGA compatible controller
    product: 4th Generation Core Processor Family Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 06
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:30 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffff

    Please guide,any input is a great help.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved