Effects qml:

>cat test.qml

import QtQuick 2.3

Rectangle {
    width: 200
    height: 100
    color: "red"

    Text {
        anchors.centerIn: parent
        text: "Hello, World!"
    }
}

> qml test.qml
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are 
enabled
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options 
QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, 
blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, 
swapBehavior 2, swapInterval 1, profile  0) 
[1]    13015 abort (core dumped)  qml ~/code/qml/test.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1590737

Title:
  Failed to create OpenGL context for format QSurfaceFormat(version 2.0,
  options QFlags(), depthBufferSize 24, redBufferSize -1,
  greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1,
  stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1,
  profile  0)  Aborted (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1590737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to