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. Qt-based programs fail to start in 5120x1440

Qt-based programs fail to start in 5120x1440

Scheduled Pinned Locked Moved Unsolved General and Desktop
10 Posts 5 Posters 755 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.
  • R Offline
    R Offline
    RonWesley
    Banned
    wrote on 20 Jan 2020, 12:31 last edited by RonWesley
    #1
    This post is deleted!
    J 1 Reply Last reply 20 Jan 2020, 13:26
    0
    • R RonWesley
      20 Jan 2020, 12:31

      This post is deleted!

      J Online
      J Online
      jsulm
      Lifetime Qt Champion
      wrote on 20 Jan 2020, 13:26 last edited by JKSH 3 Dec 2021, 01:21
      #2

      [EDIT: Original post deleted. It was spam, copied + pasted from https://www.reddit.com/r/Qt5/comments/csmzom/qtbased_programs_fail_to_start_in_5120x1440/ --JKSH]

      @RonWesley Did you try to ask Manjaro/i3 community?
      Also it would be interesting to know whether a simple "Hello World" Qt GUI app shows this behaviour, but that would require additional work on your side.

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

      1 Reply Last reply
      1
      • A Offline
        A Offline
        afedulov
        wrote on 11 Mar 2021, 23:04 last edited by afedulov 3 Nov 2021, 23:07
        #3

        I can confirm the same behavior on Linux Mint 19 for the backintime backup tool and the openshot video editor. It first hangs for a couple of minutes at the last line of this log:

        qt5ct: using qt5ct plugin
                 app:INFO ------------------------------------------------
                 app:INFO             Fri Mar 12 00:00:29 2021            
                 app:INFO               Starting new session              
                 app:INFO ------------------------------------------------
                 app:INFO          OpenShot (version 2.5.1-dev2)          
                 app:INFO ------------------------------------------------
                 app:INFO openshot-qt version: 2.5.1-dev2
                 app:INFO libopenshot version: 0.2.5-dev2
                 app:INFO platform: Linux-4.15.0-135-generic-x86_64-with-LinuxMint-19-tara
                 app:INFO processor: x86_64
                 app:INFO machine: x86_64
                 app:INFO python version: 3.6.9
                 app:INFO qt5 version: 5.9.5
                 app:INFO pyqt5 version: 5.10.1
            language:INFO Qt Detected Languages: ['en-US', 'en']
            language:INFO LANG Environment Variable: en_US.UTF-8
            language:INFO LOCALE Environment Variable: 
            language:INFO OpenShot Preference Language: Default
        project_data:INFO Setting default profile to HDV 720 24p
                 app:INFO Setting font to /usr/lib/python3/dist-packages/openshot_qt/images/fonts/Ubuntu-R.ttf
        logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556
                 app:INFO Setting custom dark theme
        qt5ct: D-Bus global menu: no
        
        

        Then tries to proceed with rendering and opens an empty window that spans probably 3x the width of my 5120px monitor. Please, someone look into this. I can provide further logs, if needed. Switching to 3840x1080 for every QT app is not an option.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          artwaw
          wrote on 11 Mar 2021, 23:43 last edited by
          #4

          This is odd, my desktop res is 5120 × 2880 and works well under debian, windows and macOS.

          For more information please re-read.

          Kind Regards,
          Artur

          1 Reply Last reply
          0
          • A Offline
            A Offline
            afedulov
            wrote on 12 Mar 2021, 00:09 last edited by afedulov 3 Dec 2021, 00:11
            #5

            Not sure if it matters, but I also have a Samsung one, as does RonWesley.
            https://www.amazon.de/-/en/gp/product/B07PQ4MPT6
            And everything works fine in 3840x1080.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              afedulov
              wrote on 12 Mar 2021, 12:02 last edited by
              #6

              @jsulm could you provide such a Hello World application to test with my OS (Linux Mint 19, based on Ubuntu bionic)? Or point at any other simple QT application that you expect to work?

              J 1 Reply Last reply 12 Mar 2021, 12:03
              0
              • A afedulov
                12 Mar 2021, 12:02

                @jsulm could you provide such a Hello World application to test with my OS (Linux Mint 19, based on Ubuntu bionic)? Or point at any other simple QT application that you expect to work?

                J Online
                J Online
                jsulm
                Lifetime Qt Champion
                wrote on 12 Mar 2021, 12:03 last edited by
                #7

                @afedulov Simply create a default widget application in QtCreator (there is wizard for that)...

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

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  afedulov
                  wrote on 14 Oct 2021, 11:11 last edited by
                  #8

                  @artwaw @jsulm this issue is still unsolved, the bug report for it was auto-closed without resolution: https://bugreports.qt.io/browse/QTBUG-77828
                  Could you maybe think of some workaround? Are there any standard QT parameters like default resolution that could be passed upon application startup? I also have a second display, so maybe forcing the application to start on a smaller-resolution screen could help? Everything works fine as soon as I change the resolution of the 49" Samsung monitor to 3840x1440 instead of the native 5120x1440.

                  A 1 Reply Last reply 14 Oct 2021, 11:30
                  0
                  • A afedulov
                    14 Oct 2021, 11:11

                    @artwaw @jsulm this issue is still unsolved, the bug report for it was auto-closed without resolution: https://bugreports.qt.io/browse/QTBUG-77828
                    Could you maybe think of some workaround? Are there any standard QT parameters like default resolution that could be passed upon application startup? I also have a second display, so maybe forcing the application to start on a smaller-resolution screen could help? Everything works fine as soon as I change the resolution of the 49" Samsung monitor to 3840x1440 instead of the native 5120x1440.

                    A Offline
                    A Offline
                    artwaw
                    wrote on 14 Oct 2021, 11:30 last edited by
                    #9

                    @afedulov Have you tried the simple widgets app like @jsulm asked you in March?

                    For more information please re-read.

                    Kind Regards,
                    Artur

                    1 Reply Last reply
                    1
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 14 Oct 2021, 18:38 last edited by
                      #10

                      The issue was auto solved because there has been no feedback to the request for tests.

                      If you can do what was suggested there and add some more information to it then the bug can be reopen.

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - 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