Increase FPS in new X display Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionX “Can't open display: :0” while DISPLAY variable is correctSplitting display among computersIncrease brightness in a part of the displayScreen stretching on Mint Cinnamon after hard reboothow to detect what DISPLAY is active/has input focus?How to get information about which display server is running?new debian installation doesn't like showing native resolution of displayXephyr: Low FPS inside 3D accelerated gamesXvfb: export display permanentlyDisplay freezes when HDMI is not connected

Direct Experience of Meditation

Unexpected result with right shift after bitwise negation

Is there a service that would inform me whenever a new direct route is scheduled from a given airport?

I'm having difficulty getting my players to do stuff in a sandbox campaign

Biased dice probability question

Area of a 2D convex hull

What can I do if my MacBook isn’t charging but already ran out?

Are my PIs rude or am I just being too sensitive?

What did Darwin mean by 'squib' here?

Need a suitable toxic chemical for a murder plot in my novel

Simulating Exploding Dice

How do I keep my slimes from escaping their pens?

Can smartphones with the same camera sensor have different image quality?

Can a monk deflect thrown melee weapons?

Jazz greats knew nothing of modes. Why are they used to improvise on standards?

What are the performance impacts of 'functional' Rust?

Stopping real property loss from eroding embankment

When is phishing education going too far?

Why does this iterative way of solving of equation work?

How many things? AとBがふたつ

Antler Helmet: Can it work?

New Order #5: where Fibonacci and Beatty meet at Wythoff

What loss function to use when labels are probabilities?

Did the new image of black hole confirm the general theory of relativity?



Increase FPS in new X display



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionX “Can't open display: :0” while DISPLAY variable is correctSplitting display among computersIncrease brightness in a part of the displayScreen stretching on Mint Cinnamon after hard reboothow to detect what DISPLAY is active/has input focus?How to get information about which display server is running?new debian installation doesn't like showing native resolution of displayXephyr: Low FPS inside 3D accelerated gamesXvfb: export display permanentlyDisplay freezes when HDMI is not connected



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to run an application in a different 'fake' X display, but I noticed that the performance (FPS) of the application if much smaller than in my original X display.



I tried to use Xephyr, Xvfb and other similar solutions to create the new display and I run my application there. The problem is that the FPS in the new display is far below the one I was expecting. Even with virtualGL, the performance is still far below the one in my original display.



I did some tests using glxgears, and here are the results:



If I run glxgears in my current display it shows:



$ vblank_mode=0 glxgears -info
GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
GL_VERSION = 3.0 Mesa 13.0.6
GL_VENDOR = Intel Open Source Technology Center
36686 frames in 5.0 seconds = 7337.035 FPS


Now if I start a new X display and run glxgears there I get:



$ Xephyr/Xvfb :1 ..
$ DISPLAY=:1 vblank_mode=0 glxgears -info
GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
GL_VERSION = 3.0 Mesa 13.0.6
GL_VENDOR = VMware, Inc.
7315 frames in 5.0 seconds = 1462.783 FPS


Even with VirtualGL, the fps is still low.



$ Xephyr/Xvfb :1 ..
$ DISPLAY=:1 vblank_mode=0 vglrun glxgears -info
GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
GL_VERSION = 3.0 Mesa 13.0.6
GL_VENDOR = Intel Open Source Technology Center
9473 frames in 5.0 seconds = 1894.576 FPS


Is there a way to create a new X display that has the same capabilities as my current display (high FPS), so that I can run my application?










