All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled
@ 2018-11-12 13:11 Chen Zhang
  2018-11-12 13:17 ` [Qemu-devel] [Bug 1802915] " Chen Zhang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Chen Zhang @ 2018-11-12 13:11 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Guest OS running with GL enabled GTK display shows a reduced refresh
rate, e.g. moving cursor around with iGVT-g DMA Buf.

It seems that a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
(30ms) is defined in include/ui/console.h, throttling the display
refresh rate at 33Hz.

To correct this throttle issue, a shorter interval should be applied to
display change listener or the default value should be used.

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: gtk ui

** Attachment added: "slow motion of a throttled windows guest"
   https://bugs.launchpad.net/bugs/1802915/+attachment/5211842/+files/guest.mov

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  New

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  It seems that a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval should be applied
  to display change listener or the default value should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
@ 2018-11-12 13:17 ` Chen Zhang
  2018-11-13  3:15 ` Chen Zhang
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chen Zhang @ 2018-11-12 13:17 UTC (permalink / raw)
  To: qemu-devel

Slow motion clips for host/guest were uploaded as attachments.

** Attachment added: "slow motion for host os"
   https://bugs.launchpad.net/qemu/+bug/1802915/+attachment/5211843/+files/host.mov

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  New

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  It seems that a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval should be applied
  to display change listener or the default value should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
  2018-11-12 13:17 ` [Qemu-devel] [Bug 1802915] " Chen Zhang
@ 2018-11-13  3:15 ` Chen Zhang
  2018-12-15 14:50 ` Thomas Arouge
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chen Zhang @ 2018-11-13  3:15 UTC (permalink / raw)
  To: qemu-devel

** Description changed:

  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.
  
- It seems that a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
+ Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.
  
- To correct this throttle issue, a shorter interval should be applied to
- display change listener or the default value should be used.
+ To correct this throttle issue, a shorter interval (16 or 17
+ milliseconds) should be applied to display change listener or the
+ default value should be modified.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  New

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
  2018-11-12 13:17 ` [Qemu-devel] [Bug 1802915] " Chen Zhang
  2018-11-13  3:15 ` Chen Zhang
@ 2018-12-15 14:50 ` Thomas Arouge
  2021-05-02  5:52 ` Thomas Huth
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Arouge @ 2018-12-15 14:50 UTC (permalink / raw)
  To: qemu-devel

Instead of changing the value, I think there should be a function that
determines the ideal "GUI_REFRESH_INTERVAL_DEFAULT" value, with the
option to override it. That way, monitor greater than 60 Hz can also
benefit.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  New

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
                   ` (2 preceding siblings ...)
  2018-12-15 14:50 ` Thomas Arouge
@ 2021-05-02  5:52 ` Thomas Huth
  2021-07-02  4:17 ` Launchpad Bug Tracker
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-05-02  5:52 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to
another system. For this we need to know which bugs are still valid
and which could be closed already. Thus we are setting older bugs to
"Incomplete" now.

If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  Incomplete

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
                   ` (3 preceding siblings ...)
  2021-05-02  5:52 ` Thomas Huth
@ 2021-07-02  4:17 ` Launchpad Bug Tracker
  2021-10-29  7:41 ` Jose Biosca
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-02  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  Expired

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
                   ` (4 preceding siblings ...)
  2021-07-02  4:17 ` Launchpad Bug Tracker
@ 2021-10-29  7:41 ` Jose Biosca
  2021-10-29 16:04 ` Lee Garrett
  2021-10-29 16:49 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Jose Biosca @ 2021-10-29  7:41 UTC (permalink / raw)
  To: qemu-devel

The bug is still here.

People are simply modifying the code and recompiling.. It only needs to
change the code cap from 30ms (10 years old cap) to 16ms, and we got a
smooth gui capable of gaming.

Please, don't ignore us. Recompiling qemu only for one number is very
annoying.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  Expired

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
                   ` (5 preceding siblings ...)
  2021-10-29  7:41 ` Jose Biosca
@ 2021-10-29 16:04 ` Lee Garrett
  2021-10-29 16:49 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Lee Garrett @ 2021-10-29 16:04 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  Confirmed

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1802915] Re: GTK display refresh rate is throttled
  2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
                   ` (6 preceding siblings ...)
  2021-10-29 16:04 ` Lee Garrett
@ 2021-10-29 16:49 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-10-29 16:49 UTC (permalink / raw)
  To: qemu-devel

The ticket has been re-opened here:

 https://gitlab.com/qemu-project/qemu/-/issues/700

... so let's keep this one here closed, please.

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #700
   https://gitlab.com/qemu-project/qemu/-/issues/700

** Changed in: qemu
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1802915

Title:
  GTK display refresh rate is throttled

Status in QEMU:
  Invalid

Bug description:
  Guest OS running with GL enabled GTK display shows a reduced refresh
  rate, e.g. moving cursor around with iGVT-g DMA Buf.

  Apparently, a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT
  (30ms) is defined in include/ui/console.h, throttling the display
  refresh rate at 33Hz.

  To correct this throttle issue, a shorter interval (16 or 17
  milliseconds) should be applied to display change listener or the
  default value should be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1802915/+subscriptions



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-29 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 13:11 [Qemu-devel] [Bug 1802915] [NEW] GTK display refresh rate is throttled Chen Zhang
2018-11-12 13:17 ` [Qemu-devel] [Bug 1802915] " Chen Zhang
2018-11-13  3:15 ` Chen Zhang
2018-12-15 14:50 ` Thomas Arouge
2021-05-02  5:52 ` Thomas Huth
2021-07-02  4:17 ` Launchpad Bug Tracker
2021-10-29  7:41 ` Jose Biosca
2021-10-29 16:04 ` Lee Garrett
2021-10-29 16:49 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.