[Touch-packages] [Bug 320700] Re: gvim rendering is slow

2024-02-03 Thread Launchpad Bug Tracker
[Expired for vim (Ubuntu) because there has been no activity for 60
days.]

** Changed in: vim (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/320700

Title:
  gvim rendering is slow

Status in vim package in Ubuntu:
  Expired

Bug description:
  Binary package hint: vim

  Rendering in gvim is very slow compared to previous Ubuntu releases.
  It's usable, but takes patience. I'm using vim/gvim 7.1.314-3ubuntu3.1
  on Ubuntu 8.10.

  Others have reported this same issue on a thread from the vim mailing list. 
Many solutions have been tried w/o success:
  http://groups.google.com/group/vim_use/browse_thread/thread/dd1d8d9a799adf4a

  From the thread, someone provided this benchmark script:
  -- -- --
  " Benchmark vim's redrawing speed
  let i = 0
  while i < 2000
1
redraw
$
redraw
let i = i + 1
  endwhile
  qa!
  -- -- --

  I've run it with /etc/init.d/README as an input file (just to pick
  something consistent across Ubuntu machines):

  $ time vim -u NONE -U NONE  -S test-redraw-speed.vim /etc/init.d/README 
  real  0m5.407s
  user  0m0.568s
  sys   0m0.048s

  $ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim /etc/init.d/README 
  real  3m27.614s
  user  0m11.685s
  sys   0m0.312s

  As you can see gvim is almost 40x slower then vim (running in gnome-
  terminal). You'd expect gvim to be slower then vim, but not by this
  much. Note, from the thread, not all users experience this huge
  difference. Some only report 2-3x slowdown, which I'd be very happy
  with at this point :)

  I'm using the radeon X11 driver (open source) on a ThinkPad T42p, and
  do _not_ experience slow rendering in other apps (for example, gedit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 320700] Re: gvim rendering is slow

2023-12-05 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
review all reported bugs in a timely manner.

I'm setting the status of this bug to 'Incomplete' as it's not seen any
activity for some time. If this is still an issue while using a
currently maintained release of Ubuntu then please let us know which
one(s) otherwise this bug report can be left to expire in approximately
60 days time.

** Changed in: vim (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/320700

Title:
  gvim rendering is slow

Status in vim package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: vim

  Rendering in gvim is very slow compared to previous Ubuntu releases.
  It's usable, but takes patience. I'm using vim/gvim 7.1.314-3ubuntu3.1
  on Ubuntu 8.10.

  Others have reported this same issue on a thread from the vim mailing list. 
Many solutions have been tried w/o success:
  http://groups.google.com/group/vim_use/browse_thread/thread/dd1d8d9a799adf4a

  From the thread, someone provided this benchmark script:
  -- -- --
  " Benchmark vim's redrawing speed
  let i = 0
  while i < 2000
1
redraw
$
redraw
let i = i + 1
  endwhile
  qa!
  -- -- --

  I've run it with /etc/init.d/README as an input file (just to pick
  something consistent across Ubuntu machines):

  $ time vim -u NONE -U NONE  -S test-redraw-speed.vim /etc/init.d/README 
  real  0m5.407s
  user  0m0.568s
  sys   0m0.048s

  $ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim /etc/init.d/README 
  real  3m27.614s
  user  0m11.685s
  sys   0m0.312s

  As you can see gvim is almost 40x slower then vim (running in gnome-
  terminal). You'd expect gvim to be slower then vim, but not by this
  much. Note, from the thread, not all users experience this huge
  difference. Some only report 2-3x slowdown, which I'd be very happy
  with at this point :)

  I'm using the radeon X11 driver (open source) on a ThinkPad T42p, and
  do _not_ experience slow rendering in other apps (for example, gedit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 320700] Re: gvim rendering is slow

2016-11-04 Thread David Ho
I have the same issue with stock gvim 7.4 in Ubuntu 16.04(Xenial)
running on VMWare 12.5.0 player with Windows 10 host.

Paging up/down (ctrl-b,ctrl-f) is very slow. Almost a 100x slow down.

dkwho@mumble:~$ time vim -u NONE -U NONE -S test-redraw-speed.vim
/etc/init.d/README

real0m2.706s
user0m0.624s
sys 0m1.196s
dkwho@mumble:~$ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim 
/etc/init.d/README

real23m4.198s
user0m32.328s
sys 0m5.904s

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/320700

Title:
  gvim rendering is slow

Status in vim package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: vim

  Rendering in gvim is very slow compared to previous Ubuntu releases.
  It's usable, but takes patience. I'm using vim/gvim 7.1.314-3ubuntu3.1
  on Ubuntu 8.10.

  Others have reported this same issue on a thread from the vim mailing list. 
Many solutions have been tried w/o success:
  http://groups.google.com/group/vim_use/browse_thread/thread/dd1d8d9a799adf4a

  From the thread, someone provided this benchmark script:
  -- -- --
  " Benchmark vim's redrawing speed
  let i = 0
  while i < 2000