share|improve this question




























    0















    I am trying to run an application in a different 'fake' X display, but I noticed that the performance (FPS) of the application if much smaller than in my original X display.



    I tried to use Xephyr, Xvfb and other similar solutions to create the new display and I run my application there. The problem is that the FPS in the new display is far below the one I was expecting. Even with virtualGL, the performance is still far below the one in my original display.



    I did some tests using glxgears, and here are the results:



    If I run glxgears in my current display it shows:



    $ vblank_mode=0 glxgears -info
    GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
    GL_VERSION = 3.0 Mesa 13.0.6
    GL_VENDOR = Intel Open Source Technology Center
    36686 frames in 5.0 seconds = 7337.035 FPS


    Now if I start a new X display and run glxgears there I get:



    $ Xephyr/Xvfb :1 ..
    $ DISPLAY=:1 vblank_mode=0 glxgears -info
    GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
    GL_VERSION = 3.0 Mesa 13.0.6
    GL_VENDOR = VMware, Inc.
    7315 frames in 5.0 seconds = 1462.783 FPS


    Even with VirtualGL, the fps is still low.



    $ Xephyr/Xvfb :1 ..
    $ DISPLAY=:1 vblank_mode=0 vglrun glxgears -info
    GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
    GL_VERSION = 3.0 Mesa 13.0.6
    GL_VENDOR = Intel Open Source Technology Center
    9473 frames in 5.0 seconds = 1894.576 FPS


    Is there a way to create a new X display that has the same capabilities as my current display (high FPS), so that I can run my application?










    share|improve this question
























      0












      0








      0








      I am trying to run an application in a different 'fake' X display, but I noticed that the performance (FPS) of the application if much smaller than in my original X display.



      I tried to use Xephyr, Xvfb and other similar solutions to create the new display and I run my application there. The problem is that the FPS in the new display is far below the one I was expecting. Even with virtualGL, the performance is still far below the one in my original display.



      I did some tests using glxgears, and here are the results:



      If I run glxgears in my current display it shows:



      $ vblank_mode=0 glxgears -info
      GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = Intel Open Source Technology Center
      36686 frames in 5.0 seconds = 7337.035 FPS


      Now if I start a new X display and run glxgears there I get:



      $ Xephyr/Xvfb :1 ..
      $ DISPLAY=:1 vblank_mode=0 glxgears -info
      GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = VMware, Inc.
      7315 frames in 5.0 seconds = 1462.783 FPS


      Even with VirtualGL, the fps is still low.



      $ Xephyr/Xvfb :1 ..
      $ DISPLAY=:1 vblank_mode=0 vglrun glxgears -info
      GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = Intel Open Source Technology Center
      9473 frames in 5.0 seconds = 1894.576 FPS


      Is there a way to create a new X display that has the same capabilities as my current display (high FPS), so that I can run my application?










      share|improve this question














      I am trying to run an application in a different 'fake' X display, but I noticed that the performance (FPS) of the application if much smaller than in my original X display.



      I tried to use Xephyr, Xvfb and other similar solutions to create the new display and I run my application there. The problem is that the FPS in the new display is far below the one I was expecting. Even with virtualGL, the performance is still far below the one in my original display.



      I did some tests using glxgears, and here are the results:



      If I run glxgears in my current display it shows:



      $ vblank_mode=0 glxgears -info
      GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = Intel Open Source Technology Center
      36686 frames in 5.0 seconds = 7337.035 FPS


      Now if I start a new X display and run glxgears there I get:



      $ Xephyr/Xvfb :1 ..
      $ DISPLAY=:1 vblank_mode=0 glxgears -info
      GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = VMware, Inc.
      7315 frames in 5.0 seconds = 1462.783 FPS


      Even with VirtualGL, the fps is still low.



      $ Xephyr/Xvfb :1 ..
      $ DISPLAY=:1 vblank_mode=0 vglrun glxgears -info
      GL_RENDERER = Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2)
      GL_VERSION = 3.0 Mesa 13.0.6
      GL_VENDOR = Intel Open Source Technology Center
      9473 frames in 5.0 seconds = 1894.576 FPS


      Is there a way to create a new X display that has the same capabilities as my current display (high FPS), so that I can run my application?







      xorg display xvfb xephyr






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 11 at 4:14









      klausklaus

      1112




      1112




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511798%2fincrease-fps-in-new-x-display%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511798%2fincrease-fps-in-new-x-display%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.