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. libGL error occurs when QWebEngineView App runs on ubuntu22.04
Forum Updated to NodeBB v4.3 + New Features

libGL error occurs when QWebEngineView App runs on ubuntu22.04

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.9k 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.
  • G Offline
    G Offline
    gaojinhsu
    wrote on last edited by gaojinhsu
    #1

    this app is developed on Qt5.15.2, built and deployed on ubuntu18.04, when I try to run it on ubuntu22.04, this error occurs libGL error: pci id for fd 9: 1ab8:0010, driver (null), so I copied libGL.so.1 when deploying it on ubuntu18.04, the error description changed a little libGL error: pci id for fd 9: 1ab8:0010, driver (null) pci id for fd 10: 1ab8:0010, driver (null) Unrecognized OpenGL version. How can I fix this?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Install suitable OpenGL enabled drivers for your hardware on the machine running Ubuntu 22.04. From the PCI device id it seems that this is running inside a Parallels virtual environment, so you may need to enable 3D support in the VM.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gaojinhsu
        wrote on last edited by gaojinhsu
        #3

        22780206-5108-42f3-906e-ab9d8103b152-image.png
        this is the only option I can find in the VM which is relevant to 3D, and it is enabled by default., I didn't change that. Also I tried to install drivers from https://www.amd.com/en/support/linux-drivers, still got this error. Also I find this, no items shows in Additional Drivers tab. I am not sure if this is abnormal.

        b7b243e8-560b-4bb8-973f-43ffe0f531ee-image.png

        jsulmJ 1 Reply Last reply
        0
        • G gaojinhsu

          22780206-5108-42f3-906e-ab9d8103b152-image.png
          this is the only option I can find in the VM which is relevant to 3D, and it is enabled by default., I didn't change that. Also I tried to install drivers from https://www.amd.com/en/support/linux-drivers, still got this error. Also I find this, no items shows in Additional Drivers tab. I am not sure if this is abnormal.

          b7b243e8-560b-4bb8-973f-43ffe0f531ee-image.png

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @gaojinhsu I don't use Parallels, but in VMWare there is a way to install VMWare specific drivers in the guest OS. Check whether you can do the same in Parallels.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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