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;
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
add a comment |
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
add a comment |
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
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
xorg display xvfb xephyr
asked Apr 11 at 4:14
klausklaus
1112
1112
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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