1
redraw
$
redraw
let i = i + 1
  endwhile
  qa!
  -- -- --

  I've run it with /etc/init.d/README as an input file (just to pick
  something consistent across Ubuntu machines):

  $ time vim -u NONE -U NONE  -S test-redraw-speed.vim /etc/init.d/README 
  real  0m5.407s
  user  0m0.568s
  sys   0m0.048s

  $ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim /etc/init.d/README 
  real  3m27.614s
  user  0m11.685s
  sys   0m0.312s

  As you can see gvim is almost 40x slower then vim (running in gnome-
  terminal). You'd expect gvim to be slower then vim, but not by this
  much. Note, from the thread, not all users experience this huge
  difference. Some only report 2-3x slowdown, which I'd be very happy
  with at this point :)

  I'm using the radeon X11 driver (open source) on a ThinkPad T42p, and
  do _not_ experience slow rendering in other apps (for example, gedit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 320700] Re: gvim rendering is slow

2016-04-01 Thread Eric Jiang
I am running VIM 7.4 on Ubuntu 14.04.4 and noticed that this problem
only appeared *after* I switched to an AMD Radeon 7770 graphics card.
Previously, with my Nvidia graphics card this problem did not exist.

I am running the fglrx-updates proprietary driver provided by the built-
in "Additional drivers" tool (2:15.201-0ubuntu0.14.04.1).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/320700

Title:
  gvim rendering is slow

Status in vim package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: vim

  Rendering in gvim is very slow compared to previous Ubuntu releases.
  It's usable, but takes patience. I'm using vim/gvim 7.1.314-3ubuntu3.1
  on Ubuntu 8.10.

  Others have reported this same issue on a thread from the vim mailing list. 
Many solutions have been tried w/o success:
  http://groups.google.com/group/vim_use/browse_thread/thread/dd1d8d9a799adf4a

  From the thread, someone provided this benchmark script:
  -- -- --
  " Benchmark vim's redrawing speed
  let i = 0
  while i < 2000
1
redraw
$
redraw
let i = i + 1
  endwhile
  qa!
  -- -- --

  I've run it with /etc/init.d/README as an input file (just to pick
  something consistent across Ubuntu machines):

  $ time vim -u NONE -U NONE  -S test-redraw-speed.vim /etc/init.d/README 
  real  0m5.407s
  user  0m0.568s
  sys   0m0.048s

  $ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim /etc/init.d/README 
  real  3m27.614s
  user  0m11.685s
  sys   0m0.312s

  As you can see gvim is almost 40x slower then vim (running in gnome-
  terminal). You'd expect gvim to be slower then vim, but not by this
  much. Note, from the thread, not all users experience this huge
  difference. Some only report 2-3x slowdown, which I'd be very happy
  with at this point :)

  I'm using the radeon X11 driver (open source) on a ThinkPad T42p, and
  do _not_ experience slow rendering in other apps (for example, gedit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 320700] Re: gvim rendering is slow

2014-11-06 Thread Mikael Strom
I'm having the same problem under VmWare Fusion. When resizing the
window it takes at least 5 seconds to redraw the window.

I would really appreciate a workaround for this.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/320700

Title:
  gvim rendering is slow

Status in “vim” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: vim

  Rendering in gvim is very slow compared to previous Ubuntu releases.
  It's usable, but takes patience. I'm using vim/gvim 7.1.314-3ubuntu3.1
  on Ubuntu 8.10.

  Others have reported this same issue on a thread from the vim mailing list. 
Many solutions have been tried w/o success:
  http://groups.google.com/group/vim_use/browse_thread/thread/dd1d8d9a799adf4a

  From the thread, someone provided this benchmark script:
  -- -- --
   Benchmark vim's redrawing speed
  let i = 0
  while i  2000
1
redraw
$
redraw
let i = i + 1
  endwhile
  qa!
  -- -- --

  I've run it with /etc/init.d/README as an input file (just to pick
  something consistent across Ubuntu machines):

  $ time vim -u NONE -U NONE  -S test-redraw-speed.vim /etc/init.d/README 
  real  0m5.407s
  user  0m0.568s
  sys   0m0.048s

  $ time gvim -u NONE -U NONE -f -S test-redraw-speed.vim /etc/init.d/README 
  real  3m27.614s
  user  0m11.685s
  sys   0m0.312s

  As you can see gvim is almost 40x slower then vim (running in gnome-
  terminal). You'd expect gvim to be slower then vim, but not by this
  much. Note, from the thread, not all users experience this huge
  difference. Some only report 2-3x slowdown, which I'd be very happy
  with at this point :)

  I'm using the radeon X11 driver (open source) on a ThinkPad T42p, and
  do _not_ experience slow rendering in other apps (for example, gedit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp